Bruno Škvorc

Results 103 comments of Bruno Škvorc

Another example of why this is useful: ``` const n = new NFT( ...); n.list(...) // ok? ``` vs ``` const n = NFT.fromConsolidated(nft); n.list(...) // Can't list if you're...

That's a php thing, for the php thing that generates folderbuilder json from an existing local folder tree. On 28 Aug 2015 21:34, "Starbeamrainbowlabs" [email protected] wrote: > @SvenAlHamad https://github.com/SvenAlHamad I...

If you need to repro, just launch any "ERC404" type of NFT, which is fundamentally broken at many levels but still getting support from the ecosystem due to hype, and...

It works, thanks: ``` vagrant@homestead:~/Code/diffbot_test$ composer global require alexia/php7mar:dev-master Changed current directory to /home/vagrant/.composer ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) - Installing...

Same issue, M1 Mac with 32 GB RAM.

I see. So what is the best approach to handle debugging this? I am hesitant to integrate Quivr any more deeply into my workflow until I can be sure it...

@StanGirard how do we re-test for full context awareness?

It has been another month @StanGirard let's get this fully end to end tested?

How can I use tests to make sure it knows the knowledge I expect it to know? Any simple guide? Would love to contribute with cases.

It is stale, but remains unresolved.