Nicolas Goy
Nicolas Goy
I just stumbled on an HN article that point to as study about this. https://whatheco.de/2013/02/16/camelcase-vs-underscores-revisited/ The conclusion is that snake_case is about 20% faster to read. In prior studies the...
Write a script that can be used with other codebase too and do it in one commit per branch. The script should traverse the codebase, produce a list of identifier...
As zig is still in what we could call "in development" I think it is reasonable to not have a compatibility layer but provide a script that would update third...
We are considering plane, and for many reasons, we are not using docker anymore. I am very happy that you are giving this issue time and attention. I wish you...
I looked at command line time tracking tool, and I started using watson. I already implemented some features and fixes for my use, but I didn't do any PR as...
Yeah, "hard forking" is the way to go because of many little github UX quirk. Also if a repo is closed under certain circumstances, the forks can be inaccessible too.
For those looking for a lazy "copy paste" solution, here is what I use: ```lua ["y"] = { function(state) vim.fn.setreg("+", state.tree:get_node().path) end, desc = "copy path to clipboard", }, ```...
+1 for a secondary channel for inbox.
I already discussed a few things with @avh4 on Slack, but I'll just add that I also think the `Color` type must be a record of the following format: `type...
@eskimoblood There are three reasons: - We are moving towards 10bit displays, and I think having a future proof way of representing colors is important. - When manipulating colors in...