Daniel Pflager

Results 8 comments of Daniel Pflager

OpenSUSE 15.3 on Del 7720. Not exactly the same procedure as in the original bug submission and a slightly different dlang setup. dmd 2.097.0 I created an empty directory ~/Desktop/tmp,...

OpenSUSE Linux 15.3 on Dell 7720 dmd 2.100.0 dub 1.29.0 I did this: ``` DELL7720:~/Desktop> rm -rf ~/.dub/ DELL7720:~/Desktop> dub run --build=release dlangide Package 'dlangide' was not found locally but...

Incidentally, when I cloned dlangide@8c072de2afd93aad9923966edc58ec0736deffb2, and then did a `dub run`, the build succeeded and dlangide's wonderful gui appeared: ![image](https://user-images.githubusercontent.com/246217/170175070-a5891953-be68-4985-be2c-c01f6c2d22a9.png) Here's what `dub run` produced: ``` DELL7720:~/Desktop/dlangide> dub run Fetching...

I worked around it by 1) forking, cloning and copying the C/ directory from linenoise to the drepl directory, and 2) manually compiling the package in ~/.dub/packages/linenoise-1.1.0_1.0.0/linenoise. I guess the...

I agree that the source file "vendor/three/build/three.module.js" looks wrong. It looks like html. But I cannot find where it is referenced in the source code anywhere. In fact, after finding...

I found that if I replaced 0.136.2 with 0.149.0, I could run MOST of the code examples. However, I also found a compatibility problem with the import in the controls.js...

I guess I will work on replacing cdn.skypack.dev and changing the version number to 0.149.0 in my fork. It would probably be wise to make it clear in the text...

Also begs the question "How about examples which use the npm import style for running locally?"