Joshua Anderson

Results 75 comments of Joshua Anderson

The CORS issues is due to the fact that deis headers need to be whitelisted, I have a PR for that open in deis/deis#3253 which will probably be part of...

Does the GPS app count? https://github.com/fprime-community/gps-tutorial

We already have testing CI testing in F' to make sure the gps-tutorial builds

Fuzzing common F' commands (I.E. file uplink, command sequencer) probably wouldn't provide much security value (if you can command the FSW, you've already been compromised) but would be an excellent...

@ThibFrgsGmz I think what Nathan is getting at is adding configuration commands to your components. Instead of a parameter FOO, you could add a command called SET_FOO that takes FOO...

I'm working on configuring clang-format for F'. It's a bit complicated by the fact that larger project structural changes are happening to integrate FPP into fprime. I believe the current...

Apologies for the annoyance of the extra CI compilation steps - I know just how annoying the iteration process can be when you get CI failures. CI does compile fprime...

> So to understand the current capability, I can get the current CI build (minus clang-tidy) by doing fprime-util check from the root of the fprime repo? Yes, you get...

As part of this fix we should enforce that command dictionary string lengths are no longer than the system max string length. If a user sets a command argument longer...

@bocchino Since you're working on F'', I was wondering if you have already been thinking about this. Do you have any plans for supporting const references within F''?