Pierre Chapuis

Results 25 issues of Pierre Chapuis

> Other escape characters can be used to improve the readability of the input. If a string is too long to fit conveniently on one line, all but the final...

FID estimation uses the Newton-Schulz Iterative method to compute the square root of a matrix and stops too early. To determine when to stop computing `sqrt(M)`, the algorithm computes the...

bug

Hello, nice example! If you're interested [I completed it](https://github.com/catwell/zig-lua-wrapper/tree/luasocket) to show how to build more complicated apps with C dependencies such as LuaSocket and several Lua files. I did not...

This is useful when you version the output of soar and want readable diffs.

Add remaining examples from [here](https://github.com/dysinger/nanomsg-examples) (correspond to [this blog post](http://tim.dysinger.net/posts/2013-09-16-getting-started-with-nanomsg.html))

I have updated the Python binding to the latest version of nanomsg today. They do something different than us which is interesting: they raise exceptions when the result from nanomsg...

As someone trying to understand how upspin works, it would be nice to have a bird's eye view of the protocol used, before digging into things like `rpc` and `upspin/proto`....

docs

Steps to reproduce: install [rye](https://rye.astral.sh), then for instance: ```bash mkdir repro cd repro rye init rye add quart echo "import quart" > src/repro/foo.py rye install pyright pyright ``` This worked...

bug

Steps to reproduce: install [rye](https://rye.astral.sh), then for instance: ```bash mkdir repro cd repro rye init rye add quart echo "import quart" > src/repro/foo.py rye install pyright pyright ``` This worked...

bug
addressed in next version
regression

This lets the server know if the client did not require a given input so it can skip computing it. Note: I have already signed the CLA, see #49 and...