Marvin

Results 24 comments of Marvin

Set `esModule` to `false` in both `html-loader` and `css-loader`

I have updated this issue with more up to date information. This issue is still present in Pagekit 1.0.16

As of now, this solution also works on server implementations build on hollow-cube/minestom-ce.

> Can we maybe implement this as discussed here (https://discord.com/channels/713041279277203457/777861579659411466/1182967379488161872) I'm going to update my implementation to match what we discussed back then.

@0utplay I have updated the PR but can't initiate the build required. Feel free to also add a review to the code, the changes are pretty minimal.

If you want to test these changes, I have developed a simple minimal Minestom implementation: ```kotlin package com.github.gianttree.miniminestom import net.minestom.server.MinecraftServer import net.minestom.server.timer.TaskSchedule import java.util.logging.ConsoleHandler import java.util.logging.Level import java.util.logging.Logger fun main()...

Thank you for contributing to CloudNet. In order to merge your Pull Request, please rebase your changes onto the latest commit in the `development` branch. > (?) I don't know...

I have updated your example file to be JSON compliant. I am not sure about the format as a whole. Especially since JSON is less of a user-friendly configuration language....

A template group is still restricted to one server group, so you just shifted complexity from server groups to template groups. This does not change anything. This wouldn't even solve...

This can be thought of an intermediate step to improve code quality so that later we can pull in the good code. Maybe you can incorporate this into #248