Reese is on Codeberg

Results 211 comments of Reese is on Codeberg
trafficstars

I'm looking currently at k8s_gateway external plugin for coredns, trying to get it to work.

``` import * as sdk from "matrix-js-sdk"; const client = sdk.createClient("https://matrix.org"); client.publicRooms(function(err, data) { console.log("Public Rooms: %s", JSON.stringify(data)); }); client.once('sync', function(state, prevState, res) { if(state === 'PREPARED') { console.log("prepared"); }...

So then how do I install the fix? I'd like to continue using NPM if possible

I guess I'll wait for the release if the patch is causing issues. Thanks!

Why is this issue closed? A workaround is not a fix, this issue should stay open until a real fix is merged and validated.

The workaround isn't working for me when I use ESM because request only supports commonjs. code: ``` import * as sdk from "matrix-js-sdk"; import matrixcs from "matrix-js-sdk"; import request from...