Jonathan Newnham

Results 8 comments of Jonathan Newnham

Here is a way to reproduce one of the rename bugs (in VS2015): 1. Create a file, "folder1/file1.txt" with contents "file1" and check it in (changeset #1) 2. Branch the...

It looks like there is a labeller, see https://github.com/NVIDIA/NeMo/blob/main/examples/asr/speech_classification/speech_to_label.py#L81

We had this problem and fixed it by using a path to the key instead of the contents of the public key file. In the examples below, I will use...

The following devbox.json let me run `playwright cr` in a devbox shell and started up chromium: ```json { "packages": [ "playwright@latest", "playwright-driver@latest" ], "shell": { "init_hook": "export PLAYWRIGHT_BROWSERS_PATH=$(nix build --print-out-paths...

Additionally, `playwright-test` just works, it does the above export for you