S. Andrew Sheppard

Results 36 comments of S. Andrew Sheppard

#105 was implemented without addressing this issue.

It looks like `react-mapbox-gl`'s `peerDependencies` need to be updated. In the meantime, as long as you only install the main `dependencies`, it should still work even though `react-mapbox-gl` has a...

Actually, it looks like this is an incompatibility with npm 7. This will be addressed in a future release, but for now wq's npm integration requires npm 6 or earlier.

Yes, this is not very well supported currently, and would be a good candidate for inclusion 2.0. In the meantime, you can use Mustache's [function rendering](https://github.com/janl/mustache.js/#functions) with literal template values....

Yes, it would be good to automate more of these. Most of the basic validators could likely be translated directly into [HTML5 attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) on the ``. We would just need...

I would still like to do this, though I think I would like to transition toward a standard schema object (wq/wq#40). Moving to the 2.0 milestone.

Thanks for reporting this. This is likely due to the fact that I only included the ARMv7 ABI to save on APK size. So, it should work fine on a...

My typical use case so far has been to have separate sets of Mustache and Django templates, with no interaction between the two. The Mustache templates are copied to JavaScript...

In particular, the signal for "hook not found" should be distinct from the normal flow as discussed in #6.