-
Merging PRs is difficult for the maintainers because of a lack of robust tests. If somebody writes a broad set of tests, it will significantly improve the ability to merge updates with less risk.
T…
-
## Problem
We'd like to have an Nginx sidecar container to go along with our Nuxt container in ECS. This nginx container at first will just be responsible for serving the https://search.openverse.e…
-
Has anyone taken the time to recompile VFP2C32 into a x64 FLL so that VFP Advanced x64 can use the classes?
-
-
## Bug report: Issue with Specific Value: "Research" in Enumeration Field.
### Describe the bug:
I was making a Little Example Api (Employee Manager) , With the following fields:
1. Name (Ty…
-
## What is the problem you're trying to solve?
I also want to disallow top-level selectors which are starting with `&` **because that's invalid CSS code**
```css
&.foo { }
```
(common to `SAS…
-
Hello,
Can I write the code below in a file instead of writing it to the bot every time I create a bot?
Thus, when I create a bot, I want this command to be set.
What file can I write to? Or is t…
-
Hello,
With the last public update to this repo being over a year ago, it would be great to hear if this is still actively being worked on :slightly_smiling_face:.
-
> _Note to myself_: raise an issue about hidpi support
_Originally posted by @ForNeVeR in https://github.com/ForNeVeR/AvaloniaRider/pull/7/files_
See this code:
https://github.com/ForNeVeR/Aval…
-
I'm pretty sure it's because of `public typealias ResultMap = [String : Any?]`. Because `Any?` is not Equatable. If it was `[String : AnyHashable?]`, this wouldn't be a problem. In reality, the object…