Peter Uithoven

Results 455 comments of Peter Uithoven
trafficstars

Small update: I just ran through the steps mentioned in https://github.com/ajfisher/node-pixel/blob/master/firmware/src/README.md Ran into this issue: https://github.com/ajfisher/node-pixel/issues/246 But was able to perform the actions manual (without Make). I then went through...

@ajfisher you're probably just busy, but I've also send you an email.

A totally different approach might be to also look at file extensions. This could be used when using: - separate .jss files with just the jss code - Webpack (so...

Great! That enables reuse with minimal effort while still keeping the settings extendable. I'm super curious how the team things about how that works, with the mixin concept. The Reference...

The following issue might also have some interesting discussions: https://github.com/Chadsr/NordVPN-NetworkManager/issues/37

I'm also curious about this. The NordVPN Android app for example support this setting: ![Screenshot_20200308-174455](https://user-images.githubusercontent.com/523210/76167114-a1f47d80-6164-11ea-85ab-3c70adaca7d3.png) This allows people to, while connected to vpn, communicate with devices like Chrome casts, Sonos...

The offset method is discouraged: https://youtu.be/poqTHxtDXwU

My workaround was to copy the [stripBom function](https://github.com/sindresorhus/strip-bom/blob/main/index.js) from the populair [strip-bom](https://www.npmjs.com/package/strip-bom) package and use that before having papaparse parse the data.

I had some different requirements: - Rounded top corners (but only the top bars in a stacked bar chart) - Loose Typescript - Inside border - Supporting scripted border width...