Arham Jain

Results 35 issues of Arham Jain

Hello, I've read through most of the user guide and did notice the section that mentioned the JWT tokens being used for authentication. I'm not too familiar with those, but...

Hey, First off, I have been having a lot of fun with this language. It makes me think about what I write, and I haven't had that feeling in years....

✓✓✓

Hey there! I have been looking for something like this... Well for a while. Are there any simple examples available for new people (like me) to look at? A classic...

A common problem with the DSi is that the L/R buttons stop working over time. Allowing users to use the X/Y buttons as well/instead makes it possible to play certain...

Found this bug after some strange behavior with my application. I noticed that my `hx-boost` links weren't actually making a request to the correct URL. These links are relative, so...

Looks like as of Cosmopolitan 3.1 (and maybe 3?) https://github.com/jart/cosmopolitan/releases/tag/3.1 `cosmocc` is included as a C compiler that uses Cosmopolitan for building binaries. That might be an easier way to...

From the HTMX Discord: ``` on click go to first .wp-block-heading that contains 'ingredients' ``` It'd be neat if the positional expressions also took an optional "that" clause that basically...

I see that this in in the roadmap. It'd be nice if footnotes were properly supported! I'm writing a small static site generator using this library and there are a...

enhancement

Not quite sure what is going on, but I do have a minimal reproducible example: ```nim import elvis var a: seq[int] = @[] echo ?(a[0]) type Story* = object var...

When including a file that includes another file, the path is assuming the root directory. That is, the second file's import will fail because the compiler does all read operations...