-
I believe it would be great to hold a list of projects that support GRBL in the wiki: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Interface
At first I started working on one from scratch, perhaps d…
-
hello,
in the specs for the [integration with GERBIL](https://github.com/anuzzolese/oke-challenge/blob/master/example_data/GERBIL_integration.md) we noticed a couple of things we'd like to draw your a…
-
One cool feature of Chez Scheme is the built-in expression editor, which provides a little bit of Emacs-like functionality to the REPL. Among other things, it lets you easily write and modify multilin…
wsgac updated
5 years ago
-
```
$ curl -i http://localhost:5000/
HTTP/1.1 200 OK
X-Powered-By: Gerbils
Cache-Control: public, max-age=3600
Content-Type: text/html; charset=utf-8
Content-Length: 19
Connection: keep-alive
Well th…
-
Add support for Cardano crypto primitives we will use:
- blake2b hash
- ed25519 signatures
- BLS signatures
-
## Problem
If the file-based sameAs cache reaches a larger size, serializing it takes up some time. During this time, the serializing thread owns all semaphore permits of the cache and no other thr…
-
It is possible for gerbil to handle nif-datasets with taIdentRef-URls to wikidata (e.g.: https://www.wikidata.org/wiki/Q65)?
I resume realy bad results from gerbil for all annotators with my own (…
-
## Problem
Users have a `pet` field which is a JSON object with several levels of nesting:
```json
{
"petName": "Sunny",
"petType": "Gerbil",
"features": {
"eyeColor": "Brown",
…
-
Short of Gambit's own native module/package system I am using gerbil's, which is quite nice to work with.
In order to facilitate adoption, we could have a searchable package metadata repository. Th…
-
While writing https://github.com/vyzo/gerbil/pull/297 I wondered how to approach type checking in Gerbil and Scheme in general. This issue should serve to organize discussion around this topic until i…