Robert Gaggl

Results 6 issues of Robert Gaggl

Linking existing accounts with oidc doesn't work, imho because the method [linkUsersAvailable](https://github.com/coralproject/talk/blob/develop/src/core/server/models/tenant/helpers.ts#L79) only checks for `local`, `google` or `facebook`. Is there a specific reason why `oidc` is excluded from these...

[binary.toByteString()](https://github.com/ringo/ringojs/blob/master/modules/binary.js#L110) correctly checks if the argument is a Binary instance (which is true for ByteArray instances), but then calls toByteString() with source and target charsets. This [creates a String](https://github.com/ringo/ringojs/blob/0d48375b00afdd7d77ac298a98dec9a80383c38e/src/org/ringojs/wrappers/Binary.java#L278) based...

javascript
discussion

Some modules in RingoJS (`binary`, `io`, `ringo/events`) use `defineClass()` which modifies the global scope. In itself that's imho quite intransparent and thus not a good idea, but alas the [wrong...

java
javascript

Although #243 is merged, srcset-URLs with commas in them are still not parsed/rewritten correctly, see https://web.archive.org/web/*/https://orf.at/ for example. The original URLs used in srcset attributes look like this: `https://assets.orf.at/mims/2022/03/26/crops/w=875,q=90/1204287_opener_429226_coronavirus_schule_tests_vorschau_v1_a.jpg?s=bad56ac4b6df02892d3bd744c8e9494d4fd72b50`. a...

archive.org

`registerModule` is currently undocumented, but helps avoiding these "Entity xyz is not defined" errors after hot-reloading a model definition.

### 🐛 The bug Using `useSiteConfig` in a server-side `defineEventHandler` leads to a type-error when using `npx nuxi typecheck`: Afais it's using the client version of `useSiteConfig`, but even an...

bug