Josh Pike
Josh Pike
### Environment information ```block Rome 11.0.0-nightly.fab5440 ``` ### What happened? If I run this from terminal: `node_modules/rome/bin/rome ci client/src/**/*.ts --colors=force` I get lots of errors, which is correct as it...
### Environment information ```block rome 11.0.0 ``` ### What happened? ``` .filter( (plant) => !this.query?.businessIDs || !this.query?.businessIDs.length || this.query.businessIDs?.includes(plant.businessID) ) ``` becomes ``` .filter( (plant) => !(this.query?.businessIDs &&this.query?.businessIDs.length ) ||...
### Environment information ```block biome 1.2.2 ``` ### What happened? Just pasting in here creates a similar issue: ``` import MobileDetect from 'mobile-detect'; 220 ā - importĀ·{Ā·NgxStripeModuleĀ·}Ā·fromĀ·'ngx-stripe'; 221 ā -...
Not sure if this is something you can account for, but I notice that the N64 games have sound crackling issues when the Provenance options menu comes up Is this...
The Nintendo pro switch controller works great, but for the PS1 emulator, there is one issue around mapping. The right hand buttons are arranged like so: ``` X Y A...
I have this "A valid integer must be provided to limit" message being logged to console in my logs, but there's no way or in the documentation to attach that...
This will get rid of that annoying deprecated message for Typescript users.
error when installing in npm
### What's on your mind? I want to migrate our Cordova projects to capacitor and have managed to do so except for this plugin. Seeing `Found 1 Cordova plugin for...
Hello, I same to have a problem understanding the documentation. This code: ``` await boss.schedule( 'my_queue_name', '0 8 * * *', // queue for 8am { // some data here...