Daniel Badde

Results 18 issues of Daniel Badde

It would be a nice feature if you could load different config files and get the differences higlighted

enhancement

**Describe the bug** I have included harp.gl by adding it to the import map: ``` { "imports": { "three": "https://unpkg.com/three/build/three.min.js", "harp": "https://unpkg.com/@here/harp.gl/dist/harp.js" } } ``` and then adding this line...

wontfix

There is a memory allocation error that prevents materials / shaders being drawn on Apple devices and firefox browsers. Gets fixed when adding ``` precision: 'lowp' ``` or ``` precision:...

Hi Lewy! First of all, congrats to your great book, I love it. Especially the modular approach. Unfortunately, since the most recent three.js updates, your cdn imports don't work anymore....

This block response = Net::HTTP.start(uri.hostname, uri.port) do |http| http.request(request) end results in the abovementioned error.

When trying to upgrade, the installation resulted with ERROR. I deinstalled and tried to reinstall it, resulting in the same ERROR, which unfortunately wasn't further specified.

## Expected Behavior I'm trying to use gulp-javascript-obfuscate to obfuscate a three.js app, where the first script app.js imports the class World from World.js, which is more or less the...

Hi, I"ve tried npm, yarn, vite and rails, and the jspm generator. I always get the same error in different variations: Error: Unable to resolve npm:THREE@ to a valid version...

When trying to connect with an Strato MySQL db at rdbms.strato.de

Hi, I'm using a fresh install of Visual Studio 2022 on Windows 11 and tried to run this code. Since I'm quite new to C++ development, the error log is...