Shi Yan

Results 23 comments of Shi Yan

can this be merged? the current code doesn't work with 1.6 rustc, things need to be updated

same here, downloaded one from kaggle, not usable

``` conda env create -f environment.yaml ``` fails on mac, not sure if this PR should include an alternative environment.yaml?

> ``` > conda env create -f environment.yaml > ``` > > on mac, not sure if this PR should include an alternative environment.yaml? sorry, didn't realize there is `environment-cpu.yaml`

I ran into the same issue today with the latest code. I hacked the code to pass the NSWindow->contentView, and it appears to work, as no wgpu exceptions were seen....

Answer to my own question: 1. the top of tree rust-sdl2 still doesn't provide a pointer to NSWindow's currentView. instead, it simply provides nil. 2. no, I don't need to...

here is the rust binding I created, https://crates.io/crates/ejdb2 it is mostly working (the current missing function is the http server). Sorry I didn't know about the above project before starting....

here is the python binding I created: https://github.com/shi-yan/ejdb2rs/tree/master/python it works on my local machine, but I ran into issues when trying to publish it to the public package repository. they...

Thank you for the link, however the issue isn't how to build wheels, the issue is on the ejdb side.

the folder that needs to be deployed is under Qt/5.14.1/gcc_64/qml/QtWebEngine, hence I tried qmldir. To debug, any official qml + webengine example should reproduce. for example: Qt/Examples/Qt-5.14.1/webengine/webengineaction