Results 35 comments of arily

Same problem here. (On macOS 10.15.5) (I downloaded the app from readme and it's 1.0.4(maybe considering update it?), I'll try 1.0.5)

How about give the option to enable/disable a device if it's not possible to distinguish between a traditional mouse and a Magic Mouse? I am doing the same thing as...

hi, this problem is caused by exporting /src/ instead of /dist/ library, which is using ES7 syntax. edit index.js change './src/socket.io-worker' to './dist/socket.io-worker' will solve this problem ```javascript require('socketio-shared-webworker') //...

Hi, this is a required feature to be compatible with our [frontend fork (which has a lot of new features and fixes).](https://github.com/ppy-sb/guweb) we can implement some feature availability checks in...

> > Hi, this is a required feature to be compatible with our [frontend fork (which has a lot of new features and fixes).](https://github.com/ppy-sb/guweb) > > > > > >...

If most of the time(I mean more than 99.999% of the scores) will not be added in this way, add a new column and pre-allocate the columns for saving the...

> Is the route display on your vue/nuxt devtools? yes.

> I will look at it, are server routes supposed to be navigated to? right now it navigates with bug: (I am on Nuxt 3.5.3 so things may changed)

I think we need to find a way to prevent devs using it like a loop ```js const const arr = ['maybe', 'you', 'invented','a','loop const var now = 0! ping...

@snk-js Did we just solved borrow checker and locks entirely? Can't wait to see how performant it is. Gonna be so much faster than javascript not to mention Typescript I...