Results 68 comments of Kirill Elagin

I am looking at the list of PJSIP features and I see that they do declare SRTP and TLS support. Since ZRTP doesn’t seem to be implemented any time soon...

Exported with `geta`: * [Colour.zip](https://github.com/juruen/rmapi/files/7864756/Colour.zip) * [Colour-annotations.pdf](https://github.com/juruen/rmapi/files/7864760/Colour-annotations.pdf) Emailed: * [Colour.pdf](https://github.com/juruen/rmapi/files/7864762/Colour.pdf)

Ok, now that I compared the files, I see that the generated annotations are not accurate in terms of tools anyway. However, I guess, implementing proper tool support might be...

What `jupyterWith.jupyterlabWith` gives you is essentially a package – it has a `/bin` directory and so on. So, you can just install it as a regular package, e.g. to have...

Oh, yes, right, and you do need to go all the way through overlays... So, the module will have to be a more complex, namely, you’ll need to do something...

I think the problem is that `python3Packages.coconut` [is defined](https://github.com/NixOS/nixpkgs/blob/07a283bb00398dc8b32e31269ca1fa051c646305/pkgs/development/python-modules/coconut/default.nix#L15) using `buildPythonApplication`, so it does not get installed as a Python module, only as a binary. To be fair, looking at...

I’m surprised this hasn’t been fixed yet :/. Let me give it a shot.

_Actually, I wish this code was in the bindings or in the C functions that bindings go through._

This problem is that this logic is implemented in `notmuch_config_open` and the only use of this function is directly in `main`. As far as I can tell, there is nothing...

So, asking `stack` which version of GHC it needs to build the project according to the resolver would be the right thing to do, right?