Dominic Black

Results 18 comments of Dominic Black

If you've got a Docker compatible Synology, install the Docker package, then SSH into the Synology using; `ssh root@$ip`, once logged in just run this command: `docker run -d --restart=always...

@sebastianbergmann I've re based on the current master branch. Is there any chance of getting this merged? Also I think the codecov-io report is for the previous version against the...

Yeah makes sense

Hi all, Sorry just seen this. I've not worked with PHP in a while, is anybody willing to issue a PR to get it building under PHP 8 (or wants...

🙏 Awesome, thanks @kocsismate, sent you and invite to the repo

The hex output is only for connivance, given that the binary output would be preffered for most encoding schemes (see https://gitorious.org/scrypt/scrypt-unix-crypt) which uses the crypt(3) base64 encoding. That said, we...

Love the general approach, I have a couple of questions and thoughts; ### On the server side 1) Will encore only support one "service struct" per package, or could you...

> I think a better solution is to introduce code generation options that map to specific functionality rather than moving targets. So in this case we could have `--ts.namespaces=false` and...

@eandre; I've updated the CLI options and per your suggestion an introduced a `--preset nextjs`

> that we might need to split generated code in multiple files (one per service + umbrella client) as this seems to be the only way of implementing namespaces in...