-
This is very impressive. I like the ambition! Keep an I on the rubric though as you progress though. Even if your project is a flop and you don't achieve your goals you can troubleshoot it after the d…
leej3 updated
4 years ago
-
The GovCMS team is constantly searching for ways to improve the platform, our service, and the developer experience. We know that this is only possible with the support of the amazing GovCMS community…
-
I think simplicial complexes are a good approach for modularity but they have some drawbacks:
- "simplicial complex" is long-winded and intimidating; all of the search results related to it are extrem…
-
This issue is about allowing computation graphs to invoke other computation graphs for the usual reasons of code modularity and reuse. Sub-computations also forms the backbone of supporting iteration …
-
Handle the exception arising from improper data in ProInfo.txt
-
And then add some more.
-
When importing a project that has a dependency to
` implementation 'javax.annotation:javax.annotation-api:1.3.2'`
an import like:
`import javax.annotation.PostConstruct;`
will lead to an…
effad updated
2 years ago
-
Using [gradle's feature to pass command line arguments](https://stackoverflow.com/a/51407975/873282) does not work in our settings. Current opinion: it is not about our custom groovy plugins, but beca…
-
Here is my use case : In my main installer, I bind a factory which provides a UI view for my `PlayerData`.
``` c#
Container.BindIFactory().WithId("playerViewFactory")
.To().FromSubContainer…
-
Fedora recently introduced a system they call 'Modularity' which is intended to address the too fast/too slow problem with packages.
This problem is a major pain point for running ROS on Fedora, be…