Alexander Harding

Results 397 comments of Alexander Harding

Something to consider: PouchDB & CouchDB together sync really well, and works completely offline if need be. I think at very least a way to export to a file would...

@IvanJov No offline syncing, so you'd have to roll your own. :/

The codepen is missing the dependency for some reason. Here's a working example (using unpkg): https://codepen.io/aeharding/pen/ExyrXNX @atomiks I'd submit a PR but then you'd be linking to a codepen I...

May also be worth considering reducing reliance on axios altogether, especially now that [the `fetch` api has landed in node 18](https://nodejs.org/en/blog/announcements/v18-release-announce/). A few years down the road and nano could...

Also, if anyone wants to translate 12, it would be appreciated.

That's a great idea. We should start a monthly meeting for discussing agenda items in this project anyways, given its growing popularity. I'll start by adding an agenda item for...

@caledhwa please see #76 and bring it up there, I think that's is a good point :+1:

Thank you for your workaround! I also had this issue with `ńñ` characters. Using the Google Lato font: When I simply called `form.updateFieldAppearances(latoFont)`, I got the error. When I used...

I was going to make a separate issue but then I found this issue! See below: --- Hello! Great library! I was recently evaluating it for a project that currently...

This would be awesome! This is happening to me when I run Jest in jsdom (needed for angular 1 support... 😬) Here's my quick hack (put in jest.setup.js), if anyone...