ieow

Results 14 comments of ieow

It would be also great if can support passing down props to cell such as props from react-router "match.url"

Sorry for late reply. I tried it, it works perfectly. Just may be the keyword 'cellProperties' is a bit long. :)

Cool.That is great. Can't wait for that.

@yasserzubair , I don't get what you need. What example you mean?

> Going deeper into the void that is `node_modules/`. > > ``` > @solana/[email protected] + 7 kB (ok) > > @solana/[email protected] ~ 415 kB (worth looking into) > self +...

Is it possible to implement lstm in this ga3c architecture? RNN (lstm) required serialize input, but based on this ga3c architecture which push exp to queue from multiple agent would...

Great! Is there a way to populate the Metaplex-indexer's database? do we have to use holaplex/holaplex to add store and nft ( for testing purpose)?

try add resolve in metro.config.js file ``` const config = { resolver: { extraNodeModules: { stream: require.resolve('stream-browserify'), ```

I am trying to load this library https://github.com/torusresearch/tss-lib-rn/tree/demo/test-rn code to load it ``` import * as TssLibNode from '@toruslabs/tss-lib-rn'; await TssLibNode.init(); console.log(TssLib.wasmMod.exports.memory); console.log(TssLib.wasmMod.exports.memory.buffer); console.log(TssLib.wasmMod.memory); ```