Marvin

Results 16 issues of Marvin

## Problem Hello, I have a problem with Pagekit. Whenever I navigate to a non-existing file/directory on my website, instead of getting a proper HTTP 404, I get an HTTP...

### Motivation Minestom is a very lightweight framework for implementing specialized Minecraft servers. Especially when the full implementation or behavior of vanilla Minecraft is not needed, Minestom offers a way...

### Motivation Minestom is a very lightweight framework for implementing specialized Minecraft servers. Especially when the full implementation or behavior of vanilla Minecraft is not needed, Minestom offers a way...

### Motivation See #1198. ### Modification This change allows developers to directly delete a directory and all its containing files and directories from a given service template. As an additional...

### Describe the new feature This new feature should encompass a method called `deleteDirectory` that can be used to delete an entire directory including all its contained files from a...

t: feature request
s: needs triage

This pull request includes: - [ ] breaking changes - [x] no breaking changes (unless unstable or unused parts of CloudNet were used) ### Changes made to the repository: -...

dependencies
java

Some users might ask to start specific servers and not the next available ID. For this the two builders should be extended to allow a custom ServiceID instance to be...

enhancement
done

**Description of the bug:** When entering names of server groups or in other similar setups, spaces around and in the input are allowed. This can cause subsequent commands to not...

bug
enhancement

Some places in the cloud need more error tolerance. Examples: - loading of modules (`ModuleDetector`) - loading the configuration And more things, primarily in the master and the bridge.

enhancement
feature_request

Currently plugins which can be hosted on the wrapper, the master or any network resource are loaded rather crudely with a lot of smelly, duplicated and error-prone code. This issue...

rework
done