Kevin C
Kevin C
Graphql can't parse empty documents (e.g. from js files with no `gql` tags); return an empty OutputMap in these cases instead of failing. Example: ```bash # File with no `gql`...
I'm not sure if any incoming links use "master" directly, but the default is now "main". I'll update this once HackerNoon gives me edit access to my own articles that...
Helps with use-cases like those described in https://github.com/rkit/react-select2-wrapper/issues/8 and https://github.com/rkit/react-select2-wrapper/issues/71. Fully backwards-compatible. Users who wish to include the full version should change their import as follows: ```diff -import Select2 from...
Has anyone successfully gotten Enketo rendering with a Rails app? I'm currently working on this and will update this issue with a basic integration guide if none exists already. I...
This is awesome! I saw it was a few years old but with plenty of stars, so I figured it would be worth hosting on npm for others to find...
Happy to make additional tweaks as requested! I just found this free icon, I'm not tied to it.
And get it running without warnings on my machine. Happy to make additional tweaks as requested!
I got a very similar issue to https://github.com/4Catalyzer/babel-plugin-dev-expression/issues/2 using React Native v0.43. After some testing, it turns out this plugin doesn't work at all with React Native :( ``` Property...
New keyword: `src="jr://instance/last-saved"` See https://github.com/opendatakit/javarosa/pull/406 (still in review) for details.
#### Software versions - JR v2.12.1 - Collect v1.18.0 #### Problem description Using this [form](https://github.com/opendatakit/javarosa/files/2784371/nested-indexed-repeat.xml.txt), a dynamic number for `jr:count=" /nested-indexed-repeat/friends/pets_count "` works fine, but `jr:count="2"` causes an error: ```...