Dimitris Zervas
Dimitris Zervas
Wouldn't a converter from QMK to KMK make more sense? It will attract more people (no idea what this actually means in code effort)
well using the C preprocessor is fairly easy - abusing the AST is definitely not. I'll dig in deeper when the time comes (months?) and report back
Added some more prints ## process_timeouts ``` ❯ grep "^\[go\]\[process_timeouts\] " /tmp/kmk_all.log | ../stats.py Amount of samples: 1366 Max: 31.25 Min: 0.0 Average: 0.11438506588579796 Median: 0.0 Median Low: 0.0 Median...
I tested ramping up I2C at 1.7MHz (max for MCP): ``` ❯ command grep "^\[go\] " /tmp/kmk_1.7.log | ../stats.py Amount of samples: 1601 Max: 93.75 Min: 0.0 Average: 40.34587757651468 Median:...
What do the logs of cncjs say?
Triggering through tags is also uncached: ```yaml on: push: tags: - v* ```
Apparently the problem was that on each run I had a different env var. When I reran the job the cache was fetched
have a script to rename the field :neutral_face:
BTW: We can do that with the plugins too, so that the file remains one but we just append plugin code in the client file (file size is less of...
That's nice - after looking my client plugin code again, I don't like it either. About the self-updating, I don't know when I'll start implementing it. I'll let you know...