barrelful

Results 12 comments of barrelful

@geerlingguy I also add "Protocol 2" manually in my sshd_config. Can we have this one merged?

@terrencepreilly can you please make a release with this? I am having problems with poetry resolving your library due to ^ in the restriction for python.

@sampajano is there any plan to fix grpc-web? I just used the command from the [README.md for TypeScript](https://github.com/grpc/grpc-web#typescript-support): ``` protoc -I=$DIR echo.proto \ --js_out=import_style=commonjs,binary:$OUT_DIR \ --grpc-web_out=import_style=typescript,mode=grpcweb:$OUT_DIR ``` But I don't...

@sampajano thanks, actually the rest of the documentation including the example do not work. ``` import {EchoServiceClient} from './echo_grpc_web_pb'; ``` Should be then ``` import {EchoServiceClient} from './EchoServiceClientPb'; ``` But...

@sampajano thanks for updating the docs. Still the problem is NOT in the import `EchoServiceClient` anymore but in the [following imports](https://github.com/grpc/grpc-web/blob/60caece15489787662ebac6167572eecd5bfa568/net/grpc/gateway/examples/echo/ts-example/client.ts#L29) If you run it as Vite application you will...

@sampajano I spent hours more testing, tried all combinations of `--js_out=import_style=commonjs,binary` and `--js_out=import_style=commonjs`, with `--grpc-web_out=import_style=typescript,mode=grpcweb` and `--grpc-web_out=import_style=typescript,mode=grpcwebtext`. I always get `SyntaxError: import not found: EchoRequest` or `SyntaxError: The requested module...

I completely agree with @staticdev, having a sliding bar for choosing the speeds is very handy, I am also user of NewPipe and I love using this feature.

also have this, anything I can provide of information to get this fixed @geerlingguy?

Looks like this happen if the user never uploaded a file and tried to create a note. When I created by hand both folders `files` and `files/Notes` it worked.