Skip to main content
0 votes
0 answers
126 views

I am working on an C# WPF application, containing some ~170 projects with many more .xaml files. When starting the application via Visual Studio shows 3 XAML binding errors. Cannot convert '<null&...
MaxH's user avatar
  • 75
-3 votes
1 answer
167 views

I have the following regex in Python which parses Uri: uri_regex = re.compile( r'^(?:http|ftp)s?://' # http:// or https:// r'(?:(?:[A-Z0-9](?:[A-Z0-9-]{0,61}[A-Z0-9])?\.)+(?:[A-Z]{2,6}...
khteh's user avatar
  • 4,280
1 vote
1 answer
73 views

I let user to pick and image from their gallery via photo picker (compose variant) as described here. It works fine, I got URI that can be used in Coil's AsyncImage to display the image. Then, I need ...
Andrey Golubev's user avatar
3 votes
0 answers
83 views

Consider: // Two absolute (i.e. scheme-bearing), hierarchical URIs that differ only in their // paths. URI u0 = URI.create("http://example.com"); assert u0.getPath().equals(""); ...
Laird Nelson's user avatar
  • 16.5k
1 vote
0 answers
65 views

On some of the MP3 files on my device (which is currently an emulator), I want to modify their ID3 data. The general approach I am using is: copy the file from the Music folder (/storage/emulated/0/...
DavidCrow's user avatar
  • 701
4 votes
1 answer
90 views

In the following code of JsonHttpClient.cs of ServiceStack library the absoluteUrl is malformed: absoluteUrl = new Uri(absoluteUrl).ToString(); For example, if absoluteUrl contains a value of: https:/...
Robin Bouwmeester's user avatar
0 votes
0 answers
41 views

I am new to Android and Jetpack Compose in general, and the documentation has not been very helpful so far. I am trying to: pick a file from the device store URI and content read the above at app ...
Fi Li Ppo's user avatar
  • 320
0 votes
0 answers
42 views

When viewing my media notification the LargeIcon of the albumart is very pixelated. However Samsung Music's notification of the same albumart is of the correct resolution. I've attached 4 images below ...
Steve Campos's user avatar
0 votes
0 answers
81 views

I'm building a BIP21 Uri parser for the Dart/Flutter community and I'm unsure how to properly handle the + of a path component nested in the query strings. According to RFC 3986, the + character is a ...
ethicnology's user avatar
1 vote
0 answers
39 views

I'm working on an Android app and trying to pick a profile image from the gallery. I use setImageURI(uri) to display it in a CircleImageView. The image shows perfectly for 4–5 seconds and then ...
Fiaz Zafar's user avatar
0 votes
0 answers
34 views

I’m using Expo (EAS Build, managed workflow) and React Native. When a user selects an image, I copy it to expo-file-system’s documentDirectory and save the URI in AsyncStorage. This works fine until I ...
Jose Bento's user avatar
0 votes
0 answers
37 views

I'm running an ASP.NET Web API on .NET 4.7.1, and I am trying to build a uri to put in my location header for asynchronous-style requests (first endpoint starts a task and returns a 200 with a query ...
No No's user avatar
  • 11
2 votes
1 answer
76 views

RFC 3151 provides a way to encode general public ids to URNs. For example, -//OASIS//DTD DocBook XML V4.1.2//EN becomes urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN. Is there a facility in the Java ...
Olivier Cailloux's user avatar
0 votes
0 answers
32 views

as stated in the subject, I have an application that provides an audio download service. the problem is that the audio is divided into multiple smaller files (for example: an audio track divided into ...
Yasmine Raafat's user avatar
0 votes
0 answers
28 views

I am working on an Linked Data / RDF implementation. Following https://www.w3.org/TR/ldp-bp/#use-relative-uris I would like to use relative URIs in sub-graphs. (NOTE that while the referenced best ...
user3758232's user avatar

15 30 50 per page
1
2 3 4 5
412