Josh Pike

Results 130 issues of 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...

S-Needs info

### 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 ) ||...

S-To triage

### 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...

bug

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...

bug
controller-related
system-PSX

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.

### 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...

Enhancement / Feature

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...