Dennis Schridde
Dennis Schridde
- [x] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). - [x] I have checked for similar issues and haven't found anything relevant. - [x] This is not a security issue (which should...
This is a late follow-up on the technique of using `depends_on` to order the invocation of modules in #564. The `depends_on = [var.cluster_id]` trick also works when applied to `data...
### System information ``` ❯ inxi -GSC -xx System: Host: ernie Kernel: 5.7.9 x86_64 bits: 64 compiler: gcc v: 10.1.0 Desktop: N/A wm: kwin_x11 dm: SDDM Distro: Gentoo Base System...
On `http://www.onyxplatform.org/` I see `Latest version: 0.13.x`, which is a link to `https://github.com/onyx-platform/onyx/releases/tag/0.13.x`, which does not exist.
It would be nice to have support for [Apache Flink](https://flink.apache.org/). Some proof-of-concept implementation can be found at: https://bitbucket.org/allr/fastr-flink
``` sh $ mv util.c src/ $ nano lakefile # Adjust Lakefile to move $ ./lake/lake lake: cannot find dependency 'util.c' ``` I assume this is because the util.d file...
My lakefile is: ``` lua c.shared{'lualdap', src='src/lualdap.c', needs='lua', odir=true} ``` After running Lake, I have following files lying around: ``` lakefile.spec lualdap.d lualdap.o _t_.spec ``` When I specify odir=true, the...
- Can you sort the "Lake as a Lua Library" and "Globals" sections alphabetically? There also seems to be some duplication going on in the Globals section... - Might be...
As discussed in issue #16