Josh Merlino

Results 8 comments of Josh Merlino

The FactionsUUID has a similar functionality where it enables flight inside of your claims.

I use typescript and my setup requires the `require` function 😉, Converting my package to a module is just not viable for me at this point. Maybe the legacy CommonJS...

An easy fix for everyone currently using `node-fetch` in a now broken project, is downgrading to v2. ```bash npm install -s node-fetch@2 ```

> For Node 12 TS I'm reading use: > ` "target": "es2019"` > `"module": "commonjs"` > Too soon. Back out the change guys. > ESM rogue is right. My project...

I think the issue is more about how babel is resolving imports in the `tailwind.config` file. In my project, I want to import colors from my monorepo, ### tailwind.config.js *(dosnt...

Add this to your main `build.gradle` No need to downgrade packages ```gradle buildscript { // ... ext { // ... kotlinVersion = findProperty('android.kotlinVersion') ?: '1.8.10' } dependencies { // ......

> > Add this to your main `build.gradle` No need to downgrade packages > > ```groovy-gradle > > buildscript { > > // ... > > ext { > >...

> ### In last build failed with this error : > ``` > Execution failed for task ':vpnLib:compileUiDebugKotlin'. > > > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > ``` Already...