Stevie Beth Mhaol

Results 5 issues of Stevie Beth Mhaol

For the past few days, when i try to use emojifs, it fails with invalid_auth. Here's what a run looks like: ``` $ emojifs -vv [I 210630 14:22:04 __main__:135] 🔑...

First, here's a trivial schema: ``` @0xf8ab7f5d71490fa9; struct S { d @0 :Data; } ``` and a trivial python file: ``` #!/usr/bin/python3 import capnp import bug_capnp o = bug_capnp.S.new_message(d=b"\xFF") print(o)...

This is a very basic approach, but it is pretty non-invasive, doesn't have a runtime overhead, and provides a fix until #35 is resolved in a more comprehensive way. ---...

When trying to print multi-line (or otherwise formatted) messages, the fact that all strings are escaped becomes a problem. For example: ``` func PanicLog() { if err := recover(); err...

**Bug Report** If i have `python_version = 3.5` set, it's not possible to tell mypy to ignore related syntax errors it finds in dependencies. Use case: i have code which...

bug