Jerome Gravel-Niquet
Jerome Gravel-Niquet
Sure, rails 4.2.0 rspec-rails 3.2.1 (rspec-core 3.2.0) Order: - rails - explicit-parameters - rspec-rails I'm also using a small spec helper to apply default params to all my requests, that...
A lot has happened since I launched this! I'll try to get it deployed to Fly.io (my "new" startup).
This would be pretty interesting for us for forward compatibility.
Please explain :) I don't see it. You mean, it could use markdown from the wiki?
Not a bad idea. Similar to the "multiple pages" (#1) feature.
That makes sense. From what I gather, that means I need to set an expiration for wiki pages so that I'd be able to recompile at some point without user...
It might be possible. I'm not so sure. I think the templating libs themselves would need to change.
You're right, it's pointless. Didn't think people would print their docs (read: didn't have that use case myself). I suppose a simple `@media print {}` in the css would work....
I'm wondering if it could allow a more generic function name like `incr` instead of `crsql_incr`? I'd like to hide the cr-sqlite details as much as possible from our users,...
> > I assume you can register a function from another function? > > Maybe 😅 Like register a function from _within_ a function extension? I probably should've said a...