Hassan Abdel-Rahman
Hassan Abdel-Rahman
I'm really excited about this RFC. I'm working on a project that where one of our steps is to compile JS using babel at runtime. Our js includes glimmer templates....
The line in question declares the `@extends` in the documentation section looks like this: ``` @extends Ember.ArrayProxy ``` https://github.com/emberjs/data/blob/master/addon/-private/system/record-arrays/record-array.js#L22 This in turn is serialized into the documentation URL: https://api.emberjs.com/ember/3.8/classes/Ember.ArrayProxy However,...
I tracked this down to 2 specific timeouts: https://github.com/matrix-org/matrix-js-sdk/blob/858155e0efc910e5e094803bb71af78d42419780/src/crypto/index.ts#L2037-L2040 and https://github.com/matrix-org/matrix-js-sdk/blob/858155e0efc910e5e094803bb71af78d42419780/src/http-api/utils.ts#L26-L28 As a workaround you can use [pnpm patch](https://pnpm.io/cli/patch) to patch this package. Specifically in node, timers have an [unref()](https://nodejs.org/dist/latest-v20.x/docs/api/timers.html#timeoutunref)...
That’s correct, this is for after the demo.
Let's brainstorm with @ef4 on the correct approach here. Ideally I'd like to do this is a query based relationship, eg: the address that is contained in a wallet associated...
I think @bagby started the work, but was unable to get it done in time for the demo that we had to ING. so it still needs to be completed.
This functionality is there now. I'm gonna assign to @burieberry for the styling work
This issue is blocked by https://github.com/cardstack/portfolio/issues/116. We first need to have a fast an efficient way to index any address regardless of its age before we can do this.
Gnosis safe factories (whose job it is to make gnosis safe proxies) already do this, they have a single contract that can exist at the same address in every network....
@mvcejas I think your problem is that the iframe that you are using for wysihtml5 uses the security="restricted" attribute.