Sean Marquez
Sean Marquez
Currently attempting [this](https://github.com/fprime-community/fprime-workspace-image/issues/40) on the [fprime-workspace-image](https://github.com/fprime-community/fprime-workspace-image). Can follow progress on https://github.com/fprime-community/fprime-workspace-image/pull/53
Reading more into Dendron, it natively supports an approach called [hierarchical note taking](https://www.kevinslin.com/notes/3dd58f62-fee5-4f93-b9f1-b0f0f59a9b64/) which (from what I understand) is similar to the [Dewey Decimal System](https://en.wikipedia.org/wiki/Dewey_Decimal_Classification#Design) but for structuring notes through...
Started working on a generic [contributor guide](https://gist.github.com/capsulecorplab/f7cf4a1e070d099f95fc8a3ae3e4ea75) that tries to cut out a lot of the _why_ and focuses more on the _how_, but it would cater more specifically to...
@donpellegrino I believe the current version of SysML has a spec for what they call XMI (XML Metadata Interchange) to allow for data interchange and interoperability between modeling tools. Is...
Hi @QuentinN42, this project is in stasis at the moment, as the SysML v2 spec is currently under pre-release. I'd check back in 6 months or so.
Hi @donpellegrino @russkel @QuentinN42 apologies for the long inactivity on this repo; I think I may circle back to this project once the SysML v2 spec has a means of...
@donpellegrino I believe the XMI format is for SysML v1, not v2. There's been discussion of a JSON schema for persisting file-based SysML v2 models, but I haven't seen it...
> @capsulecorplab - Ah, I see. Thanks. To confirm, the sysml.py persistence target would be whatever the format is used for the "*.sysml" files found at https://github.com/Systems-Modeling/SysML-v2-Release/tree/master/sysml/src/examples ? That was...
@donpellegrino depending on your modeling needs, if you're looking for an open-source modeling tool that supports file-based model interchange and don't mind working natively in text, there's also the OML/OpenCAESAR...
Note: Consider whether to inherit from a `Namespace` class http://code.activestate.com/recipes/577887-a-simple-namespace-class/