Ryan Parman

Results 101 comments of Ryan Parman

Started testing some Markdown variants on cases that I often use, but are often b0rk'd by parsers. https://gist.github.com/skyzyx/2b3183cd890affd877a4

> Do you mean the `COMP_INSTALL` and `COMP_UNINSTALL` environment variables? I must've missed where these were documented. Is this an end-user solution? > The Install/Uninstall functions can also be called...

Also, my request is more to expose `bash.cmd()` (and the others) as `bash.Cmd()` so that I can access it directly and get its contents. I don't keep this stuff in...

> Can you be more concrete about the API change that you want? Do you want to be able to provide a custom file? Or just the line that is...

> Are there matching UNICODE characters for all the other positive numbers? And what about `*` or Roman numbers (using letters)? And what about …? Not sure. Haven't looked, but...

Likewise, I'm seeing this message when running `statuspage update --token={token} --name={name-of-status-repo}` ``` plain Generating.. Traceback (most recent call last): File "", line 257, in File "site-packages/click/core.py", line 716, in __call__...

This just means that startup time is longer. For an explanation, see [Why are my Go executable files so large?](https://www.cockroachlabs.com/blog/go-file-size/), the section header titled "Of size/performance trade-offs and use cases"....

Must've missed the email for this comment. :( Yes, let me update the README.

* I replaced my imports from `encoding/json` to `github.com/segmentio/encoding/json`. * Ran `go mod tidy`. The contents of `go.mod` include `github.com/segmentio/encoding v0.1.9`. * Code compiled just fine. * At runtime, when...