Arham Jain

Results 28 issues of Arham Jain

As discussed, this is an attempt to move the Nim playground to HTMX. Not quite ready yet (need to work on the code results) but some basic stuff does work.

Need some instructions on setting up the project and docker. I'm following setup.sh and after making a few changes to Dockerfile_nopackages I was able to get the image installed. Running...

First off, thank you so much for creating this plugin, if I can get it set up the way I want it'll be a huge time saver + reduce my...

need triage

``` [1, 2, 4].assertMatch([until 3, @a, .._]); echo a ``` In this case, 3 doesn't appear in the array so I'd expect it to not match. Instead, this prints 0...

Hello, I tried compiling and using the default provided controlgallery2.nim file, and it appears that the comboboxes do not render the options contained within them. Is there something outdated about...

I recently ported over a small project of mine (https://github.com/ajusa/250) from Jester to Mummy, and ended up creating a file (https://github.com/ajusa/250/blob/master/src/mummy_utils.nim) which has several utility functions that I thought were...

1. Fixed length strings. In order to read a string that is exactly 200 bytes, you are forced to make a subparser and use @get. Ideally, we can define a...

enhancement

See issue from old project: https://github.com/gintas/crackbook/issues/20 Basically, is there any way to block `example.com` without blocking `example.com/custom/page.html`?