Zoltán Matók

Results 7 issues of Zoltán Matók

Having a file like `./public/yolo.txt` and given a simple program... ```nim import jester, htmlgen routes: get "/": resp h1("Hello") get "/@name": resp "Your name is " & @"name" ``` ......

Serving a static file `./public/yolo.txt` that contains: ``` bla bla őúőúűáé ``` will result in Safari showing: ``` bla bla őúőúűáé ``` The file itself is **UTF-8** encoded. --- The...

I have a 3 line long application: ``` require "http/server" server = HTTP::Server.new do |ctx| end ``` I'm using VSC, this [plugin](https://github.com/crystal-lang-tools/vscode-crystal-lang) and scry. Crystal 0.35.1 (2020-06-19) LLVM: 10.0.0 Default...

Amazing lib, but given a simple layout like... ``` .grid .item .wrap p helo p belo .item .wrap p helo p belo ``` ...and CSS like... ``` .grid { display:...

I love that you created this lib! I'd like to generate an image on the backend and send it to the user by email. Can that be done?

### What version of Bun is running? 0.4.0 ### What platform is your computer? "Darwin 21.6.0 arm64 arm" and I also tried with "Darwin 21.6.0 x86_64 i386" (rosetta terminal) ###...

bug
node.js

... you know where this is going 😄 Do you see a future where Civet might support the type-checked imports of "JSON with Comments" files, or maybe even YAML or...

enhancement