Alexis Sellier

Results 70 issues of Alexis Sellier

I was wondering if there was any functionality that would allow using command output to bind a variable, such that it could be used to test a subsequent command? For...

enhancement
A-trycmd

I'm having segfaults after using a simple empty debug callback, on program exit on `glow 0.13`: ```rust gl.enable(glow::DEBUG_OUTPUT); gl.debug_message_callback(|_source, _etype, id, severity, message| { }); ``` This happens when my...

Hey there, I'm working on a CRDT which uses Git DAGs to store events. I'm currently using `petgraph` but it doesn't allow me to have control over the order of...

Hey there, we're using this great library to implement an authenticated handshake between nodes that run on user machines. Users are also able to sign objects with their node key...

I've made some of the underlying operations public, to allow things like DH to be implemented using this crate. Note that I've also bumped the version to v2.0.5, because it...

Hey there, when you get a chance, could you publish 0.20.0 to crates.io? The scanner rewrite in C is essential for us! Thanks.

`CREATE INDEX CONCURRENTLY IF NOT EXISTS albums_title_index` `ON albums USING gin (title gin_trgm_ops);` In this example, the `in` of `gin` on the second line is highlighted as a keyword. This...