Leonardo Apiwan
Leonardo Apiwan
Quick update: when using it as a direct dependency, I had no issue with importing the `.cjs`, but when I used it as a dependency of a dependency (basically when...
Hi @brettz9 You are right, the problem was reaching for the sub paths rather than using the `main`; the thing is that the `README` [tells you to use `'comment-parser/lib'`](https://github.com/syavorsky/comment-parser#parser), and...
This is not Catalina specific; I haven't installed yet and I see the same blinking. I re-installed [the previous version](https://github.com/MacDownApp/macdown/releases/tag/v0.7.1) for now.
@FranklinYu no problem; the app is great as it is :D; I think there's no problem waiting a little bit more for all the new features.
Hi 👋 I was implementing madge in a project today, and I found this issue. I followed the chain of calls and the problem is what @mx-bernhard mentioned: Let's say...
For anyone interested, I just made a small workaround to be able to use CLI: Since madge uses the `rc` package, and as @mx-bernhard pointed on their comment, "Supplying the...
ping @lcodes sorry to bother you again, but I really don't want to have to fork it and use from github :P.
ping @lcodes
ping @lcodes (sorry I'm being annoying)
A workaround that we found to solve this issue was to extend the `RequestClient` and proxy the call to `request`: ```ts const twilio = require("twilio"); class MyReqClient extends twilio.RequestClient {...