-
The Solution Explorer lacks any kind of context to display files that may be selectively included by conditions.
See
https://github.com/onovotny/Zeroconf/blob/f72ae4c009b540d22096b0233c75e61e6ad8…
-
Thanks for all your work on this awesome crate!
I'm trying to use this in the context of a VST2 plugin (plugin for audio workstation app). In a VST2 plugin there isn't usually a way to see the outp…
-
### Describe the bug
Create new react app with typescript template.
Following yarn start, no web page is loaded, error shows, `Failed to load config "react-app" to extend from.`
### Did you try…
-
I'm having some difficulty placing ``, `` and `` blocks in Bikeshed documents. The root of the issue is that bikeshed puts these elements on a new line in the generated HTML document, which leads to o…
-
```
Remuco is extensible and things like an Okular adapter and a video-player
have different semantics which right now we get around by saying, e.g., the
"mute" key will be assigned to a particular us…
-
I felt that adding a request for Workflow Permissions for Git Settings at the beginning of the document would have saved me a lot of trouble. It was my first time using Github Actions and Changesets a…
-
This issue is to discuss the API design for client-side prediction. Currently we have two proposals:
Proposal 1:
Introduce new `getPredicted*State` functions to get the predicted state, which pass th…
-
Triggering a rescan would obviously help, but could we get away with running some version of `Slim::Music::ReleaseTypes` without the progress update?
-
@bartonjs asked on StackOverflow that I kick-off an ECIES proposal for .NET - so the proposal here is to add a new .NET API for encryption of data using ECIES.
# Context
ECIES (Elliptic Curve Inte…
-
In TagTree, you implement HTML templates using render functions. These functions construct ElementTags by calling methods on HtmlTagSet.
This is about as readable as I could make it using pure Dart, …