Lin

Results 127 comments of Lin

Oh, and ensure you use a good memory card. CFe is rather write intensive (logging maybe?). Burnt through a few during development, check for memory leaks too.

On the UI side, you might want to check out drupal commerce, they really managed to nail it for customising the checkout UI.

Press the lock icon (left on url bar) and block cookies for medium related domains. Refresh.

Are you on the original medium.com domain sites or one of the custom domain sites? Block the custom domain cookies too if you are on the custom domain sites. After...

MIT or Apache would be a good choice

@jyurek confirmed. The following block works as of Rails 5.2: ```Ruby Rails.application.configure do config.parcel.entry_points = %w(app/assets/javascripts/application.js) config.parcel.destination = "public/parcels" end ``` Pull request?

@thecapacity you can re-license https://opensource.stackexchange.com/questions/4481/as-owner-of-gpl-library-can-i-break-the-licensing-terms/4482

Depends if the work belongs to the government as a whole.

@blx is [https://gist.github.com/Jared314/5028617](this) a complete one? On 24 July 2015 07:01:55 GMT+08:00, Ben Cook [email protected] wrote: > Hi - I wrote this as a learning exercise, you're welcome to poke...