Offir Golan
Offir Golan
@Andarist what is being inferred in the example you provided? Regardless, it's very verbose. > Type-wise it's better to pass parent down as part of the input and have that...
I'd like to bump this issue. We currently have a fastly growing monorepo setup where each package has its own codegen that uses the following config to generate types and...
For a quick fix, create the file `/server/index.js` and put this in there ``` js module.exports = function(app) { app.get('/docs', function(req, res){ res.redirect('/docs/index.html'); }); }; ```
Thanks for taking this up @allthesignals! Let me know when the PR is ready and I'll review/merge/release 😄
> In development mode, some tests still fail for reasons having to do with the test suite itself. I am blocked on understanding why those tests fail - any advice...
Do you mean that each bucket should be able to have a different set of validations?
@denzo there are a lot of changes here. Can you explain what's going on and why these changes are needed?
@artemgurzhii whats the reason behind this change?
What do you mean by doing batch undos?
@xn The only thing I can think of is using [undoAll](https://github.com/offirgolan/ember-time-machine/wiki/API#undoall--options-) with passing `on` and `excludes`.