Rishav Sharan
Rishav Sharan
checking back in after an year. ^_^ Would really love to try out rapid but without some starting docs/tuts, it is hard for me to do so. Hope you will...
hah no worries. I know life comes in the way! 😃
Will npm be used for project management? can we have ssc invokable by npx?
why do we even need ports. c bindings are among the strongest aspects of Nim. We can just create a nim binding for love2d.
Hey folks, any updates on this?
Error Handler. We should be able to throw exceptions anywhere in the code and the middleware should catch it, so that it can in turn handle it as a 500...
Let me try them. I don't think they are documented anywhere right now. The way I was handling errors was something like this; ``` // deno-lint-ignore-file import { Hono }...
Some other middlewares that would be great to have are; 1. [Helmet](https://github.com/helmetjs/helmet) 2. body parser 3. cookie parser 4. timeout
Is this likely to happen? I'd really like to try out cranelift for my toy language, but the lack of a simple c api will mean that I will have...
This is way out of my league so likely a stupid question; but if I build a so/dll of all the cranelift crates like `cranelift = "0.89.0"` using cargo, can...