Techassi

Results 76 comments of Techassi

A few notes on how to make it work: Avoid directory paths containing `$HOME` or `~` in your `/etc/figma-linux/fonthelper` config file. For example: ```json { "port": "18412", "directories": [ "/usr/share/fonts",...

Zu `isPressed`: super! Zu `Listener`: Wenn der Game Loop nicht läuft, wird dann nicht auch die Controls hinfällig? Oder anders formuliert: Wenn der Game Loop nicht läuft werden keine Inputs...

Alles klar! Freue mich auf dein Feedback und die gemeinsame Diskussion zu diesem Thema / PR.

I can tackle this. I can start working on this issue, and when done, continue to work on #869.

You are absolutely correct. I somehow forgot to add the commas. **EDIT:** I added the commas in my comment above and in the doc test in 45d4a17.

Yes, I can do that once we are ready with this PR.

> The downside to that is it requires an extra ping-pong between us to get this in, causing more context switches, and being fairly easy to fall through the cracks...

I now squashed all previous commits (Adding the function, updating the docs, and merging changes from main). I will now continue to work on the unresolved conversations above.

@louwers You can manually import the `defineNuxtConfig` helper like this: ```ts import { defineNuxtConfig } from 'nuxt/config'; export default defineNuxtConfig({ modules: ['@unocss/nuxt'], unocss: { preflight: true, }, }); ``` The...

#126 might solve some of the mentioned issues. However, I'm not sure, if it will be the final version of an improved column handling API.