Jan Pokorný

Results 49 comments of Jan Pokorný

@jhheider What's the purpose of having a separate `classic.yarnpkg.com`? As opposed to simply having `yarn@1`.

@jhheider I see, thanks for clarifying. As a feedback from someone just starting with / evaluating pkgx, this is a bit confusing design. Other package managers either have: - per-version...

@setnicka To znovupoužití by nefungovalo, ten limit je na 2 nová stahování za minutu pro IP adresu, bez ohledu na link.

@setnicka Aha, chápu, ty obejdeš tu kontrolu protože se provádí jen před ověřením captcha. To zní jako optimální dynamické řešení, stačí zvolit velikost části tak aby byla přibližně na minutu...

@setnicka Ve Vžum jsem to implementoval podle @JanPalasek (uživatel zadá rychlost a na základě té a velikosti souboru se určí počet částí a jejich velikosti), a funguje to krásně. Konstanty...

A partial workaround for `fish` is to use [`direnv`](https://direnv.net/). Install it, and drop a file `.envrc` with the following content in your project folder: ``` source

Here's a "poor man's" implementation for the shell integration in Fish: ``` function x; bass source (pkgx +(string split -f1 ' ' $history[1]) | psub) && eval $history[1]; end; function...

@svenjacobs You could just run `echo 'source

@ryanking13 The same code (with just the import and filename adjusted) works correctly in Node.js.

I understand that. I just don't see the logic in including this behavior in the theme file. It took me some time to understand why "z" worked on one theme...