Tim Wisniewski
Tim Wisniewski
At the moment, when a CSV file is fetched, it is parsed and then stored in state, which is passed down to the spreadsheet editor component. Editing it applies the...
Use a sibling file containing [table schema](https://frictionlessdata.io/specs/table-schema/) (like `datapackage.json`) to determine the type of each column. With that, use different [cell editor types](https://handsontable.com/docs/6.2.2/tutorial-cell-types.html) and perhaps data validation (e.g. string length,...
Following our conversation in #57, I figured it would more consistent with the other views (including form views) to implement this. Should be a non-breaking change. I'll make a few...
I feel like I must be missing something but I can't find any reference to adding a submit button to a form. There are references to the submit event, which...
Hey guys, was really excited when I came upon this this week. I notice, however, that it doesn't seem to work for git lfs ([example](https://github.com/timwis/lfstest/commit/80c2ed9274dadb7ccb0aa191e2121128399ebf79)). Have you guys any thoughts...
If this is intended behaviour feel free to close it out, but [owner searches](https://property-test.surge.sh/?o=macmillan) can have multiple versions of the same address / account number, ie: - 1008-20 SPRUCE ST...
v2
A few issues have lead me to think about a second version of the community health explorer: 1. Editing the CSV on prose.io is not as easy and common as...
It looks like there's some invalid characters in the CSV files. Likely things like "enhanced quotation marks" that MS Excel or MS Word add, or a windows thing. Jekyll build...
Hi team 👋🏻 I noticed my `after_save` callback defined on my ActiveAdmin resource was running even when validation fails, and I can't seem to figure out why. I tried debugging...
I notice that the tape library outputs the stack when a test fails, but once I pass it through faucet, I can't see the stack. Is there any way to...