Xiao Gui
Xiao Gui
My understanding is that one can use the threejs obj exporter [SO]( https://stackoverflow.com/a/19351605/6059235) [github]( https://github.com/mrdoob/three.js/blob/3510fdd91725f7681db845efd889c5e29e6e7446/examples/js/exporters/OBJExporter.js) to export the Mesh edit: my apologies, as you have already pointed out, this does...
IIRC, `>` is interpreted as block quotes. If you want to pretty print codes, you might want to ``` def method(): """ Bla Examples: 1. Do this ``` >>> print('this')...
dear @adswa , thanks for the quick response. for now, I also just used wget to download the file. I believe ~it~ wget does not respect the content-encode header, and...
I wasn't aware of the command `datalad download`, my datalad version might be too old. But I will keep that in mind when I upgrade =D
Coincidentally, I am just deploying a personal app built with Parcel, and am having a great experience doing it. We can gradually migrate the files.
Hmm, I have been thinking of reformatting the sidebar and use grid and flex-box. They seem to have pretty good adoption rate amongst browsers. [flex box compat](https://caniuse.com/#search=flex-box) [grid compat](https://caniuse.com/#search=css%20grid)
I am interested to see if webassembly could be used to incorporate OneCute. WASM advertise itself for being able to incoporate C/C++/Rust codes. If there are enough interest, we could...
hi all, just wondering if this is the onecut aforementioned? https://github.com/meng-tang/OneCut
I believe the reason for the failed test is how the existing commit behave when `github-keys.json` is missing.
this PR merges #118 hence will also fix #99