John Y

Results 8 comments of John Y

This is a part of the provisioning script, which includes gpu drivers, keras, theano, cudnn, etc. https://github.com/fastai/courses/blob/master/setup/install-gpu.sh This information is included in the bottom of the wiki post for the...

No doubt there are a bunch of ways to implement this. Figured we could discuss this a bit before firing up the console. I like your idea of taking something...

Yes other creators are asking to do similar things. Some have done it in trusted ways with cosmjs, but I think it would be better to have a smart contract...

Making separate issue for using merkletree for lists > On Sep 2, 2022, at 8:03 PM, shane.stars ***@***.***> wrote: > >  > Should also change whitelists to work with...

partial purge introduced in vending-minter

@humanalgorithm i think these tasks are still WIP

@josefleventon it's been a month now, is this still getting built out? who is the 3rd party?

pseudocode from discord ``` if len > 4 && name[2..4].contains("--") && !name[0..4].contains("xn--"){ return Err(ContractError::InvalidName {}); } ```