Domen Kožar
Domen Kožar
80% of the time when formatting a big file is spent in `forChildren`.  ( https://static.domenkozar.com/canonix.svg )
Release
Hey @thoughtpolice, is there any chance we could get a release out? :)
Hackage?
It would make my life easier if this package would be published on hackage. Let me know how I can help :) @paf31
Hey, great project :) I've come back a few times to really understand what it's trying to accomplish, then finally looked into `doc` folder to notice there's more to it...
For example in [Go](https://buf.build/grpc/go) it's possible to generate also all the client/server calls. This avoids the tedious work of matching the request/response types, importing all Protos, etc.
Imagine you need to do two HTTP requests to setup SharedState, it's useful to see how that's wired up. I came up with my own implementation, but it seems quite...
``` Traceback (most recent call last): File "/nix/store/qglyg14k5n2h2n654p31g96i5mbj34aj-python2.7-tarman-0.1.3/lib/python2.7/site-packages/tarman-0.1.3-py2.7.egg/tarman/__init__.py", line 436, in main main.loop() # Enter the main loop File "/nix/store/qglyg14k5n2h2n654p31g96i5mbj34aj-python2.7-tarman-0.1.3/lib/python2.7/site-packages/tarman-0.1.3-py2.7.egg/tarman/__init__.py", line 245, in loop self.checked.add(abspath, sub=True) File "/nix/store/qglyg14k5n2h2n654p31g96i5mbj34aj-python2.7-tarman-0.1.3/lib/python2.7/site-packages/tarman-0.1.3-py2.7.egg/tarman/tree.py", line 171,...
For example: ``` .tw http://twitter.com/savicdomen/status/382412085864316928 ``` While this one works: ``` .tw https://twitter.com/savicdomen/status/382412085864316928 ```
https://www.sqlite.org/c3ref/busy_timeout.html [in python](https://github.com/python/cpython/blob/3.12/Modules/_sqlite/connection.c#L264)