Dave Irvine

Results 16 comments of Dave Irvine

@aecorredor @yaronlevi are you still having problems in recent RN versions? I'm on RN 0.55 and not getting a crash in a Release build when I call `idx.search('test*');`

Hi! I'm also looking for the answer to this question! I love Ink but I've seen in a couple of Issues you've recommended to use `react-blessed` for certain 'types' of...

No sorry I didn't find a solution

In https://github.com/twigjs/twig.js/blob/master/src/twig.exports.js#L162, add a new property to the `params` object: https://github.com/twigjs/twig.js/blob/master/src/twig.exports.js#L173 called `error` made up of a function that takes an `err` param. In that function, call `fn` with the...

@Friksel if its such a minor fix, I look forward to your open source contribution. I believe I actually wrote instructions for how to fix this in 2017, yet nobody...

Checking through your comment history on other projects, I can see you are not someone I want to interact with. Please enjoy open source responsibly.

Hi @r3wt, I appreciate you leaving feedback on this situation. Regarding your thoughts on whether I overreacted; I have little to no acceptance of toxicity in the open-source community, the...

I'll counter your long comment with a short one :) We go for whatever solution gets us closer to parity with Twig PHP. Adding sugar to said solution could be...

Looks like named arguments landed in Twig in 1.12, its not something we support yet but I'd love a PR to add it!

`with` is causing lots of problems all over the place. If it doesn't behave like twig-PHP, then it isn't expected behaviour.