Audrius Butkevicius

Results 37 issues of Audrius Butkevicius

The docs as per https://grpclib.readthedocs.io/en/latest/errors.html#server-side state: The docs state: 1. Task running SayHello coroutine gets cancelled and CancelledError is raised inside it 2. When SayHello coroutine finishes, grpclib server internally...

For example, adjusting max streams does not seem to be possible.

Just sharing my implementation incase you feel to incorporate it someday (IPv4 only though). Feel free to copy it and modify it in any shape or form, you can ignore...

Not sure if this is possible, hence marking it as a question. I am running a VNC session which does have a screen but doesn't have any outputs: ``` [root@machine]...

enhancement

``` panic: unknown export format version -1 ("i\x00\xe9\x03\xc6\x06\x18$GOROOT\\src\\fmt\\print.go\x00\x05Write\x01b\x01n\x03err\x05Width\x03wid\x02ok\tPrecision\x04prec\x04Flag\x01c\x06Format\x01f\x05State\x06String\bGoString\x01w\x06Writer\x02io\x06format\x01a\aesc:0x1\aesc:0x9\x17$GOROOT\\src\\fmt\\scan.go\bReadRune\x01r\x04size") 1(runtime.call32): C:/Go191/src/runtime/asm_amd64.s:509 2(runtime.gopanic): C:/Go191/src/runtime/panic.go:491 3(main.(*gc_bin_parser).parse_export): C:/Go/bin/src/github.com/nsf/gocode/package_bin.go:126 4(main.(*package_file_cache).process_package_data): C:/Go/bin/src/github.com/nsf/gocode/package.go:132 5(main.(*package_file_cache).update_cache): C:/Go/bin/src/github.com/nsf/gocode/package.go:92 6(main.update_packages.func1): C:/Go/bin/src/github.com/nsf/gocode/autocompletecontext.go:455 7(runtime.goexit): C:/Go191/src/runtime/asm_amd64.s:2337 ``` Not sure what needs clearing/removing.

Not sure whether this should work or not, but I'm struggling to use the query optimizer with EFCore. Seems that a simple query such as the following one fails: ```...

This is ref https://github.com/syncthing/syncthing/pull/6215 It's sad to have to reorder the definition in the proto file. It would be nice if the generator was aware itself how to generate structs...

There doesn't seem to be a way to import anything into ReClass. Namely, I've got a fairly large enum (500 values), and having to type that out by hand is...

### Describe the feature or problem you’d like to solve As part of CI, I'd like to drop a comment with the metrics of the PR. For example like codecov...

enhancement
help wanted

We seem to craft this manually in syncthing, which seems to break quite frequently between the releases. I know the API is marked as not stable, but if there is...