Deniz Akşimşek

Results 57 comments of Deniz Akşimşek

FWIW, you can put statements on the same line without any separator: ``` set x to 0 set y to 0 set z to 0 log x + y +...

> Perhaps this could just be a custom function like `if codeFor(event) is "ctrl+s"`. Or a custom conversion: `if event as Hotkey is "Ctrl+S"`

FWIW the test is missing a closing `` tag.

The `default` command can be used here: ```hyperscript on reset(count) default count to #words.children.length ``` Not shutting down the discussion, just pointing it out for anyone who might not be...

I recently started a tiny JSX library just for rendering static HTML: https://deno.land/x/[email protected]/mod.ts It's very early and untested right now, but definitely light as a single 2kb file. I'm using...

> you don't have to press shift to type a ` (at least on US keyboards) On my layout, the only way to type backtick is `AltGr+,` (which is not...

One accessible way to do this would probably be: ```html Tab 1 Tab 2 ... ... ``` Unfortunately, you'd need manual JavaScript to make the keyboard interactions work. You might...

I am experiencing the same issue. - Yes - Yes - Yes - The issue occurs on both. [yaga.log.txt](https://github.com/vauvenal5/yaga/files/14705961/yaga.log.txt) [yaga.isolate.log.txt](https://github.com/vauvenal5/yaga/files/14705962/yaga.isolate.log.txt)

Possible mitigations: - Find/write good JS-based headless UI components that integrate well with htmx (emit events) - Experiment with implementing keyboard interactions with hx-on - Log console errors for common...

why not just do this? ```html ```