Jason Galea

Results 10 comments of Jason Galea

I'm getting the same from [email protected] on node 6.9.1 ``` [ ' at addLinks (/usr/src/docca-pdf-server/node_modules/docca-pdf-document/lib/render/index.js:185:29)', ' at renderImage.then (/usr/src/docca-pdf-server/node_modules/docca-pdf-document/lib/render/index.js:204:7)', ' at bound (domain.js:280:14)', ' at runBound (domain.js:293:12)', ' at runCallback...

for our case I _think_ I've got a usable work-around for this.. (we're using parcel to build a package that provides utility used in webpack config and needs access to...

@dfernandez79 thank you! I was getting close to figuring out what was going on but not sure I would have got there if I didn't find this issue report. finally...

> So I looked at `createLink`, and I think it works pretty much the way we want it to, regarding type-safety and everything. Here's a TS playground: > > https://tsplay.dev/Wzq93m...

also.. I was pleasantly surprised when I initially used `Link` for external links and it all seemed to work fine. While testing `createLink` I noticed that it complained about the...

Are you using `React.StrictMode`? as mentioned in another issue, disabling it seems to resolve the issue for me.

@chris-olszewski I've hit the same issue and it appears to have been triggered by our use of yarn `resolutions` on `immer` and having deps on multiple [major] versions of immer....

Which, to me, is what makes using underscores a good choice. It avoids clashes and indicates who's method you're working with. *all weather dependant of course..

I just had the same. I suspect it's an issue with console opening an external editor or similar as gr exits before the file is saved and does nothing with...

It seems like there are multiple issues related to font rendering. I've managed to get some form of bolding working by copying the fonts and setup from the `fontWeights` example...