Arham Jain

Results 65 comments of Arham Jain

Can you give me an example to look at? Like filename + line number?

I'm spending some time reading through https://shonumi.github.io/articles/art3.html and gbatek to get a better understanding of the system in general. If I need any specific help, I'll probably ping you in...

Was scanning through the list of PRs and #1451 would fix this issue as a side effect of building the link when it is actually clicked on.

While that is a valid solution for some cases, it doesn't resize the viewport height (at least on windows). If you have some CSS that depends on vh or vw...

As of right now, there is no way of doing that unfortunately. What you are asking for is theoretically possible (by having AJL output a transformation map of each line...

To clarify, relative include directories are not supported yet. Consider adopting lua's way of doing it, to have multiple directories to search through?

I actually do like this idea, as far as talking about alternative syntax generally. I know for a fact that the way I am doing all of this parsing is...

Alright, all of the basic functionality *should* work. I was unable to test the code compiling functionality, however the ix sharing and the version string fetching should work. The code...

I was able to get the images running, but unable to actually get it working with the playground code (probably due to missing folders, missing permissions, or something else). The...

I made a file called curtag that just has v1.4.8 in it within the `docker` directory. I then renamed the Docker_nopackages file to Dockerfile, and moved the other one. Then,...