Tobias Munk

Results 508 comments of Tobias Munk

Duplicate of https://github.com/BlinkBP/walkpaper/issues/18

How about doing this with `parallel` or `xargs`? See also https://www.codeword.xyz/2015/09/02/three-ways-to-script-processes-in-parallel/

I also ran the script on 1.7 (Debian), 1.10 (Ubuntu), 1.11-rc4 (Mac) on Mac, via SSH and a swarm, all with the 100 MB / 100 MB outcome. [update] All...

Slightly OT: But how to test other storage drivers (easily) - I looked through the docs and also tried to create machines with `docker-machine` but none of them with other...

Confirmed to be working as mentioned (10 MB / 100 MB) on `1.11.0-rc5` with `overlay`.

Using `actor` made no difference. From my latest tests it looks like the suite config overrides the options from the command line. If I move the relevant part from suite-config...

I don't think we'll find time to update to a major version, see https://github.com/dmstr/yii2-adminlte-asset/issues/183#issuecomment-1629041132

> Is it possible to have both bootstrap5 and this extension? There's no **Bootstrap 5** version of this extension atm. Even **Bootstrap 4** in in alpha state. `yii2-boostrap4` and `yii2-boostrap5`...

As mentioned, there's currently no Bootstrap 5 version of this extension. Only master is on Bootstrap 4. Feel free to create a PR, we won't have time to update it...

Just replacing bower with npm might lead to problems, since both services work very differently. In a nutshell: Bower was actually made in a way how we use it in...