Godefroid Chapelle

Results 19 issues of Godefroid Chapelle

We need to implement features that demand database schema changes. However, those changes avoid backwards compatibility. We would like to allow upgrades to later versions of devpi to get access...

devpi-server

While debugging, I came to the following line: https://github.com/zopefoundation/Zope/blob/b507c39e221b31782151b2c5da2fcc0f1f8f668f/src/OFS/Traversable.py#L315 Which passes `None` to `validate` instead of the `name` variable that is used at line 301. @dataflake @icemac Do you see...

question

I have been using this tool with success since a few weeks. This is a "thank you" issue. Close it as soon you read it.

``minimal.nix`` cannot be found. Should it be ``rpi.nix`` ?

I use the following `build-config.js` ``` var CKBUILDER_CONFIG = { skin: 'moono', ignore: [ 'bender.js', '.bender', 'bender-err.log', 'bender-out.log', 'dev', 'docs', '.DS_Store', '.editorconfig', '.gitignore', '.gitattributes', 'gruntfile.js', '.idea', '.jscsrc', '.jshintignore', '.jshintrc', 'less',...

Hi, rust/wasm newbie here. In `lib.rs`, I find the following: ``` pub extern "C" fn allocate_request(size: usize) -> *mut u8 { ``` Could you have used `wasm-bindgen` ? If yes,...

I am running my devpod container with `ide none` and `provider docker`. I have the following in `.devcontainer.json`: ```json "forwardPorts": [8080], ``` If I am connected to the container via...

kind/bug

Would there be a way to use `nix-bitcoin` to define/use `bitcoind` as a process or a service in `devenv.sh` ? Mainly, I would need to run bitcoind without systemd. See...