Federico Rampazzo

Results 15 comments of Federico Rampazzo

There are no significant changes in this repo since 2015 anyway, you can just use mm304321141's fork like so: `npm install git://github.com/mm304321141/PathFinding.js.git#master`

The problem is probably related to the fullscreen mode and your os. It shouldn't show the black-pointer mouse. Can't reproduce on linux btw.

scaling should be another option

This is pretty neat! I've roughly adapted your build.rs to work on Windows as well: https://github.com/framp/joystick-mapper/blob/master/opencv-sys/build.rs The only changes needed were: - Using the correct separator depending on platform (I'm...

For whoever may struggle on this: ``` git clone [email protected]:StackExchange/blackbox.git PATH=~/blackbox/bin:$PATH #now you can use blackbox ``` but I agree, it would be nice to have a deb release

Something like this should work: ``` const playerRef = useRef(null); ... { playerRef.current.load(); }}> playerRef.current = player} ... /> ```

Anything higher than opt-level=0 triggers it this has to be something in CoreGraphics: https://github.com/enigo-rs/enigo/blob/master/src/macos/macos_impl.rs#L397 backtrace: ``` 0x00007fff72f5633a in ?? () (gdb) bt #0 0x00007fff72f5633a in ?? () #1 0x00007fff73012e60 in...

Hi @pentamassiv! Thanks for looking into it I can't reproduce the issue anymore - I wonder if maybe it's been fixed in OSX itself I don't remember exactly what I...

I'm not using text-generation-webui (I'm writing code which imports directly from transformers git repo) but I noticed the same issue. The way I fixed it was to use LlamaTokenizerFast instead...

The same issue involves systemd. ``` [Unit] Description=NPM Lazy Cache Requires=network.target After=network.target [Service] #Environment=HOME=/home/framp ExecStart=/usr/bin/npm_lazy --config /etc/npm_lazy.config.js Restart=always [Install] WantedBy=multi-user.target ``` A workaround is simply to set `HOME` but the...