Kelsey Judson
Kelsey Judson
My Samsung T5, which was working perfectly with both Linux and Android, suddenly stopped working with Android (prompts me to fix by formatting) and is giving me this error when...
### Summary The Deno LSP is giving me an error for `npm:` imports, which doesn't happen in VS Code. If you modify the buffer at all, e.g. add a blank...
This allows pinch zoom when there are two or more fingers touching the surface before dragging. I don't know if this is the best way to solve this, but it...
* Operating system: Linux * Ruby implementation: Ruby * `concurrent-ruby` version: 1.1.5 * `concurrent-ruby-edge` version: 0.5.0 Given this code: ``` require 'concurrent-edge' class WorkerActor < Concurrent::Actor::RestartingContext def on_event(event) puts "#{name}...
**Describe the bug** When I use `_.source =` to export environment variables, the script seems o be evaluated in the context of the current working directory rather than relative to...
When listing tasks with `mise tasks [ls]`, the source path can take up a lot of horizontal space if your project is in a deeply nested directory, leaving little room...
**Describe the bug** Languages which do not use `#` as comment character cannot use comments like `# mise description=''` in a script task. **To Reproduce** Create a script task `.mise/scripts/foo`:...
I would like to be able to set `jobs=` on each task rather than just globally or via the command line. For some tasks I need the dependencies to run...