James Robey

Results 10 issues of James Robey

Would be nice to re-indent the whole page of code when things end up off from bad pastes and such.

enhancement

Recommend checking against `Rails.configuration.force_ssl` boolean value in the example configuration. That way it is off in development & test environment by default.

I asked about it in #17 but managed to get it working with html-loader. I tried to do it with only the html-webpack-plugin that's already included, but it seems like...

Any idea if there's a way to modularize the html, such as having footer & header out in their own files but getting loaded into index.html during the build?

This library looks very useful! My css-fu is a bit on the weak side, any ideas on how to add labels on the vertical axis?

enhancement
help wanted

Hi, saw this in responsive design mode in latest Safari (11.1.2). iPhone SE mode

Looks like a great project generator. Elixir is great, and so is Mithril.js. Would be cool to have Mithril.js bundled in this, so that you've got both Mithril on the...

Console shows these: [Error] TypeError: m.module is not a function. (In 'm.module(document.getElementById('promoText'), promoApp)', 'm.module' is undefined) Global Code (mithril.animate:94) [Error] TypeError: m.module is not a function. (In 'm.module(document.getElementById('app1'), app1)', 'm.module'...

I was playing with the example, in desktop safari. I noticed a bug: First of all, incognito mode, safari 11.02: Click page 'next' until it loops back to page 1...

It wasn't initially obvious to me, but mix.lock is setting the phoenix_live_view git checkout to `957b7eb` which was made back in Mon Jun 24 2019. There's no phx-hooks support etc....