Kevin Cox

Results 145 issues of Kevin Cox
trafficstars

This is a very basic implementation but it is actually pretty close. (It turns out calling eval on a string isn't too difficult). What rocks: - Simple - Powerful. What...

When building for a single platform naersk downloads the dependencies for all platforms. Ideally it would only download for the current target. For example when building a project that depends...

The docs around chroot stores are basically non-existant so I may be doing it wrong but it appears as though the following should work but doesn't. It is also possible...

I see that [this is on your radar](https://github.com/nmattia/naersk/issues/79#issuecomment-592669902) but opened an issue to track any progress. Requirements: - WASM binaries can be produced. - These binaries can be loaded and...

It appears that some strokes on the emoji use the font colour. This looks bad when the font colour is not black as expected. Example: ```html 😃 😃 😃 😃...

discussion

`deployment.storeKeysOnMachine` was removed which means that the only real option is setting `destDir` for each key. Maybe that value can be restored with it just setting the default `destDir` for...

I was linked to https://tsacdop.stonegate.me/ and it is all but broken. Some example of broken behaviour. However I don't know all of them because it was too much work to...

I installed the app and imported my podcasts as OPML but am having issue downloading them. I configured all of my podcasts to auto-download but nothing occurred. I tried the...

bug

The unit of the episode cache is "Mb" which is mega-bits. The unit should probably be "MB" for mega-bytes or "MiB" for mebi-bytes. I suspect that this is just an...

bug

``` % docker run nixery.dev/shell/cacert/wget wget https://google.com --2020-10-01 19:25:03-- https://google.com/ Resolving google.com (google.com)... 172.217.1.14, 2607:f8b0:400b:80f::200e Connecting to google.com (google.com)|172.217.1.14|:443... connected. ERROR: cannot verify google.com's certificate, issued by 'CN=GTS CA 1O1,O=Google...

bug