masariello

Results 10 issues of masariello

Could we change the Cereal documentation to reflect the below information, please? I'm talking specifically of the second "Important!" remark at https://uscilab.github.io/cereal/polymorphism.html The remark says: > If you are building...

[this line](https://github.com/briancurtin/deprecation/blob/2a0ec0710a9fce97161886d81a10cebd8bf0d882/deprecation.py#L245) throws for builtin (native) functions/classes because `__doc__` is not writable

This is essentially the same as jupyter/jupyterlab#4422 but for notebook It would be really helpful if the `notebook` subcommand could support a `--name` or `--tag` parameter to set the browser...

enhancement

I would like to be able to SCAN keys in a cluster as in the below example code. ```cpp std::unordered_set scan(std::string const& glob_expr) { std::unordered_set result; auto scan_node = [&](Redis&...

#889 added support for pulling SSL certificates from the Root Windows certificate store. Turns out one actually needs both the Root and CA stores, so this adds the latter

**Describe the bug** fcache has a known issue with multiprocessing (tsroten/fcache#26) that has been ignored tor 5 years. Here's an example of the errors ``` 2024-03-06 10:54:33.478 - ERROR -...

The following script reproduces the issues The script spins up an http server that makes the json content 1 chat longer every 1s. Then the client bit hits the url...