Marc Schütz
Marc Schütz
... along with several other methods, in particular `apply_finder_options`, which could be used to emulate it. It seems a complete rewrite of the ActiveRecord adapter is in order.
It would be nice if these pseudo classes could be supported. Premailer would have to insert a span after or before the matching element.
**Is your feature request related to a problem? Please describe.** In order to reduce resource consumption, infrequently utilised Rails/Rack apps should not occupy memory when they are not actively used....
Instead of (or in addition to) sanitizing subfolder names as suggested in #181, would it be possible to automatically encode them as UTF7 instead? This seems to be more useful...
It seems currently the precedences in `infix_expression` need to be > 0; when you use 0 for an operator, it fails to parse it correctly. As far as I can...
When `raise_signal_exceptions` is unset and a signal arrives while the worker is sleeping, the signal handler runs and sets the stop flag. However, it then returns to the `sleep` call,...
Currently, FlavourSaver is a singleton. This means that all uses have to share the same partials, helpers and so on. This is problematic, because it's sometimes desirable to have different...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/check ### What specific section or headline is this issue about? Intro ### What information was incorrect, unhelpful, or incomplete? This method returns `true` if the requested...
Switch to German, open browser console, try this: ```js formatter = new Intl.NumberFormat(undefined, { style: 'currency', currency: 'EUR', }); formatter.format(10) ``` Result: `"10,00 €"` Then switch to a different language,...