Christian Bewernitz
Christian Bewernitz
I wonder: is the problem I'm running into the same propblem or a different one: I have a json file in my project that I'm importing as part of some...
That's an interesting idea, thx for coming up with it!
When first skimming over the docs in the README, I assumed that I need to set both to have lazy, since multiple would be greedy by default. Handling it this...
I read through https://inappwebview.dev/docs/javascript/communication/ and I searched in the github issues but didn't find anything similar. I considered this would be a better place for this specific question than going...
I just tried to use this in a project, but it didn't detect the breaking changes properly, since they were written as `BREAKING CHANGE:`. Could it make sense to simplify...
@IllusionVK thx for the clarifications. If I remember correctly in hindsight it was my error that the breaking changes were not detected: The PRs had the text, but squashed commit...
Have you thought about something like https://renovatebot.com/ to keep them up to date? From my experience it takes away most of the issues regarding maintaining dependencies. (Limiting the amount of...
I think the easiest way to tune the views would be a tab for each server. So nice we could switch from mail-communication to github-issue-tracking :)
> Also, in some cases I think we should consider keeping a rule if it has a different implementation. We should try to see which one is more efficient and...
Related news https://medium.com/palantir/tslint-in-2019-1a144c2317a9 (or maybe it's the same news in a different channel, not sure) > This does not propose a plugin like `@fimbul/valtyr` that can completely emulate ESLint. This...