Chris Maddox
Chris Maddox
Seeing this as well. `pg_scope` names its table aliases the same thing regardless of scope or other calls so they conflict. Could we alias by name of the method call?...
Something different from `declared(params, include_missing: false)`? If you would like it to raise errors, perhaps a `declared!(params, options)` method
What's the work involved in supporting any `serde_json::Serializable` vs. just `serde_json::Value`? Happy to help out if I can. The use case is an API client that returns a struct. The...
FWIW, seeing this on Rails 4.2.1, Timecop 0.7.3
Adding another config example, as we're running into this too while trying to upgrade to 3.11. We're trying 1.8 and also 1.7 to see if it works, but no dice....
Any thoughts on whether this would be prioritized? Or if there's a way I could contribute, happy to look into it if someone could give a pointer where this would...
Oh interesting. What happens when you do this? I may need to add a function for actually creating a new page
Yeah there is a function to add a new page (https://github.com/SenecaSystems/gutenex/blob/master/lib/gutenex/pdf.ex#L11) but I don't think it is exposed anywhere. Certainly needed!
yes! I'm almost done with this one. I've been rewriting SenecaSystems/Imagineer to handle every color type.
You may be able to do it with imagemagick. The color type indicates which palettes to use. Color type 2 is for RGB. 6 means RGB plus an alpha value....