bferguson3

Results 19 issues of bferguson3

Won't run at all for me. First it was because the require folder being in /lib was not defined (I had to uncomment out line 46) and now it is...

The keys WASDQE, Arrow keys, mouse movement and mouse click are presently bound hard-coded in GL input to what APPEARS to be a headset offset value, but I can't tell...

improvement

I had to build bison from source (I used 3.2.4) but the install path is actually /usr/local/bison I had to change line 24 to this and clean/redo the build: set(CMAKE_PROGRAM_PATH...

### Environment - OS and version: Mac M1 Monterey 12.3 - VS Code: 1.69 - C/C++ extension: 1.10.8 - OS and version of remote machine (if applicable): n/a ### Bug...

Language Service
fixed (release pending)
enhancement

"unused = false" will only hide local unused variable warnings. "global = false" will hide both unused global warnings, AND accessing undefined variable warnings. I want to hide ONLY unused...

I'd like to be able to code using ljs and then run it in an interpreted environment that uses standard lua 5.1 code (eg love2d/lovr). Can you make a reverse...

The install command on MacOS does not have the -t command line flag, so it fails. Additionally, the folder name for the libraries generated was not "lib" but "libmpc.so.dSYM". I...

Reference: https://stackoverflow.com/questions/3801011/ld-library-not-found-for-lcrt0-o-on-osx-10-6-with-gcc-clang-static-flag The build is successful if I remove "-static" from the static-test Makefile line.

``` > [email protected] build /home/pi/Projects/petmate > react-scripts build "dist-linux" Creating an optimized production build... Failed to compile. /home/pi/Projects/petmate/src/containers/ImportModal.tsx TypeScript error in /home/pi/Projects/petmate/src/containers/ImportModal.tsx(235,21): 'charset' is specified more than once, so this...