Results 24 issues of Artur Kyryliuk

| Q                       | A | ------------------------ | --- | Patch: Bug Fix? | Patched API to the current version https://developers.facebook.com/docs/graph-api

tag: enhancement :100:
contributions: welcome :1st_place_medal:

https://github.com/eclipse/paho.mqtt.javascript/blob/be026e0305f0ae5ed100015df25bbd20fac0a41b/src/paho-mqtt.js#L1201 should be ```javascript if (this._message_identifier >= this.maxMessageIdentifier) { ``` because ```javascript while(this._sentMessages[this._message_identifier] !== undefined) { this._message_identifier++; } ``` increments before this.store("Sent:", wireMessage); is called and this.store("Sent:", wireMessage); can throw...

Wasp should create the database before executing migration to prevent an error. STR: ```bash wasp new toodoo -t todo-ts cd toodoo wasp db migrate-dev ``` ``` user@pc:/mnt/c/projects/wasptest/toodoo$ wasp db migrate-dev...

Current eslint v9 didn't support old config to use recommended rule rxjs/no-unsafe-takeuntil. This is how to fix it using the fork https://github.com/DaveMBush/eslint-plugin-rxjs : npm i --save-dev @smarttools/eslint-plugin-rxjs ```javascript import rxjs...

Starting from Apr 3 2025 X supports returning verified email in Oauth 2.0 flow so it can be added as auth provider. https://devcommunity.x.com/t/announcing-support-for-email-address-retrieval-with-oauth-2-0-in-the-x-api-v2/240555 Maybe we can add the provider as...

Hello! * Type: new feature * Link to issue: **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [Contributing...

Hello! * Type: documentation * Link to issue: **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [Contributing Guidelines][:contrib:]...

It's useful for developers using both Windows and MacOS with the same keyboard. Ctrl-click is common "Go to definition" shortcut but in MacOS it also opens a context menu as...

enhancement

Error: no available backend found. ERR: [webgpu] RangeError: WebAssembly.Memory(): Property 'maximum': value 262144 is above the upper bound 65536 Chrome Canary 140.0.7280.0 Win 11 chrome://flags/#enable-experimental-webassembly-jspi Enabled

@acharron-hl I saw PHP8.4 upgrade in the garden-container so upgraded it's version in this repo too.