messense

Results 481 comments of messense
trafficstars

I have just ported drill to async futures with reqwest, see #46

@wizzardo Can you give #46 a try?

@wizzardo Can you try #55 with bigger `concurrency` say 100?

> as philipc said, someone will have to make a PR adding this functionality for mips quirks apparently; I'd love to see this issue fixed, @m4b can you elaborate on...

> I believe someone just has to implement this mips quirk when parsing Yes, I've read the thread and I understand that. But I'm not sure where to put the...

This is actually quite easy to implement, I've done it in my fork of this project for huaweicloud, see https://github.com/messense/huaweicloud-github-runner/commit/2354ded37963c009a9c03067cfe99eacd862676d

> @jeremywu0127 > > doc/xls/ppt check will be a little complex, we can detect they are Composite Document File V2 Document, but we don't know which one it is (doc/xls/ppt)....

I've successfully compiled pyxel pyo3 wrapper to wasm32 wheel using a development version of [maturin](https://github.com/PyO3/maturin), some tweaks needed * Add a `pyproject.toml` file with proper configuration * Add `sdl2` emscripten...

@kitao Here you go: https://github.com/messense/pyxel/tree/maturin maturin main branch code needed to build it. Edit: Now you can use maturin v0.13.2, can be installed via `pip install "maturin>=0.13.2"`.

> Does this maturin setting can build Pyxel package for other platforms? Yes, I think so, needs to test it out.