Kyle Kirbatski
Kyle Kirbatski
@ckknight I don't know how you would want to go about doing a GS organization, but I've made some progress on GS over on my own [fork](https://github.com/kkirby/gorillascript).
This is fixed in my [community repo](https://github.com/kkirby/gorillascript), since I now have Gorillascript compiling to ES6 generators.
A bit better solution code-wise: ```javascript const {getDefaultConfig} = require('metro-config'); const defaultConfig = getDefaultConfig.getDefaultValues(__dirname); module.exports = { resolver: { assetExts: [...defaultConfig.resolver.assetExts, 'md'] } }; ```
Check out this question I asked awhile back: https://github.com/ckknight/gorillascript/issues/142 it should help you out.
Yeah, I definitely don't disagree with you.
> You can write `.tsx`, `.mts`, or `.cts` For the record, `.mts` is also reserved for video files. And `.cts` is falling out of favor. My only issue with using...
@brendan-rius Incorrect URL provided, but the package name you provided is correct. Thanks for sharing.
Yeah, this would make my day ... even my year.
Change line 17 of package.json to `"gzip-js": "0.1.0"` Run `npm install`, then rename `gzip-js` to `gzip` in the `node_modules` directory.
I'm on Big Sur and it works without any issue for me. I didn't have to update anything or swap out profiles or certificates.