David Leung
David Leung
Hi @Blackrush, if you just want to convert a single file, you might want to take a look at [html2haml](https://github.com/haml/html2haml).
Thanks for raising this issue, @tobiasdirksen! I also have a need for being able to define continuous aggregate (cagg) on top of another one, but for a different use case....
This is definitely a problem I can reproduce with `rawlist`, even without nodemon involved. `list`, on the other hand, is fine. I have two modules: ``` app.js # entry module,...
Hi @threepointone, thanks for looking into this. The main issue here is not in exposing state, but allowing uncontrolled client-side write access to the agent state. With the current implementation,...
I find [mockito](https://github.com/lipanski/mockito) to be a fairly rustic solution so far. It spins up a web server for the lifetime of the test, and you use the `cfg` flag to...