Tom Burdick
Tom Burdick
@tafia Sorry for the delayed reply, an example scenario might be... from GTFS data ``` csv stop_id,stop_name,trip_id '0','Jackson','5' '1','Monroe','5' '2','Washington','5' ``` Which I'd then like to deserialize into a struct...
I guess what I'm really saying with this is, ecal should be as easy to use as any other rust crate in the ideal scenario. That means that you don't...
I think that's a fair assessment! In a cross compiling scenario maybe the best that can be done is documenting some env vars that should be set to point things...
Please do continue the work here, +1 from me on CI passing and arch wg agreement
Please try to rebase, the failing CI check should go away with a rebase.
Did you probe the gpio line, is the hardware trigger actually firing?
I love the idea, this is a great addition. If you have trouble with the linters I'd recommend reaching out on discord to hopefully get some clarifications. I agree the...
> > I'm curious as why the fixup commits are not squashed to the original ones? I think having fixup commits in the PR is not Zephyr way of doing...
For a 1.0 release lets talk about what we want this crate to look like and how we want it to work. I think we're on the right track so...
I think ignoring writing out a transit feed for now is fine, and validation is partially done by simply reading the files the way we are, as there are some...