Marcin Bielak

Results 15 comments of Marcin Bielak

@lian-yue What do you think about below refactoring (`axios` insteadof `XMLHttpRequest`) and adding new callbacks features ? I preparing set of improvements in specific UI solution - object storage web...

@lian-yue Any comments for below PR with callbacks and switching to axios (standard in today JS/TS impl.) ? Below code was deployed and tested on production with ~1k internal users.

I suggesting look at this example: https://github.com/adewes/blitzdb/blob/master/blitzdb/backends/mongo/backend.py#L51 First You need `connection` from `pymongo` and second from `MongoDB` you get database object expected by first argument in `blitzdb.MongoBackend()` method.

@aderchox You can run with below a few lines from forked/updated repo: ```bash git clone https://github.com/dchapes/pxl.git cd pxl go build cmd/pxl/main.go # you can see main binary file ./main -h...

@ichinaski It will be good to merge this PR. Everything was fine today when I cloned the related fork and ran the program with one command `go build cmd/pxl/main.go`. @dchapes...

@AndreRenaud Maybe you could fix one CI/CD bug and it will be possible to merge your PR to `master`? I think ;-)

Great tip ;-) On Ubuntu Linux 20.04.5 LTS you need additional steps: ```bash sudo apt install flatpak-builder # + 5MB flatpak install flathub org.kde.Sdk/x86_64/5.14 # + 1 GB flatpak install...

@thanhsang298 and @wyl88wyl I've good news - in this PR https://github.com/varunshenoy/GraphGPT/pull/40 you can use Azure AI Studio API :-) Please add +1 and of course, if you have any feedback,...