Luke Miles

Results 44 comments of Luke Miles

Re: > How hard do you think it would be to convert function arguments to/from (destructured) objects as well? Relates to https://github.com/nicoespeon/abracadabra/issues/341 Just occured to me a simpler way of...

Forgot to put an example with a function: ```tsx // destructured function Card({x, y, color}: {x: number, y: number, color: string) { return {color} } // restructured function Card(props: {x:...

I'll give it a try sometime but expect it to be challenging since I'm not versed in this kind of repo

Replicated ``` from dataclasses import dataclass from io import StringIO from dataclass_csv import DataclassReader class C: def __init__(self, x): print(f"initialized with {x!r}") self.x = x @dataclass class Row: b: int...

@boluanace can you post a GitHub gist of your merged data_loader.py and train_txt2img.py please? I am getting the memory error and it is killing me

Ah i won't tell you how to write your software but personally I just use the app and wouldn't mind it being desynced and you could turn it off in...

Try using node 16 instead of 17 if you're on 17 https://github.com/solana-labs/example-helloworld/issues/375

Going extremely slow and occasionally crashing for me

Downgraded to 1.8.16 and everything is running smoothly Some keywords for googlers: 'solana running slow', 'solana deploy takes forever', 'solana-test-validator crashing', 1.9.8

I think you can still install 1.8.16