Jacob Alexander
Jacob Alexander
Closer, but still seeing some linting errors ``` ./capnp/contrib/genpyi.py:133:52: E203 whitespace before ':' schema.node.displayNamePrefixLength : ^ ./capnp/contrib/genpyi.py:187:5: C901 'Writer.type_ref' is too complex (11) def type_ref(self, type_node) -> str: ^ ./capnp/contrib/genpyi.py:227:17:...
I've started using black for some other projects (I quite like it actually). I'll do some experimentation to see how much it changes pycapnp (losing git blame history is a...
I think I've found the issue, I'll be updating the flake8 configuration shortly.
@gjcarneiro can you rebase your commit to master? It should hopefully pass now.
Yeah, just having a way to set pre-bind socket options would make it a lot easier.
I might have some time to work on cleaning things up, still learning how V8 is put together. I've been trying to track down a compiler/linker error on Arch Linux...
Yeah, I think this would be a good idea. It may take me a bit get started on this (focused on a few other projects right now). Though also happy...
I believe this message is coming from kj/libcapnp (not Python). My guess is that input .bin file was unexpectedly short for the parser.
Sure, though I'm not sure how quickly it'll be implemented.
Sorry for the delay, I'll take a look at this (i was on a long vacation without internet).