Dominik Picheta

Results 594 comments of Dominik Picheta

> in D vibe, is D's analog to jester. I don't think so. Jester is a lightweight web framework, vibe looks pretty heavy. Your post isn't clear. Can you show...

Would something as simple as ``before "install":`` work?

How would it benefit?

My intention wasn't to challenge whether this feature should be implemented, I just want to gather the use cases. I do think it is important even if right now it's...

What I think might be best for this case is to: * Implement server-side rendering for Karax * Serve a pre-rendered page on first page load Further page loads will...

Yeah, this is a tricky one. I think we need a proper API for this stuff. Ideally users should be able to ask Nimble to put built shared libraries somewhere...

Yeah, I dunno. I would be tempted to consider this out of scope for Nimble. Dynamic libraries should be handled by the OS package manager.

I would encourage you to help us resolve it, or pay someone to resolve it for you if it's a critical problem for you.

https://github.com/nim-lang/nimforum/blob/master/src/frontend/postlist.nim#L146 :)

Jester uses httpbeast (which is just a fast http server). I recommend nginx in front of it for security/reliability (as httpbeast hasn't been strengthened against all http exploits exhaustively) If...