-
Hi,
It would be a nice feature to have, for someone with dula view setup, to place docks on outer/inner edges of the screens.
My pitch for this feature.
![dash-to-dock-pitch](https://user-images.gi…
-
**Describe the bug**
If a (HostFS) file has been "locked" by macOS, RPCEmu will be unable to delete or rename the file. In addition, if the "locked" file is deleted by macOS, RPCEmu will subsequently…
-
Hi, The repo is no longer available. I'm currently sat with all the electronics put together just praying either the repo gets fixed or some kind sole is happy to clone their SD card for me so i can h…
-
Right now there seems to be no way to directly fetch a post's JSON representation by its ID other than by querying [`/post.json?tags=id:1234`](https://konachan.net/post?tags=id:1234). This is somewhat…
-
I'm not quite sure where in the pipeline this is actually happening but if you use a verbatim percent encoded string in a GUG input it actually gets decoded back into regular characters in the URL whi…
-
Getting lots of the following:
`error dereferencing account https://example.org/whatever: enrichAccountSafely: error getting account https://example.org/whatever from database after race: sql: no r…
-
Hi, thanks for the great library. I'm trying to use this to generate some populations and I'm consistently getting the same error, even when I run the examples in this repository.
"ValueError: For …
-
Hopefully should be reasonable simple to answer -
I'm trying to build a proof-of-concept hardware demo that implements a mass storage device with a portable OpenSCAD compiler. No UI, fonts, etc., are…
-
Some charts benefit from the use of a large KPI numerical display as per the screen of the old dashboard. Would be good to have a general design for this.
For example, the bikes chart will use a nu…
-
I have this function
```c++
bool is_printable(unsigned char ch)
{
return ch > 32;
}
```
that performs a `uint8_t` > comparison operation.
It generates the following assembly:
```
000…