Michael Hamburger
Michael Hamburger
Hi! As stated I am unable to compile my project when the path to cocos2d-x, cocos project, ant and everything else needed contains a whitespace. I tried to fix it...
_prepared is never set to true when js-files are minimized (project.json does not contain a jsList)
_prepared is set to false when created (https://github.com/cocos2d/cocos2d-html5/blob/develop/CCBoot.js#L2365) _prepared is set to true when the project.json file has a jsList which is loaded AFTER the cocos2d-html5 files were loaded (https://github.com/cocos2d/cocos2d-html5/blob/develop/CCBoot.js#L2553)...
Hi! I want to use tmxjs to export pseudo randomly generated tilemaps to tmx-files. While working with the basics (generate maps, tilesets, ...) I found out that our tileset-image isn't...
Would love to see support for mutual TLS.
Hello! I use the maven-release-plugin in a quarkus project. If I build the project with mvn package the swagger-file is generated and inside the jar-file. if I release the project...
**Check list**: Your pull request: - [x] targets the `development` branch - [x] uses the `999-SNAPSHOT` version of Quarkus - [x] has tests (`mvn clean test`) - [x] works in...
Currently this image is based on ubuntu:16.04 (lts). certbot-auto is used to install the newest version of certbot and not the certbot inside the ubuntu-packages. That's about 200 MB Image...
Mutual TLS (mTLS) is a security mechanism that adds an extra layer of authentication to the standard SSL/TLS protocol. In a typical SSL/TLS communication, only the server is authenticated to...
### Describe the bug ##### copy from https://github.com/quarkusio/quarkus/issues/42286 maybe here is a better place :) Hi, we use snapstart on our quarkus lambdas. Some of them use smallrye-messaging to write...