Brendan O'Brien
Brendan O'Brien
@WildBlueGuy has done a great set of validator comparison benchmarks: https://github.com/WildBlueGuy/validator-benchmarks We should add benchmarks to our `README.md` that run just our version of that test suite so others can...
the following will cause a program panic: ```json { "type" : "array", "items": { "$ref": "#/non/existent/reference" } } ``` It should instead return an error
qri used to assume all datasets had a tabular structure. It worked like this: ```go // Schema is analogous to a SQL schema definition type Schema struct { Fields []*Field...
One last set of tests is missing from our base implementation, because we need to set up a server to get 'em to work properly. Let's finish`testdata/draft7/remoteRef.json` tests by setting...
same pattern used by an ejected create-react-app, just put all the webpack gak in a `config` folder. one gotcha that should be noted here: webpack config files `require()` from the...
requires #601, #602. Once those are landed, we should have an action that: * accepts a `Dataset` argument * constructs a "form-file" `POST` request to the backend with the contents...
This builds on #601, where we're adding in a new way to build initial datasets. For this section let's focus on a route within the collection section at `/collection/new` that...
This is more of an issue for the backend, but any user who's already running IPFS will run into problems when they launch Qri Desktop. We should make sure the...
In a message [on discord](https://discordapp.com/channels/497052800778502152/580806684088336395/693336877503348739): > After adding pattern/format to structure.json, in Qri-desktop dataset status, the body has a yellow changed marker, but not structure, which makes me wonder These...
This becomes a blocking issue for users working from desktop only. From [discord](https://discordapp.com/channels/497052800778502152/580806684088336395/691784601538002956) > I'm doing my first steps in Qri and needing some advice :slight_smile: I'm using Qri-desktop 0.4.0...