-
Hello. I've installed gerbil-rails but cannot make it load the route because in the routes.rb of the application we have the following rule last rule:
match '*a', :to => 'errors#routing'
So when I …
-
## Problem
If GERBIL is used in an environment that uses a Proxy for communication, it is not possible to configure the usage of a proxy without changing the code.
## Solution
A solution like…
-
In GitLab by @kwanzknoel on Sep 18, 2021, 04:35
Duplicate identities error out without explicitly stating the reason.
For instance if `alice` is already added before, and we add her again:
```
> $ .…
-
In GitLab by @kwanzknoel on Sep 10, 2021, 02:06
- [ ] glow should tell users to do something actionable if required options are missing.
For example for `glow add-contact`, the `-N` flag is requ…
-
Opening this issue by request.
Chez and Loko have an `expand/optimize` procedure, and Guile a `,optimize` REPL command, that let you see the output of their cp0-equivalent source-level optimization…
-
attempting to run `build.sh` ends with
```
[*] Building gerbil stage1 [final]
>>> preparing /Users/masukomi/workspace/reference/scheme/gerbil
>>> compiling runtime
building gerbil/runtime in /…
-
When running `build.sh` on Windows 8.1, MSYS2 64-bit, the build fails during the final stage:
```shell
[*] Building gerbil stage1 [final]
>>> preparing /home/Judah/Downloads/gerbil-0.15.1
>>> co…
-
In GitLab by @kwanzknoel on Sep 18, 2021, 04:35
Duplicate identities error out without explicitly stating the reason.
For instance if `alice` is already added before, and we add her again:
```
> $ .…
-
This is a very minor nit, but I get partial output lines from the Gerbil build, e.g. the last line in this example with only `... c`. The full output line is completed once that command completes. Is …
-
Hi,
With main.ss containing:
```
package: main
(import
:std/format)
(export #t)
(def (hello name)
(displayln (format ("hello ~a") name)))
```
And build.ss containing:
```
#!/usr/b…