-
When generating code for a "reflected" CRC, a function is used to reflect each input byte. This is inefficient—it would be preferable to use an alternative core CRC algorithm that is a "reflected" alg…
-
A list of ideas/suggestions for future Code Corners, roughly grouped by themes. The ideas that are here and unchecked haven't been scheduled yet. Once they're checked, they should be scheduled on the …
-
For the database layer, I am currently weighing up [ODB](https://www.codesynthesis.com/products/odb), [Oat++](https://oatpp.io), [SOCI](http://soci.sourceforge.net), [cppdb](http://cppcms.com/sql/cppd…
-
# List of tasks to do for Gorums:
- [ ] Create Hugo-based webpage for `gorums.io` with content (@r0qs can help with logistics)
- [ ] Project description and examples
- [ ] People: Faculty, st…
-
With making an SDL version of Brickout, we're going to be revisiting this tutorial from a more story driven approach. We have updated assets to work with and we need to start making a proof of concept…
-
For the database layer, I am currently weighing up [ODB](https://www.codesynthesis.com/products/odb), [Oat++](https://oatpp.io), [SOCI](http://soci.sourceforge.net), [cppdb](http://cppcms.com/sql/cppd…
-
Currently the tests are executed only on the latest (1.20) Go version.
We should run on CI the tests against all supported versions of Go.
-
Putting this here in gemini issues for lack of a better place ...
Testing variants under different inheritance modes is hard.
It's implemented in multiple places including
- gemini
- xbrowse
…
-
@techniq When working on #48, I noticed a couple of things that I thought could improve the repo:
* You have a `.eslintrc`, but there's no `lint` script in package.json, nor is any linting being do…
-
### Feature description
When running `migrate watch` in a rather short terminal window SQL errors are lost amongst Javascript stack traces
### Motivating example
There are 10 lines of JS stac…