Andinus

Results 26 comments of Andinus

Does this [0] specify link color? I'm not sure how this scss thing works, will increasing contrast there fix this issue? [0] -> https://github.com/nim-lang/nimforum/blob/master/public/css/nimforum.scss#L214

Dominik Picheta @ 2020-06-12 23:41 IST: > It's a variable, check where it ends up. Yes, I grep'ed the whole codebase but couldn't find that string anywhere. I asked if...

I do remember killing `zef` while it was running `zef --update search fornax`. It emits these even when performing a normal search: ``` andinus@ ~> zef search octans Use of...

``` rm -fr ~/.zef ``` fixed this issue. ``` andinus@ ~/.zef> zef search fornax ===> Updating fez mirror: http://360.zef.pm/ ===> Updated fez mirror: http://360.zef.pm/ ===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===>...

Is this expected behavior?

I see, but then `--update` should have fixed it, right? Even after multiple `update` runs it emitted those warnings, it only went away after `rm -fr ~/.zef`.

https://github.com/rakudo/star/commit/54a1cb01d3cfd3c6df042a514e03dbfa939a6c5d should fix this issue.

Faced this issue recently, ended up patching the package with `pnpm patch`.

I ran into this again, it seems like it did download the file to `~/.zef/store/360.zef.pm` and moved that to `~/.zef/store/fez/fez.json`. This was the file it downloaded: ``` andinus@cadmium ~/.z/s/fez> tail...

> * provide a minimal code snippet to reproduce the error? > > * share the full traceback as text, rather than a screenshot? This makes the errors searchable and...