Liam Clancy
Liam Clancy
Somewhat related, but not so well documented is that you can declare multiple `entry_points` in a setup.py to aid code reuse, e.g. ```python entry_points={ "jupyter_serverproxy_servers": [ # name = packagename:function_name...
This shouldn't be necessary given the Hugo docs on [Nested Sections](https://gohugo.io/content-management/sections/) but is practice I couldn't get deeply nested sections to work with Docsy. The addition of [`RegularPagesRecursive`](https://gohugo.io/variables/page/#pages) also seems...
I ran into this today and implemented the same the workaround.
Thanks for looking into this, it's definitely an area that getting some wider discussion for open source projects, for example: https://news.ycombinator.com/item?id=35050858
Thanks for digging into the SSL side of Postgres - it's certainly more complex and so I started by addressing the non-SSL side of things, for which I have #188...
Similarly it would be very handy to be able to clear all the existing logs and calls without having to restart the instrumented server. This makes it very easy to...