John Hendy

Results 98 comments of John Hendy

Ha! I just stumbled on this myself via [folium's documentation](http://python-visualization.github.io/folium/docs-master/modules.html#folium.map.Icon) and came upstream to understand why. Indeed, why give `hex` flexibility the outline color but not the fill? This would...

Interesting. Adding `-vvv` to the `polybar` flags keeps systemd from complaining (!?), but it still isn't working upon wake.

@patrick96 I finally took another look. I'm still stumped. I have a script that locks my screen and taps into `DISPLAY`, here for reference, in comparison to the current version...

Assuming this is the canonical place to check: ``` $ env DISPLAY=:0 ``` Edit: and the lock screen service works (assuming it's really dependent on this variable as well?) Edit2:...

@dvermd all good, and I would bet I know less than you about systemd :) I just suspended/came back and still nada (I've previously just been starting it, not actually...

@dvermd thanks for the tips! > Is your service really run at resume sudo journalctl -u ? Probably not, now that you ask. The problem is I can enable it,...

Hmm. That's interesting for sure. To be clear, you are *not* using the `Use PlatformIO Structure` option and it still works after linking? As I said above: >...I'm not sure...

Ah, I know what the issue is. I got used to symlinking `dir/file.ino` to `dir/src/file.ino` due to previous issues. I thought Deviot wanted `dir/file.ino`, but it would fail on me...

I don't totally get it... - I don't have `Use PlatformIO Structure` checked - there *is* a `platformio.ini` file present in `dir/` I take it that deviot will, then, *not*...

Ha. I'm not the fastest either as it would happen! I think we're here: - [x] I need to decimate a bit (easy) - [x] update colors (easy) - [x]...