xurei

Results 28 issues of xurei

English is not my mother tongue, and I'm using Hamsket both for work (English-speaking) and private (Messenger/Whatsapp). I didn't find any way to disable the spelling checker in the settings....

### Operating System Info Other ### Other OS Manjaro Linux ### OBS Studio Version 27.0.1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/FsbiJvZzu3Kl4SSU ### OBS...

This issue is related to #152, that have been merged in version 0.10.7 If several actions are bound to the same reducer (with the `reducerName` option), the pathvars and body...

bug

Consider this code (JS, but it applies for all C-like languages): ```javascript const a = ( b .c() ); ``` And this editorconfig: ``` [*] indent_style = space indent_size =...

Fixed example code where the connect() function takes arguments but are not set in the call. Also, removed the setTimeout() in case of connection error, since it won't return anyway.

After the update of an apk, when I parse it I get this message : Text "android.permission.VIBRATE" Unknown Chunk ID 0x00000017 (23) Unknown/debug = 0x00000008 (8) Unknown/debug = 0x00000000 (0)...

When I try to deploy a new version of my app, I get this error from Elastic Beanstalk : ``` Command failed on instance. Return code: 1 Output: ln: failed...

### Versions: - node-datachannel: `0.5.3` - vitest: `1.3.1` - simple-peer: `9.11.1` - node: tested `18` and `20`, same behavior All latest at the time of the creation of this issue....

When I try to add/edit the translations in the Table View, the YAML files produced are not sorted anymore. Here are two samples of one of my YAML files: **Before**...

I'm trying to connect to localhost:8081 (or any other port != 8080). I get this error : `TypeError: this._ownerDocument.raise is not a function` With 8080, it works as expected. See...