Jamie Gaehring

Results 52 issues of Jamie Gaehring

> I think we talked about adding a uri attribute to the JSON object for each module that comes back from the api/field_module/field_module, but I guess it never got implemented....

I believe @mstenta and I first discussed this a while back, but it came up again in https://github.com/farmOS/farmOS-client/pull/350#issuecomment-632168066: > Another thing to consider, which I believe we've discussed before, is...

farmOS 2.x

I'd like to document an idea @mstenta and I discussed a few weeks ago regarding farmOS syncing libraries. I don't want to focus too much on the possible implementation, but...

I think it could be helpful to Field Kit if it were possible to add abbreviations to each unit so they could be displayed more compactly in the UI. To...

For a while we've discussed sharing Field Kit components with farmOS, and it recently came up in [this forum post](https://farmos.discourse.group/t/feedback-after-my-first-2-months-questions-and-suggestions/208). I think [this SelectBox](https://github.com/farmOS/farmOS-client/blob/master/src/components/SelectBox.vue), which is what we use for...

I'm working on a prototype for a draggable nested list and getting a strange set of errors whenever the `move` function prop is called on the parent item: ``` [Vue...

I've been trying to set up a development environment for adding new controls, behaviors, etc, either as a third-party extension and/or to include in the official repo. First I tried...

bug

I was in the middle of adapting the [`restoreFiles`](https://github.com/farmOS/field-kit/blob/b985cb099039aa68f253403be4b73f5bcdb2958d/packages/field-kit/src/entities/index.js#L429-L468) composable so that it would work for relationships to collections of file entities, not just single file entities, when I had...

With #503 I removed image support from the Tasks module so we could refocus that module as a more "TODO-style" app, and in conjunction support images via a dedicated Observations...

As a preliminary to [alpha.9](https://github.com/farmOS/field-kit/milestone/10), this establishes the internal mechanisms for syncing and caching files, which is the bulk of that work required for the Observations module. As I mentioned...