Luke Petherbridge
Luke Petherbridge
### Describe the bug Currently it's impossible to pass a glob-like string to an external command, as nushell expands globs even when quoted. Some commands like the UI testing framework...
### Related problem Nushell supports calling external commands by prefixing `^` but there is no way to call a nushell built-in that is aliased without removing the alias. ### Describe...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...
### Related problem I couldn't find any existing issue dedicated to modifying history - specifically in the context of custom commands/aliases that are dynamic based on user input. Consider the...
https://stackblitz.com/edit/hmmgyv?file=src%2FApp.tsx Expected to have a white border around the label similar to when an item is selected with a non-empty value. Digging in it seems like there's a max-width property...
SolidJS supports buildless templating: https://www.solidjs.com/guides/getting-started#buildless-options which I was experimenting with using [jsdelivr](https://www.jsdelivr.com) - however, while jsdelivr does have `@suid/material` hosted because there's an npm package - it doesn't seem usable...
## 🤖 New release * `pix-engine`: 0.8.0 -> 0.8.1 Changelog ## [0.8.1](https://github.com/lukexor/pix-engine/compare/0.8.0..0.8.1) - 2024-05-06 ### 🐛 Bug Fixes - Fixed unused warning - ([e88f9da](https://github.com/lukexor/pix-engine/commit/e88f9da3cb09cbedce999a440cfa5f80648ee29a)) - Fix removing joypad devices -...
Currently `pix-engine` relies on [SDL2_gfx](https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/) from the underlying [rust-sdl](https://github.com/Rust-SDL2/rust-sdl2) crate. This package is provided only as source code and not precompiled binaries. The SDL2 DDL and LIB files are in...
The current mapper support allows playing ~85% of NES released titles. There are still several hundred games that can't be played on TetaNES. This issue tracks progress towards increasing mapper...
## 🤖 New release * `tetanes`: 0.9.0 -> 0.9.1 * `tetanes-web`: 0.2.0 -> 0.2.1 Changelog ## `tetanes` ## [0.9.1](https://github.com/lukexor/pix-engine/compare/0.8.0..0.9.1) - 2024-03-26 ### ⛰️ Features - Don't show hidden files in...