John Dean

Results 34 comments of John Dean

Also experiencing this issue, a really bad fix is to roll back to [v0.9.5](https://cdnjs.com/libraries/sass.js/0.9.5); where the issue doesn't exist, but then `sass.importer(fn)` is broken for me. There is no version...

Thanks for this, I'll give this a test either today or tomorrow. I've been writing a Minecraft world viewer using this repo to load the worlds/models and resource packs; I...

I get this is getting a little way away from the original issue, but basically I ran into the following issues when I tried to make a chunk renderer: -...

Added the aforementioned PR here: https://github.com/Voxelum/minecraft-launcher-core-node/pull/240 I haven't tested it (my current code just hacks the function into the compiled JavaScript file at the end), but it should be fine...

Is there an estimated timeline for this? I'm trying to turn multiple cameras into point clouds, merge them together and then perform further code on the result and I'm wondering...

Apologies for the very late reply. I can confirm this is working for me: ![image](https://user-images.githubusercontent.com/13804523/201778444-787b70fb-852e-4921-aa85-1d4d242fa31b.png) Thanks, John

Is there any movement on this? I found issue https://github.com/gitkraken/vscode-gitlens/issues/281 which is marked as closed but it seems to not function/there is no setting(?). I can't reply on the issue...

Hi there, @willkara , did you ever get a vcpkg integration working? I'm trying to use this tool in my project at the moment, and I'm running into a lot...

> To be frank, it doesn't look like you're very familiar with Arch Linux. You are correct. I am just trying to muddle through the build instructions, which aren't very...

With the help of the updated instructions I've done the following: ```bat REM Pre-requsites: REM Cmake: https://cmake.org/download/ REM Visual Studio 17 2022: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=community&rel=17 REM qt: https://www.qt.io/download-qt-installer (install to C:\src\qt and...