гλ
гλ
related to https://github.com/ryardley/pdsl/issues/34
With optional properties no need for optional coalescing as the property is explorative. ```js const isAdmin = p`{ user.roles?: [? "admin" ] }` ```
Looks like we need to make one of these... https://macromates.com/manual/en/language_grammars
Can I suggest the possibility to make it generic so that you could use RabbitMQ if required.
FYI We are evaluating this framework and this was a blocker that came up.
The main gist of our hesitation is that hooking into our preexisting messaging service allows us to delegate cluster management to our orchestration provider.
Just to give a bit more background the main reason we were struggling with this is that Kubernetes has an issue where you cannot allow traffic via services in port...
Did a nix channel update and I have started seeing this error again. So I stumbled on this issue but then played around and found the following worked for me:...
Was about to do this but you beat me to it!