Radek Gruchalski
Radek Gruchalski
I have mixed feelings. Let me grok over that for a couple of days.
Hi @ElAntagonista, definitely. I have been thinking about this recently. My biggest problem with this is, I have no idea how to test it without having to launch a Windows...
Hi @sjwl, definitely something to investigate. Thank you for reporting.
I will take a look at this. Ideas are welcomed, though. Maybe there is an alternative, more intuitive may for handling this.
Hi @rflume-zt, I'm not sure how this can be addressed cleanly. One would probably need to construct a vars file prior to ansible execution and make sure that file resides...
What I've found to be the easiest to reason about the individual person membership was not to explicitly make the individual persons a member. If I know that Bender is...
Thanks, that does explain things better. The higher level tool would definitely make things easier as thinking in tuples over multiple relationships is a bit of a mind bender. But...
Hey @zepatrik, there is another problem with the queries: ```sh curl --silent 'http://localhost:4466/expand?namespace=default-namespace&subject=Fry&relation=member&max-depth=2' | jq '.' ``` returns ```json { "type": "union", "subject": "default-namespace:#member", "children": [ { "type": "leaf", "subject":...
Awesome to see this here. I have stumbled on the issue related to fpm + this extension: https://github.com/fortran-lang/fpm/issues/732. It would be great if the Modern Fortran extension picked up the...
> You can set your global vscode setting call modOutputDir (I think) to be something like `${workspaceFolder}/build` that should both store your .mod files in build/ and include the path...