August Saint Freytag

Results 11 issues of August Saint Freytag

Running the utility in `--form` mode, I’m trying to write a simple *passthrough*, essentially in the form of: ```sh shell2http --form --no-index --port=$PORT /exec './my-utility $v_args' ``` The way `$v_name`...

question
shell

When launching the app code with `./node_modules/.bin/electron . --debug-brk=5858`, it takes a while for Chrome at `http://127.0.0.1:8080/?debug=5858`to load the sources; Then it halts at the first line after hitting pause...

When displaying or editing collections in Cockpit, all UI elements and the breadcrumb navigation correctly display the collection's description by using the value set under "Label" in collection settings. The...

I've built a listener server with Perfect HTTP, listening on certain routes for Webhooks called by GitLab on certain repository actions. The project is a work in progress and primarily...

Minecraft Version: 1.20.1 Fabric API Version: 0.92.0 DS Version: 0.3.3 When walking into a flower forest biome (a vanilla biome), the air is dead silent. Moving towards the edges of...

I did nothing more than adding the package and using it in a rather expansive node server project, about 3.700 lines. When opening the CMD+R lookup and scrolling with the...

This adds a persistent config option for the already included (and fully working) feature to preserve player tools when used to break blocks in Effortless. Solves: https://github.com/huskcasaca/effortless/issues/173 In its current...

The preserve durability option in Effortless' settings can't actually be disabled in practice. I'd expect setting it to `0` would cause tools to actually break instead of being kept at...

This pull request fixes the placeholder/suggestion text (e.g. "Search EMI…") being visible together with the insertion point, overlapping each other. These changes make it so the `TextFieldWidget` used for EMI's...

Dropdown components are one of the many poorly documented parts of owo-lib. It’s still unclear to me if what owo calls a “dropdown” is the whole pairing of something that...