Arne Brasseur

Results 234 comments of Arne Brasseur

Part of the philosophy of Ornament is that we want to avoid this kind of inline styling because we've found over projects that the styling gets to dominate the markup...

It's entirely possible that glowstone support is not working at the moment. We recommend running with Paper. See the instructions here: https://github.com/lambdaisland/witchcraft-workshop

It's not an area I've explored so far, but you can always use the bukkit APIs directly. A quick Google found some examples here: https://stackoverflow.com/questions/24103281/shaped-recipe-with-specifically-named-item/24109388#24109388

That seems like we misconfigured something on our end. The pro build still isn't tested yet. We'll get to that eventually as we also need it. Since you're using pro...

The fact that it's not finding the ddb classes probably means it's not actually using the pro library. You could try this as a hack/workaround ``` export CLASSPATH=`find ~/.m2 -name...

A short update here, we've also ran into various issues, the approach as documented creates an uberjar which includes metabase and its dependencies, all of them AOT compiled, which seems...

PR welcome @zilti. Sorry not sorry that people who gave you something for free are not doing more work for free to cater to your every need. (Yes, this project...

Apologies for closing this abruptly, for an overburdened open source maintainer it's easy to hit a sore spot. I'll improve the docs on this, what we are doing at the...

Yeah, we're pinning to that version for now. IIRC there's also a big change in how metabase handles joins, and probably other stuff. They have zero interest in offering a...

@camsaul do breaking changes to MBQL get documented anywhere?