François-René Rideau

Results 66 issues of François-René Rideau

- Many attempts to `add-identity` result in failure with `*** ERROR IN std/db/dbi#sql-exec -- sqlite-exec: [sql-error] SQLite error: constraint failed` at which point a parasitic anonymous contact is created. TODO:...

We can't start-interaction on Rinkeby because it fails to offer RIN as a defaultToken there.

The gerbil-support.nix in https://github.com/muknio/nixpkgs/ must be updated to add source code and manifest in .../gerbil/pkg/${packagename}.manifest .../gerbil/pkg/${packagename}/

Stop using system-definition-pathname, use system-source-directory. Also, use uiop:directory-files as appropriate. Finally, cleanup the .asd files according to recommendations.

Fix std/debug/heap — untested. [ ] Write tests

1. The Scala 3.4 specification uses the word "class" inconsistently, sometimes meaning "that Java-inherited concept that only supports single inheritance", sometimes meaning "class or trait". Please be consistent in the...

itype:bug
area:documentation
stat:needs info
area:spec

- Default value must not use previous argument (anymore?) - Type error (is the type too restrictive?)

**Describe the bug** I am trying to use a recent plutus package for various features and bug fixes, specifically 1.49, 1.50 or 1.51, but I can't find a version of...

Common Lisp has `&allow-other-keys` wherein a function can accept keyword arguments it recognizes, yet also record all the keyword arguments it is given, even those it doesn't recognize, so as...