Fabio Massaioli
Fabio Massaioli
When an error occurs while handling an update in ListenForWebhookRespReqFormat, the update channel remains open and causes a subsequent range for loop to hang indefinitely.
Design a plotting API (so that this library starts doing what it's meant to do :smile:). It should feature various axis options, plot styles, automatic scaling, function/range/container data sources, automatic...
It would be nice to have a simple API to define, run and display animations.
This amounts to two changes: - Support Windows Console API in `terminal.hpp` functions - Implement Unicode console output through `WriteConsoleW`. This means switching to `wstring` and `wostream`, or setting up...
Currently one can perform in-place _or_, _andnot_ and _xor_ operations with a range parameter through the `addRange`, `removeRange` and `flip` methods. Range-based _and_ can be simulated by two consecutive calls...
# Description As discussed with @leaanthony, this new PR splits off from #3347, which has been closed, all runtime side commits. These are independent of the binding generator and should...
# Description This PR proposes an entirely new binding generator for Wails v3, based upon the official type-checker package `go/types`. Details have been (and still are being) discussed in the...
The original package was written for Node v0.10/0.12, hence the code is needlessly verbose by today's standards. Should we also migrate to ES modules? It is probably better to keep...
The http module's server constructor and `createServer` methods may optionally take as first argument an object with stream and socket options. node-fastcgi's constructor takes options as the last argument and...
On windows (especially with Microsoft IIS) the FastCGI socket is still passed as the stdin handle, but the handle is not 0 (like on POSIX systems). It can be obtained...