Edward Bramanti
Edward Bramanti
I've also identified the issue to be with this line: https://github.com/emn178/js-sha256/blob/master/src/sha256.js#L83 ```js var crypto = eval("require('crypto')"); ``` Because the `require` is contained within an `eval` it is unable to be...
> why not use deno std/hash module? ems.sh can't handle the `eval` case This is an internal dependency to `@project-serum/anchor` as I mentioned in the issue above. It allows you...
Also have this issue, don't want to lose my configuration so I'm going to wait for a fix.
@wstrange This is due to [this block](https://github.com/replicatedhq/ship/blob/master/pkg/lifecycle/render/helm/template.go#L501-L506), a Scanner is unable to read a single line of text greater than the [MaxScanTokenSize](https://golang.org/pkg/bufio/#pkg-constants). If there is any way to multi-line this...
@marccampbell Talked with @dexhorthy about this and I think this issue needs further discussion. In this case, [the above "chart"](https://github.com/replicatedhq/test-charts/tree/master/template-functions) only contains Markdown files. We could build something that essentially...
Ran into this issue too, would be useful to have some kind of output of what the image is on the new task definition
@DCzajkowski I can confirm that Windows does not share these codes. Thank you for sharing these though, I was able to construct a map for an app I'm working on...
@anoadragon453 @DCzajkowski Sorry for the delay, you can find the keycodes here: https://github.com/birkholz/soundboard/blob/master/src/keycodes.ts#L5-L69
Anyone worked this out?
I've been using [Bass](https://github.com/edc/bass) as a way to get `gvm` working in fish. I'm still working to get `gvm use` to work, but I'll update this post when I do....