Flaviu Tamas

Results 40 issues of Flaviu Tamas

Not much to it, and it isn't as flexible as some makefiles I've seen, but it works for me.

Looks like spectrum.ieee.org uses a subdomain of cdn.rebelmouse.com as their host: ![2021-09-14-173511_662x266_scrot](https://user-images.githubusercontent.com/5213469/133337163-240e6abf-0450-4b6e-ac57-f84d77c5ddec.png) See https://spectrum.ieee.org/

Copied from https://github.com/flaviut/emporia-vue2-reversing/issues/1#issuecomment-1144194714 > Hello > > I'm writing a driver for Berry's Emporia32. I read everything about the topic. I dumped the i2c bus. I reviewed cpp and h...

My display has a bug where two commands sent in rapid sequence only ends up executing one. This is frustrating because my brightness adjustment script will sometimes conflict with `display-switch`,...

### Did you test the latest `bugfix-2.0.x` code? Yes, and the problem still exists. ### Bug Description I'm slicing this part in vase mode in Cura, with [Arc Welder](https://github.com/FormerLurker/ArcWelderLib) enabled...

Bug: Potential ?
C: Motion

I was packaging this for Arch Linux, and ran into this error: ``` Traceback (most recent call last): File "/home/user/dev/aur/tdmgr/src/tdmgr-0.2.11/setup.py", line 8, in with open("CHANGELOG.md", "r") as clog: FileNotFoundError: [Errno...

I haven't tested this extensively, but I've run a find-replace to use stdint everywhere. This should hopefully fix the portability concerns, and not require that int be 32 bits. I'm...

This file is needed to get this library to work seamlessly with PlatformIO. Docs for the file can be found at https://docs.platformio.org/en/latest/librarymanager/config.html This has been tested with a platformio project...

### What does this PR do? It's expensive to call programs. And with the previous implementation, git would be called a few times for each test, which causes dramatic slowdowns...

Thanks to @mheppner for finding the issue and reporting the bug.