Domas Bitvinskas

Results 20 comments of Domas Bitvinskas

For anybody who want to run it on 0.11 or 0.12, you can use my fork for the time being. I just changed `jsdom-little` to `jsdom` dependency. https://github.com/donpark/html2jade/pull/100 ``` json...

Thanks for asking. I've been thinking a lot on how should we deal with associations, as it is quite common in my production code. But it is not clear what...

Just thought a bit more about that and realised that I am already doing this in the production app I work on. You can override the `as_json`method on the parent...

Thanks for reporting. It is actually a bug that was introduced with https://github.com/Nedomas/databound/commit/f995f1eee9988550b5c91008fb7e2dbd69ba2717 It tries to capture errors in development environment and show them in a friendly way. But I'm...

Hello @wizztjh Thanks for raising this :heart: :heart: :heart: I never needed this myself, but if we can collaborate on the solution to this. Could you setup an app and...

For anybody looking for a quick workaround in the meantime, just add this to your `package.json` (if you're using yarn): ```json "resolutions": { "mdx-deck/**/gatsby": "2.18.4" } ```

@himvish997 did not have the time to push this back upstream to the main repo, but I have it working on node here: https://github.com/Nedomas/tfjs-yolo-tiny If you find this helpful, feel...

Probably not much work. It's just that you'd additionally need to compile a Node.js-compatable bundle (whereas I just changed some parts in the code manually). Also - `browser` key on...

This is not a m1 issue as I'm running it on a non-m1 mac and can reproduce it. Can also confirm that `0.34.0` does not have this issue.

Update: For everybody that we're stuck on this, it was `nexus-prisma` eating up dependency missing error. `nexus-prisma` uses `floggy` as a dependency, and they have a problem with the `chalk`...