L0laapk3

Results 62 comments of L0laapk3

PS. not entirely related, but also not worth making an entire issue over, but it would be nice to enclose the entire clockless_rmt_esp32.cpp file in `#ifndef FASTLED_ESP32_I2S` `#endif` to avoid...

Is there any known workaround/version that does not suffer from this problem? It makes the app effectively unusable.

For those seeking a temporary workaround, here it is: ```python # temporary workaround for framework bug, see https://github.com/RLBot/RLBot/issues/481 if packet.game_info.game_time_remaining < 0 and packet.game_ball.physics.location.x == 0 and packet.game_ball.physics.location.y == 0:...

Every tool told me it was invalid, this includes: node 16.3.0 (which has `--experimental-wasm-mv` on), as well as https://webassembly.studio/ and webassembly toolkit plugin for vscode. A small correction to the...

Yeah, I'm definitely not saying that that is the proper way it should be implemented. Just pointing out the flaws of the current implementation and what I ended up doing...

@StbCG I've found that while this does get pretty close, it still starts 0.5-1 seconds after logging in on my machine.

Just selected start on logon for every user. But i have about 6-7 of those in total and they start one by one

I'll start by saying that this is just my personal opinion. I'm having some trouble wording this without sounding rude, apologies. I feel like this functionality is too 'core' to...

Hi, I have never heard before what the flatpack version of steam is, but you can specify the path to your factorio executable with the `--factorio=PATH` flag. If it finds...

Hey there! I'm the dev of factoriomaps. I thought I'd join in and help a little bit with the API to make the process a little easier. I originally was...