Alex Siryi

Results 38 comments of Alex Siryi

Haha you got it in reverse. The problem with your configuration that the certificate's Common Name of your puppet master and the domain name you are connecting to now do...

Added support in [this commit.](https://github.com/desertkun/hiera-editor/commit/175b8d5d3ee431a01a74c489126c67be3e639c0b) Hopefully will push a release with it these weekends.

Managed to do so. ```javascript if(this.enumSource[i].source && typeof this.enumSource[i].source == "object") { var src = this.jsoneditor.expandRefs(this.enumSource[i].source); this.enumSource[i].source = []; for (var j in src) { this.enumSource[i].source.push(src[j]); } } ``` Goes...

It actually would have been very nice to have the thing dockerized since due to lack of an image I had to build an image myself. But since from my...

@suborb didn't take much before it broke 😄 https://github.com/z88dk/z88dk/actions/runs/3783886584/jobs/6432769052 ``` re2c: No such file or directory ```

700 stars though. And we could be fine w/o pushing nightly builds, having regular releases there would be extremely good to.

Anyhow I took a look at the [guide](https://docs.brew.sh/Acceptable-Formulae) and it seems worth a try. Maybe we can file a new release (since there's been a while since last one?) and...

@yvanvds Legally speaking, can I make some open source project called "java bindings for yse", compile it into a binary, and then use it in my game?