Staubcoding

Results 11 comments of Staubcoding

The Problem is for an update check, they'd have to set up a website or at least an API Server, which will be pinged allot, so it'll need to have...

> > > Does the existence of https://github.com/Ephys/mc-curseforge-updateJSONURL help at all? 🤔 It would help them to not have to implement it themselfes, but they'd still have to Host it...

I'm looking into working on this, would you be so nice to provide me with your keymap file that uses Ligatures so I don't need to create that from scratch?

I just edited one of the existing keymaps to put a ligature on the 1 key. So no need to send me that keymap.

After looking into how the Keymaps are currently loaded and processed, I've decided to not tackle this as my first contribution to serenity and I think the good first issue...

I am Currently experiencing a similar issue, my WiFI card supports monitor mode, including ACKnowledgement of Incoming frames but owlink still gives this output (i removed the ascii art): ```...

> Somewhere like https://pages.github.com/ ? sweat_smile As far as i remember gh pages can only be used to serve static web content. So yes it would be possible to host...

For the following applications, adding a manual link to the help-context menu, doesn't really make sense since they either don't use normal windows, or are meant to only temporarily show...

So I have done a bit of Work for this in #21731

I've temporarely switched to using this to circumvent the issue: ```ebnf identifier::Ident = identifier_internal; @name identifier_internal = /[_a-zA-Z][_a-zA-Z0-9]*/; ```