Ryan Leckey
Ryan Leckey
> But JS and Coffee in this case represent means to the same end True but in order to properly compile coffee-script and remove as much bloat (all of the...
For whats it worth we have a python 3.x only version of cmislib here: https://github.com/concordusapps/python-cmislib We migrated it in a hurry a good while back.
Was just coming to make an issue for this. It's critical from a production standpoint that a load balancer or swarm manager can initiate a controlled or graceful shutdown. Any...
We don't currently have a solution to this for the query macros beyond recommending to use multiple crates so the compilation units would be different. --- I know @abonander has...
Copying over my thoughts from #224 as I realized we didn't put these up here. --- We were thinking a decent approach would be to generate a set of macros...
Another thought is the `database` macro could configure all sorts of knobs. One in particular could be adding or overriding user-defined types.
After thinking on this more, I'm not saying I don't want to do something with a meta-macro but multiple crates definitely feels like the cleanest solution to me. With #267,...
The idea with multiple crates is you'd have the query methods inside each crate. So if you want to query both at the same time that'd be a minimum of...
Huge :+1: from me. This doesn't look _too_ hard to implement natively into Realm's models. https://mobx.js.org/refguide/extending.html Is there any progress being done on this and if not is this something...
@posva Is there a pattern you'd suggest for asserting that an error is a `MandeError` to make TypeScript?