Results 10 comments of Val

the file loads okay, even in agregore, if I open directly as a file url; I uploaded the file with the ipfs cli with agregore as api, and used the...

Tried removing the head and body; it nows dont mess with my script, but it is still inserting a title tag over the mine

no, the file in the ipfs itself is untouchable; ... you found it! contentType is text/html

```html ipfs://bafkreiguwqwgtphyjt3wjdtsk5y7bfxccs6zrhvrneoszuewrgu5jmateu/ Chat app example div, main, form { display: flex; flex-flow: column; width: 10em; } span { float: left; } ``` the title insertion (my file only has a...

hmm, poking the repository, I see the master branch already changed the template to use executable (and with a better way to do it!), it is just not on the...

in the process of poking your links and the build documentation, I learned so much more about the capacities of the zig build system I replaced the `invoke.zig` file with...

it is possible tho to use ANSI control codes to print on the line above, move the cursor, clear the terminal... https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 came pretty handy on debugging real time information...

again didnt know about this one handy function about the why... I just realized it was being too common to write out a block, create a scoped buffer, print to...

I just realized I can write a simple comptime logic to make all calls use the same buffer, but I am not sure if this is worthywhile

okay it is just the win64xxx.inc that have the issue I described, the 32 ones compiles fine