Micah Zoltu

Results 122 issues of Micah Zoltu

https://github.com/mitchellh/go-homedir/blob/af06845cf3004701891bf4fdb884bfe4920b3727/homedir.go#L148-L167 TL;DR, change code to ```go func dirWindows() (string, error) { home := os.Getenv("LOCALAPPDATA") if home == "" { return "", errors.New("LOCALAPPDATA environment variable is missing or empty") } return...

My import statements leverage Solidity remapping which means they look like: ``` import 'ROOT/relative/path/to/other.sol ``` I then provide a remapping in my solc input JSON that maps `ROOT` to an...

help wanted

Readme says it doesn't work yet and code hasn't been updated in months. Is this project dead? Is the readme out of date and in reality it _does_ work?

https://github.com/DavidAnson/markdownlint/blob/main/README.md#md022---headings-should-be-surrounded-by-blank-lines Unless I'm missing something, it doesn't appear I can configure markdownlint to enforce `lines_above` while not enforcing `lines_below`. IIUC, I can only either turn the whole rule off, or...

enhancement

This repository has a number of references to EIP 820, when I believe it should be referencing 1820 everywhere.

inprogress

`Buffer` is node only, while `Uint8Array` is part of ES spec and available on browser and Node. Because of this, I use `Uint8Array` everywhere rather than `Buffer`. It would be...

Fixes #13336 Adding this rule in my browser fixes the issue (see screenshots in issue for what it looks like). I'm *guessing* this file is the right place to add...

documentation :book:
external contribution :star:

## Description The docs site has an artificial limit on the width, which results in a massive waste of screen real estate and has some problems with overflows and horizontal...

enhancement
documentation :book:

- OS: Windows - Version of IPFS Desktop: 0.12.2 **Describe the bug** Installing IPFS Desktop on Windows results in folders in %USERPROFILE% as well as cache and DB files in...

help wanted
P2
area/windows
kind/maintenance
exp/wizard
effort/days

**Is your feature request related to a problem? Please describe.** I was trying to use IPFS Desktop, but an update was available. I was not in a position where updating...

help wanted
exp/intermediate
P3
area/macos
area/windows
kind/enhancement
effort/hours
status/ready
area/updates