Korny Sietsma
Korny Sietsma
This hit me twice in a row. User.name("foo") - nope. User.username("foo") - not that either.
It'd be possible to do a lighter-weight version of this - logback already has nice groovy-based DSLs for configuration, so it could just use a version of set-logger! that points...
It'd be a pity to move to a complex framework like any of the ones suggested - especially as most frameworks do a lot of extra things that Smashing doesn't...
It's well worth noting that there's nothing to prevent people writing widgets in JavaScript / es6 - using http://decaffeinate-project.org/repl/ I've converted some of our widgets, and it's pretty painless, as...
I'm confused - I have cirleCI working with the URL: https://circleci.com/cc.xml?circle-token=my_api_token and then I can select one of my watched projects to view. Is that sufficient for people's needs?
just bumping this ... 1.0 is out - any chance of an update? I'm using netzpirat's fork, but it also has issues that haven't been fixed for a while.
This is an issue as well for us, dealing with OpenAPI `datetime` fields. We are using [zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi) to build clients for services we use - it sees an OpenAPI schema...
Just to note you can specify `VERSION=1.18.33.02` - you need a specific point release - I found the correct server version at https://minecraft.fandom.com/wiki/Bedrock_Edition_1.18.33
> Hi @kornysietsma, did you managed to make it run with -e VERSION=1.18.33.02? Yes - note I'm not using docker-compose, just a very simple commandline script: ``` docker run -d...
Also note the current examples are effectively unusable on mobile devices