Adam Miller
Adam Miller
Hi all! Friendly request to cut a new alpha release so M1 Macs can build: https://github.com/nodegit/nodegit/commit/7797550bb87198130ad321ccdf795ce3b5f3c5be This is currently blocking adoption for us. Also, It appears the latest 0.28.0-alpha line...
Hey! This was missing from the documentation – had to go digging through source to find the feature. This combined with https://github.com/preactjs/preact-router/pull/359 should give us pretty solid docs around nested...
## Summary The @nodejs/i18n team is working to publish website / API docs translations to a node module from CrowdIn for us to consume. We need a way to integrate...
## Summary Historical documentation will be fetched async as requested: ref https://github.com/nodejs/nodejs.dev/issues/255. This ticket must be done after historical docs land. Current and LTS docs should be pulled in through...
The [ZIPVFS](https://sqlite.org/zipvfs/doc/trunk/www/index.wiki) extension has an extra header file `zipvfs.h` that is required when compiling. The `symlink_custom_sqlite3` action as written fails because it can not find this file. By adding `zipvfs.h`...
Because we take over the css compile / emit step for builds in the webpack-plugin, and future broccoli-plugin, no existing css hot reloading plugins easily integrate with css-blocks. We need...
Is currently using hard coded short/longhand resolutions.
CSS Blocks should throw an error when trying to use `compose` in a pseudo element. ```css /* Src Block */ .other-thing { color: red } /* In another file */...
Hi all! We had an issue integrating the email editor into our app that may be a very simple upstream fix. Our product is an electron app. By default, relative...
This is a bug in at least `@turf/[email protected]` and potentially other packages. Typescript has recently released a new `moduleResolution` option that when set to `node16` or `nodenext` will use new...