Till Schulte-Coerne
Till Schulte-Coerne
I use a little hack in my warble.rb to achieve this: ``` class Warbler::Traits::Rails # Maybe you'll need to patch Warbler::Traits::Rack too def self.detect? false end end ``` But it...
I can confirm the `bundle package --all` workaround does the trick. But it duplicates the WAR file size by storing the gems under 'vendor/cache' (by bundler) and 'gems' (by warbler)....
Try `{:ok, _v} = Mongo.ping(conn)` after starting the link. This works for me
I found two sources of this problem for me: 1. Icons based upon data-URIs: Do not use data-URIs for Icons or the generated svg-data-URI will countain further data-URIs and thereby...
I tried to build a flexbox based responsive sidebar without media queries. My first tests lead to http://jsfiddle.net/41t66jee/1/ (works at least with Firefox)... Since it doesn't work with Safari I...
Using `gem 'jruby-jars', '< 9.4'` solved this for me with warbler 2.0.5
Thanks for your writeup! In my case I also needed to include `use Plug.Builder` in my dummy modules
I did a small workaround with an union/pivot (some sort of "outer join") of two querys: https://gist.github.com/tillsc/2d71f3e89409049833e75ed22689ad40 Maybe this helps someone in the meantime... Use "staircase" plotting mode (not the...
@headius Thanks a lot for your changes! @mjansing and I gave them a try, which led to one issue we couldn't resolve (#561) and two follow-up PRs (#564, #562). Since...