Campbell Cole

Results 12 issues of Campbell Cole

As per the newly merged https://github.com/rust-lang/cargo/issues/8415 Keys in `[package]` and `[dependencies]` need to support `{key}.workspace = true`

feature
schema

(This problem has only come up for me with Rust projects, due to the nature of the build procedure) To reproduce easily: - create an empty Cargo project: `cargo new...

Currently, the WebGL example is compiled using the justfile. This works, but for a beginner it may be less reproducible due to how involved the justfile configuration is. Without any...

In any chest added by the Iron Chests mod, the sort buttons do not render properly when the container is first opened: ![wrong positions](https://user-images.githubusercontent.com/10430178/197364856-16d7442f-4b70-45a8-a7b3-d8ebafa1f024.png) However, if another GUI is displayed...

**Describe the bug** On macOS, pressing Super (Command) + any key does not trigger a key event, nor any other event. **To Reproduce** ```rs loop { let event = crossterm::event::read()?;...

When running oslog, it prints out the following text: ``` root@Campbells-iPhone ~# oslog Apr 17 22:05:09 Campbells-iPhone: ====== fish: Job 1, 'oslog' terminated by signal SIGSEGV (Address boundary error) ```...

The error left in console is as follows: ``` action request: Failed to install Rust Xcode plugin; this component is optional, so init will continue anyway, but Xcode debugging won't...

GDB Backtrace: ``` (gdb) bt #0 0x0000737952d91d4a in do_cos (dx=6.123233995736766e-17, x=) at ../sysdeps/ieee754/dbl-64/s_sin.c:107 #1 __sin_fma (x=1.3089969389957472) at ../sysdeps/ieee754/dbl-64/s_sin.c:229 #2 0x000064776f8ab601 in core::ops::function::Fn::call () #3 0x000064776f8bd552 in fast_image_resize::convolution::precompute_coefficients () #4 0x000064776f8af97b...

### Describe the bug After scaffolding a new Vite + React + Tailwind project, I find myself unable to change the size of text at all, no matter the font...

type: bug
status: upstream
status: needs triage
platform: Nix/NixOS

Any script that uses the nix-shell shebang when `nix.monitored.enable = true;` is interpreted as a Nix expression instead of the chosen interpreter. For example, the following script: ```sh #! /usr/bin/env...