Denton Liu

Results 21 comments of Denton Liu

Hi, I would be interested in supporting it but I haven't had any time or interest recently in reverse-engineering and implementing it. If you would like to implement support, you...

I definitely agree that we shouldn't be altering `CreateOrderService`. Perhaps a new `CreateBatchOrderService`? Thinking about it some more, here's my proposal: we have `CreateBatchOrderService.CreateOrder()` which returns a `CreateBatchOrderServiceOrder`. From there,...

Yep, you read it correctly. Between your proposal and mine, I like yours much better. Given the way my code interacts with this library, it is much easier for me...

This is the struct that I am planning on using for futures events: ```go package binance import ( "encoding/json" "github.com/adshao/go-binance/v2" "github.com/adshao/go-binance/v2/futures" ) type FutureUserDataEventType string type AccountUpdateEventType string type ExecutionType...

Yes, please do. I don't have the time to push this all the way to the finish line so I'd love it if someone took over.

On the AUR, I've packaged @zbanks fork here: https://aur.archlinux.org/packages/crewlink-bin/

The "APPIMAGE env" message is just a warning and it can be safely ignored. For the second, were you getting an error dialog that said something like "Couldn't connect to...

Try running it with `export ELASTICSEARCH=False`.

If you're using the AUR package, make sure you're using `crewlink-launcher` instead of running `crewlink` straight-up. It sets `kernel.yama.ptrace_scope=0` so that CrewLink can listen in to Among Us. Alternatively, before...

> The friend I tested it with was running 2.0.1 from the original Ottomated repo, but unfortunately this Linux fork is still a couple releases behind at 1.2.1. I was...