Viktor Charypar
Viktor Charypar
Should fix #20. Also fixes the build, which broke with the introduction of Elm 0.19
When filtering changed files to components (https://github.com/charypar/monobuild/blob/104deb915d1c466d68afd5aa520f769a6b9e12ae/manifests/manifests.go#L144) the paths are matched on a sub-string. This sometimes mismatches components if they share a common sub-string (e.g. `my-component` and `my-component-v2`). The correct...
Works almost exactly like zip, except it can takes lists of different lengths: ``` interlace [1, 2, 3], ['a', 'b'] # => [1, 'a', 2, 'b', 3] ``` I'm not...
Same as for example https://github.com/dowjones/graphql-dynamodb-connections
Current codegen for Swift, Kotlin and TypeScript relies on `serde-generate`. This works quite well, but has a few limitations/challenges: 1. Generics support across the FFI boundary (especially for `Option and...
This is a list of nice to have APIs on the AppTester to make tests a little bit verbose in common cases. I'll be updating this issue as I think...
With the current setup, the book at https://redbadger.github.io/crux/ follows `master` and is always ahead of the lastest released version, which might cause confusion when bigger changes are happening. We should...
I recently got an Crux iOS app into TestFlight and noticed that our example configurations need a few tweaks to pass the app validation stage 1. `uniffi-bingen` binary needs to...
Nothing should technically stop an application to have multiple independent Crux cores, but this use is not well tested and isn't documented at all. 1. Build an example (e.g. two...