Mildred Ki'Lya
Mildred Ki'Lya
When handling a POST request with the NNTP server library, the headers are parsed and the original headers are discarded. In particular, the header order is discarded as the parsed...
Here, if an article has more than one header with the same name, the subsequent headers are discarded. They shouldn't. Also headers are scrambled due to the `map` data structure,...
Reports (such as balance sheet or income statement) should be able to be customized so they can be localized and translated. Some simple words like Assets or Liabilities must be...
There is the Chant Tools app on Android, but I miss the same app on Linux. It would be great to have jgabc built with Electron so it could run...
Implementation made on top of #15. Changes tab will show both PRs.
Implements #14
It should be possible to convert an interface type to another interface type if the underlying objects implements it. Example: ```nim import std/options import iface iface *Reader[T]: proc read(buffer: openArray[T]):...
In some circumstances, the socket needs to be bound prior to calling the web server. This is necessary for example when the socket in inherited from the parent process and...
I'm setting up a toolbox for a development environment for a web application that requires postgresql running. I'm installing postgresql-server on the toolbox and then trying to start it using...
### Add the toolbox recreate sub command The recreate command is saving the current container as a new image, removing the container, and recreating a new container with all the...