-
Using the code example in #266 I have been trying to generate clean `*.png` output, however it seems that antialiasing is not working for this output format.
Example output seems to show slightly d…
-
### Problem
If the beets importer finds >=2 duplicate albums in the library, and the second one has vanished from the file system, it hides that the first one is still substantial.
```
This alb…
-
### Describe the problem
Most of the common items you'd need from the async runtime (e.g. Tokio) are adequately exposed from the `async_runtime` module, and I understand the goal to keep it lightweig…
Qix- updated
9 months ago
-
I have recently been using the NOAA API to pull weather information to my website. I integrated these icons to replace the corny old images they have. Honestly, you will see how outdated they are.
So…
-
I just tried the new v1.0 extension, and loved everything along until the `@manipulate` stopped working.
Would be great to plan supporting Interact, so more could start move to VS Code from Juno.
-
I have a project that is in a monorepo and uses yarn right now.
I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local sto…
-
Installing Openfire 4.0.9.0 as well as the RestAPI Plugin 1.11.0 and we are receiving an error with the following information:
e[1;31mERRORe[m [Jetty-QTP-AdminConsole-192]: org.jivesoftware.openfire.…
-
Most configuration read through cargo uses helpers like `Config::get_string` which automatically read env vars, but configuration reading portions of Cargo that go through [`Config::get_table`](https:…
-
Using tuples as varargs, from a usage perspective, has a couple of minor downsides.
One is verbosity, and the second is that empty tuples are a bit too close to `{}`.
This leads to code that can s…
-
I would very much like to know how to force data to reload in EF Core.
ReloadAsync on EntityEntry works fine. Though it sucks that you have to do it one at a time.
But what about Navigation coll…