Micah Zoltu

Results 397 comments of Micah Zoltu

> Patches for the security vulnerability have been applied to versions v4.1.2, v3.3.2 and v2.2.2. Older versions will remain unpatched. I apologize for the inconvenience. Are these going to be...

This is correct. There are 3 reasons one may want to do this: 1. If you are only linting for compatibility, then `lines_above` is necessary for maximum rendering engine compatibility...

Hahaha! I didn't notice the PR number until you mentioned it, but that is some serious voodoo coincidence right there... 😖 I am willing to close this PR and open...

> This change will otherwise highly influence the legibility and will probably also break some design best practices on how to structure text blocks (_not_ a designer here though). It...

I have a bookmarklet for this site that removes the hard coded width, and if GitHub had a public bug tracker I would have filed a bug years ago about...

> People generally read about [1/4 of the words on a webpage](https://www.nngroup.com/articles/how-little-do-users-read/), so shorter line lengths are better to let users skim. Shorter lines make skimming harder because you have...

> We could override the default (set custom `IPFS_PATH` on Windows, when it is missing from env) and point at something like `%LOCALAPPDATA%/go-ipfs/.ipfs` A `.` prefix on Windows does not...

I submitted an issue to get `go-homedir` library fixed: https://github.com/mitchellh/go-homedir/issues/30 I believe there are other similar libraries that better support different data types so if the author of `go-homedir` is...

As an intermediate step, can we get a configuration option added that will allow me to tell IPFS Desktop where to write? It seems that Electron has no intention of...

Note: I tried setting `%USERPROFILE%\.ipfs-desktop\IPFS_PATH` to point somewhere else and I also tried setting an environment variable for IPFS_PATH. In the first case, it just overwrote my `IPFS_PATH` file on...