Arham Jain

Results 28 issues of Arham Jain

Hello, Thank you so much for the excellent Nim wrapper of raylib. One feature that I would like to request is for the modules to be split up closer to...

enhancement

Here's the error that I'm getting: ``` /usr/bin/ld.bfd: errno: TLS reference in /usr/lib64/libm-2.34.a(w_pow.o) mismatches non-TLS reference in /home/ajusa/.cache/nim/main_d/stdlib_io.nim.c.o /usr/bin/ld.bfd: /usr/lib64/libm-2.34.a: error adding symbols: bad value collect2: error: ld returned 1...

It'd be nice if I could somehow use the clipboard on Android and Linux (those are the two that I tested). I noticed that I cannot copy from a textField,...

For example, `on click toggle between @data-theme='light' and @data-theme='dark' on ` fails to parse properly since `toggle between` only supports class refs.

Resetting an element or clearing its contents are pretty common behaviors. Right now, to clear an element you do `put '' into #ref` or `set #ref's innerHTML to ''`. Clearing...

Easier to show rather explain: ```js on reset(count = #words.children.length) ``` ```js def nextWord(value = '') ``` If the event property wasn't set, then allow an expression to be evaluated...

Right now, the add command can add classes or attribute references. It'd be nice if one could mix and match them, eg ```js add .secondary [@href=#] ``` instead of ```js...

Hello! One a server I play on, there are some GUI only options that I would like to trigger. For example, a row of inventory options will open up automatically,...

Use case here is pretty common, let's say you've got a comment: ```nim type Comment = ref object of Model text: string user: string ``` I'd like to be able...

Using `verbatim` shouldn't cause a wrapper div to be created, it isn't always the desired behavior. https://github.com/karaxnim/karax/pull/160 tries addressing this with a new `verbatimRaw`, but I would suggest just not...

bug