Results 150 issues of Samuel Ainsworth

I'm following the "NixOS module" installation directions in the README. In particular, I have ```nix imports = [ (fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master") ]; services.vscode-server.enable = true; ``` in my `/etc/nixos/configuration.nix` and have...

Compiler panic: ``` ❯ cargo check Checking reqwest v0.11.23 thread 'rustc' panicked at /build/rustc-1.73.0-src/compiler/rustc_serialize/src/opaque.rs:328:42: range start index 274090 out of range for slice of length 266240 stack backtrace: 0: 0x7f5120efd4ab...

I-ICE
T-compiler
C-bug

**Is your feature request related to a problem? Please describe.** It is generally expected that shortcuts like Alt+{left, right, backspace}, ctrl+w, ctrl+a, ctrl+e, and so forth work for text inputs...

### Describe the bug The [offline docs](https://docs.wandb.ai/guides/technical-faq#can-i-run-wandb-offline) suggest that offline mode works the same as online, but with the ability to push the results to API at a later time....

c:core
cli
s:nexus-fix

### Describe the bug I'm seeing a test failure on tag `v0.16.0` (currently c6b7a82a152e8efee84cb7f0887532c482ccd6c1): ``` E AssertionError: assert ['info1', 'warn1', 'Failed checking if running in CYGWIN due to: %r', 'info2',...

cli

I forgot to set `DATABASE_URL` and I'm getting a bunch of errors: ``` error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query...

### Bug Description I have a sqlite database with schema: ```sql CREATE TABLE users ( ... irrelevant ... aws_instance_id TEXT, UNIQUE (aws_instance_id) ) STRICT; ``` Then with sqlx, ```rs let...

bug

This is a question that really feels like it must have been asked before, but I have been surprised to come up empty handed with my googling thus far... How...

I just tried running [this example colab](https://colab.research.google.com/github/google-research/scenic/blob/main/scenic/projects/owl_vit/notebooks/OWL_ViT_inference_playground.ipynb#scrollTo=9MKZb6G3-H92), but am seeing an error: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) [](https://sal4s0c6ilt-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20230926-060131_RC00_568496853#) in () 7 from matplotlib import pyplot as plt...

I'm not able to run `.describe` commands as advertised in the README: ``` ❯ bazel run //cruise/ai_research/cola/clippy:deploy.describe INFO: Invocation ID: 70aa96d8-c35e-11ed-917b-171b891aabe0 ERROR: Skipping '//cruise/ai_research/cola/clippy:deploy.describe': no such target '//cruise/ai_research/cola/clippy:deploy.describe': target 'deploy.describe'...