Nicky McCurdy
Nicky McCurdy
I'm not sure if it's the same issue, but ever since using incremental mode Jekyll ignores `kramdown: hard_wrap: true` until I delete `.jekyll-metadata` and restart the server.
I needed to update Node to get tests passing in CI. Since the `.nvmrc` has `lts/*` I'm updating to 18 for now.
Merge conflicts resolved.
I believe Artem's intention is for handlers to be interchangeable between client and server environments. You should be able to assign handlers to a constant and call it with both...
This looks good and it's nearly identical to the code Node recommends when using legacy `--loader`, though I'd recommend @thetutlage's suggestion. Is this enough to support `--import ts-node/esm` or would...
`tsx` also doesn't properly support Node 20+ IME, and has performance issues.
Blocked by https://github.com/reduxjs/redux-toolkit/pull/3715
The size action is warning because of https://github.com/preactjs/compressed-size-action/issues/93 but it seems like it's safe to ignore as it already runs on Node 16: > The following actions uses node12 which...
Blocked by reduxjs/redux-toolkit#3715
The size action is warning because of https://github.com/preactjs/compressed-size-action/issues/93 but it seems like it's safe to ignore as it already runs on Node 16: > The following actions uses node12 which...