Marc-André Bélanger

Results 9 issues of Marc-André Bélanger

Please comment on the implementation. Also make sure to squash, no need for all these commits.

`quasistring` and string interpolation have been discussed on IRC. The following is an implementation for `quasistring` based on parsing a string (during macro expansion) for template variables and capturing lexical...

enhancement
backlog

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 it becomes official...

I cannot compile `gerbil` with the `lmdb` feature enabled with `liblmdb-dev 0.9.22-1` and `liblmdb++-dev 0.9.14.1+git20160228.0b43ca8-1` installed on Debian 10 with `gcc (Debian 8.3.0-6) 8.3.0`. ``` ... compile foreign db/_lmdb ../../../src/std/db/_lmdb.c:...

https://github.com/vyzo/gerbil/blob/95b65c1e89ca87a67b37b9483de5653e87c42c10/src/std/net/httpd/handler.ss#L329 ``` > (split-request-url "https://my-site.com/https://github.com/author/package-name") *** ERROR IN (console)@23.1 -- http-read-request: [io-error] invalid url --- irritants: /https://github.com/author/package-name > (split-request-url "https://my-site.com/?url=https://github.com/author/package-name") *** ERROR IN (console)@25.1 -- http-read-request: [io-error] invalid url ---...

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...

enhancement
help wanted

Hi, Here's the error I get when runnning `drracket` after installing this package. My version is 6.1. ``` ➜ Scheme drracket class*: superclass does not provide an expected method for...

Hi, I cannot get the demo to work on a fresh install of localstack: ``` 2647 verbose stack TypeError: Cannot read properties of null (reading 'pickAlgorithm') 2647 verbose stack at...

Hi, My data looks like this: ``` [ {'commit': 'a', 'timestamp': 1234, 'benchmark': 'b', 'value': 1} ... ] ``` I am trying to plot ordinal values on the x axis...