sandstrom
sandstrom
Thanks for an awesome gem! 🏅 Has there been any discussion between this gem and [ferrum](https://github.com/route/ferrum), about co-operation? Both are good and seem to overlap, sometimes more can be achieved...
Thanks for a great library :boat: Retrieving origin works: ``` ruby uri = Addressable::URI.new(:scheme => 'https', :host => 'google.com') uri.origin #=> "https://google.com" ``` But setting origin via the hash, or...
When working with changesets, this pattern is quite common: ```js let home = new Address(); let work = new Address(); let user = new User(); user.addresses = [home, work]; let...
It would be neat if one could access other ember services from within a validator class. I understand the idea of using POJO and vanilla classes (validated-changeset is generic). But...
Thanks for an awesome gem! 💎 Would be great with a readme example for ruby-vips (we're using it instead of RMagic, and ruby-vips is commonly used in ruby for image...
This repo & website is great and was one of the first benchmarks. 🏅 As such, it shows up frequently in Google results. Would you be open to adding a...
@brianreavis Would you be open to adding more maintainers to this repo? For example, you could ask someone among the current forks, or someone who has submitted PRs (pending or...
Since Sifter has little maintenance these days, we could mention this alternative which is pretty similar.
- Build breaks in node 4 (https://travis-ci.org/brianreavis/sifter.js/jobs/634425454). - 6 is no longer maintained. - Would suggest testing in 10 and 12 instead.
**This isn't a big issue, the only drawback is the warning itself + styles aren't injected. Just wanted to note this issue here with details, in case others are curious....