Robert Rossmann
Robert Rossmann
Hey @Bosphoramus I just noticed this issue! 😱 Sorry! I actually wonder the same, to be honest. 😇 I _guess_ I wanted to visually distinguish the attribute names from the...
I feel that query routing based on query types would be better suited for [pgpool](http://www.pgpool.net/docs/latest/en/html/intro-whatis.html) instead of re-implementing it at the application layer. 🤔 Application should not be bothered with...
In a _package.json_ file, the [_main_ property](https://docs.npmjs.com/files/package.json#main) points to the application's **entry point**. So, when working on a module, this is what you get when you `require()` this module. And...
Good point. Some ideas: - Ask - load up all the package.json files from opened folders and present a dialog box to ask the user which project to debug -...
I come from the year 9999. `ajv` and `ajv-keywords` has become the most prevailing validation software on the whole local stellar cluster. However, due to this limitation, we are afraid...
Off-topic: 401 should be used for unauthorized requests, not when a model's schema validation fails. See [Wiki](https://en.m.wikipedia.org/wiki/List_of_HTTP_status_codes).
If it's a template for a generator, can we... generate something and lint that instead of the template source? It's a bit of a workaround but at least it does...
I don't think this can be prevented unless the events are handed over to `EventEmitter` in current tick [here](https://github.com/trailsjs/trails/blob/master/index.js#L99). I do not understand the comment there - was this done...
Ah, related - #10.
Would it make sense to remove the workaround and release it for broader testing while still in beta? If there's no clear indication as to why it's broken, perhaps someone...