Joshua Taylor

Results 56 comments of Joshua Taylor

I'm definitely seeing how this *could* be caused. The page loads the user's avatar, which has no defined limit apparently, and can be massive images. Each image is also loaded...

When I say avatar, the project icon will use the author's avatar as the image, and one user in particular has a very large one there. Once the cache gets...

It is not a "simple" fix, and we are looking to fix it in v3.

In the config for the node, it would be daemon.console.buffer, where the .'s are a new JSON object. 50 is the default. ```json { "daemon": { "console": { "buffer": 50...

Even docker doesn't limit it, they expect you to use custom plugins. And we do not have a way to easily perform this kind of a hook even if we...

There is not a docker image for the ARM64 platform. Github's actions don't support arm directly, and the cross-compile killed the build times. I am looking at a better solution...

We can probably provide a very "high" level the resource usage, but we won't be able to provide nearly as much info that dedicated tools can do. Leaving a package...

The template structure is changing in v3. Templates are moving to a repository system, and so are not going to be stored internally if you are only using the community-provided...

Anything changing in the environment is currently designed to not be changed while it's running, which with docker.... does not make as much sense. This is because it's specific to...

I did not imply that. I just mean that it doesn't work because we don't track the status, and so can't safely apply such changes. It isn't anything you did,...