devin ivy

Results 173 comments of devin ivy
trafficstars

We adopted it as our de facto SQL ORM at [Big Room Studios](https://www.bigroomstudios.com/) (you can probably even spot an objection model on the homepage!), and our development team has only...

Would parameters on this route limit users or comments? One direction... would you consider integrating with objection-find, or otherwise supporting eager expressions? There are ways to limit which expressions are...

If anyone wants to work on this and HC is still pre-v2, just branch from https://github.com/devinivy/haute-couture/tree/extend-manifest.

haute-couture maps (file structure hapi plugin methods). For example, calling `server.register([plugin1, plugin2], callback)` is the same as creating files`plugins/plugin1.js` and `plugins/plugin2.js` when using haute-couture. In hapi v15 two new plugin...

Yes! hapi v21 was just published this week, and there's some work to do across the entire hapi pal ecosystem to bring it all into alignment. I will be working...

It's a little hard to guess what the issue might be: can you share the code for your service that is causing this error? Also, this sounds like a runtime...

I think the issue here is that the class is a named export. In CJS your example would look roughly like this: ```js exports.MeService = class MeService extends Service {};...

Curious! The `export default` really is supposed to work correctly for files with a `.ts` extension— there is some logic for this in haute-couture (it is aware of typescript's use...

Hi! The issue here relates to schmervice's idea of namespaces. In short, by default routes will be able to see the services registered in the same plugin that the routes...

This is failing CI because serverless v2 internals relied on by the test suite have changed (affects the tests, but not should affect typical usage of lalalambda). If you're interested...