François-René Rideau
François-René Rideau
NB: deleted https://github.com/fare/wuwei and created https://github.com/fare-patches/wuwei instead
No, I never used wuwei, I'm just evolving the build system and getting clients to stop using broken or deprecated interfaces.
I started a notion document for re-designing the contacts db: https://www.notion.so/mukn/Contact-DB-design-93f714e1cb6946209e3103e6b61e894e As for how to represent the data on disk, I also started another notion document for how I think...
Yes. Look at the occurrences of `integer` in parse.lisp and add proper support for float (by which I hope you mean double-float, not single-float, although, whatever floats your boat).
Would you like to become the new maintainer?
There is a library for `parse-number`, and you could use `uiop:safe-read-from-string` to avoid the `#.` issue.
cl-containers is not actively maintained. Do you have a test case showing what you get vs what you expect?
cl-containers is free software under MIT style license, so you are of course welcome to lift any code from it (preserving the license, etc., if for significant chunks). I myself...
`cl-containers-documentation.asd` was doing something that can't have worked since ASDF 3 (2014), so obviously hasn't been maintained in 9 years. Fixed in e17a26ed1c.