-
An idea that has been kicking around for years, but never written down:
The current definition of `int` (and correspondingly `uint`) is that it is either 32 or 64 bits. This causes a variety of pro…
-
## Feature Description
Reduce coupling and footprint of minified file by using `anylogger` i.s.o `debug`
### The problem
Currently, this library has [a dependency](https://github.com/knex/k…
-
Hi,
The **DonyaOS** is not yet ready and complete and we need the help of others.
### Here's a chat room.
We can talk about the tasks we want to work on here.
And set a development path for…
-
We are in dire and immediate need of innovation in the OS and wider Software Development Platform space and this project does not aim to improve status quo.
Clarify in the README that this is a toy…
-
### Describe the bug
Many mods aren't compatible with pojav launcher for now.
Instead of creating an issue for each and every mod, add yours to this list via a comment and the log file 😄
Non-e…
-
This is about API design of the audio processing in tfio. Comments and discussions are welcomed.
When we started to get into reading audio for tfio, we start with a feature request from the communi…
-
By one-off, I mean changing some small thing about the image, like the hostname or a static ip address. One use case is for classrooms that may be using embedded devices and want to set them up withou…
-
As a system administrator, I should only be able to work with user accounts; everything else should be unavailable.
Currently, if I log in as a system administrator, and go to the address of a vali…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
I have written a splitter that relies on the media server and also can for legacy purposes use a file as a source. My reasoning for why I would task the media server with this activity is because Sage…