n0v1

Results 14 comments of n0v1

I can recommend [testcafe](https://github.com/DevExpress/testcafe) for writing e2e tests for browser applications. Simple to use yet powerful. (I'm not related to this project in any way, just a happy user of...

Same problem in our CI server (using Docker image node-8-alpine) after bumping `[email protected]` to `[email protected]`: Node: v8.11.3 NPM: 5.6.0 Yarn: 1.6.0 We use the --frozen-lockfile option to install dependencies: `yarn...

I've just created PR #2016 to fix this.

I also would like to access custom options from a package definition returned by protoLoader.load. It seems like the current protobufjs version 7.x. already supports parsing (custom) options from proto...

Thanks for pointing at the [existing pull request](https://github.com/grpc/grpc-node/pull/2230). Let's continue the discussion there. I might find some time to work on this.

You should be able to achieve this by setting the `key_prefix` option on your virtual folder to something like `%username%/`. Look for "key prefix" in https://github.com/drakkan/sftpgo/blob/main/docs/howto/getting-started.md for some examples.

I think I had the same issue. Yesterday I updated Docker Desktop from 4.20.1 to 4.21.0. I did not do a restart after the upgrade and everything worked fine. When...

If it's ok for @hiepthai, I can try to continue work on this PR. Two questions mainly to @murgatroid99: 1. Regarding "narrowest types possible": If I understand you correctly, e.g....

@murgatroid99, I created PR #2711 as a follow-up to this PR which tries to address your comments.

I have the same use case to ignore empty strings when merging. I think it would make sense to extend the signature of customMerge to provide values, so this and...