spiffytech
                                            spiffytech
                                        
                                    It would only bring down the web server if you pass the error to panic() instead of handling it in a different way, and I would presume someone wanting MustRender...
I attempted to do this everywhere I found errors suppressed in [this pull request](https://github.com/hoisie/mustache/pull/32), but I can't force a test program to error out by e.g., leaving out a variable...
I am unclear on the status of this issue. Why has @baby-gnu's commit not been merged in? Does it fail to resolve all issues? I would really like to be...
Sorry, #14 was an unrelated pull request. It does not solve this issue for me.
The sample code is just the project template that lein-clr includes. Creating a project with `lein new lein-clr clr_test` and running the above commands triggered these errors for me.
Ah! I created a project `clrtest` and everything works fine. Perhaps the plugin could throw an error if the user tries to create / run a project with a name...
Regarding (1), I usually see change handler callbacks implemented as `cb: (previous: T | null, current: T | null)`. So a new item is `(null, T)`, a changed item is...
While I like the idea of E2E data that the platform is blind to, a lot of the projects I'd like to use Userbase for require a server to interact...
>> Upload a JS function to run, or check the status code response from calling a webhook, or flagging a user as a service account and letting the service account...
Thanks for the detailed response. Userbase excites me - I can spin up new projects without sinking hours into writing boilerplate user management code, CRUD API endpoints, secure sharing, etc.,...