Tim DuBois
Tim DuBois
I'm having issues identifying a sane way to manage an input dataset. One object expects multiple types of subobjects, for this MWE we'll choose two simple ones: ```julia flatcron =...
https://github.com/Libbum/oration/blob/41d7f0136df1b2d165dc194604c2fb1d47ddbf40/src/models/comments/mod.rs#L374-L380 This issue has a [fix now](https://github.com/diesel-rs/diesel/pull/2514) (I think), so we can take a look at re-implementing this method.
[Details](https://github.com/fossas/fossa-cli/blob/master/docs/integrations/rust.md#rust)
There's a [bunch of changes](https://rocket.rs/v0.4/news/2018-12-08-version-0.4/) with 0.4, a lot of which we could leverage.
Closes #95 once everything is sorted out. Need a few packages to be updated: - [ ] https://github.com/elm-community/elm-time -> elm/time - [ ] https://github.com/elm-community/maybe-extra -> PR sent - [ ]...
[AutoExpand](https://github.com/ohanhi/autoexpand/) is not a bad start, but it doesn't expose cols or name and it looks a little overkill for what we want to do.
https://github.com/graphql-rust/juniper Rather than using JSON parsing. This ultimately comes from https://youtu.be/memIRXFSNkU such that you get compile-time failures and strongly typed interop between the front and backends. For the frontend :...
It's gone through some major revisions and two version bumps. [elm-css-normalize](https://github.com/scottcorgan/elm-css-normalize) is still on v11 though, so we can wait or push a PR there first.
From the looks of it we should really be keeping default css styling to a minimum. Normalise overwrites a lot of things and if called deep in the sheet it...