Randy von der Weide

Results 34 comments of Randy von der Weide

In the case of the library, I'd say leave it up to the developer, the default should be the default BLAKE3 chunk size, where-as the implementor of your library could...

It seems you are either missing `gcc` or are missing the library paths to where `gcc` is located. Try running the following command (sudo may be required) ```sh yum -y...

4.0.3.16 (1de905e) fixes the `role="window-caption"` The borders remain unresizeable.

My apologies for not including it, this is what I've been using so far along: `` It works fine on windows, as far as I remember it also works on...

Arch Linux `5.3.0-arch1-1-ARCH`, thus I have the latest version of anything, it can thus be described as nightly/bleeding-edge. My system however in my opinion is extremely stable, I rarely encounter...

@DakuTree Can you re-enable this website?

Had to change `RUN apt-get update && apt-get upgrade -y` to ``` RUN apt update && apt upgrade -y RUN apt install -y git unzip ``` Besides for anybody also...

You mentioned you added the unzip to the install, however you added the zip package, sadly this results in the following error for me: `Failed to download bower-asset/bootstrap from dist:...

Using the following volumes I can actually get it to display the frontpage: ``` volumes: - ./application:/app/application - ./public:/app/public - ./_scripts:/app/_scripts ``` However this still shows a couple of monolog...

@DakuTree This is due to the ``` volumes: - ./application:/app/application - ./public:/app/public - ./_scripts:/app/_scripts ``` This does not share any files in the head `./` directory but only shares three...