Results 8 issues of Jure Cuhalev

``` App is being served by FastBoot ReferenceError: jQuery is not defined at /Users/gandalf/hacking/radio/frontend/tmp/broccoli_persistent_filterautoprefixer_filter-output_path-32mVAfM5.tmp/assets/vendor.js:74650:3 at ContextifyScript.Script.runInContext (vm.js:32:29) at VMSandbox.eval (/Users/gandalf/hacking/radio/frontend/node_modules/fastboot/src/vm-sandbox.js:14:14) at /Users/gandalf/hacking/radio/frontend/node_modules/fastboot/src/ember-app.js:142:15 at Array.forEach (native) at EmberApp.loadAppFiles (/Users/gandalf/hacking/radio/frontend/node_modules/fastboot/src/ember-app.js:139:21) at EmberApp.retrieveSandboxedApp...

With inlining SVG's it's often useful to give them class names to support things like using CSS to change fill color. Another really useful approach is when using a framework...

I want to use `google-plus` backend, that allows to authenticate with `id_token` [0]. But currently serializer for OAuth2InputSerializer [1] requires `code` param, which breaks this server-side auth flow. This is...

Maybe it's just my Chrome 68, but looking at: http://ember-basic-dropdown.com/docs/dropdown-events - `onClose` example, it allows closing even without selecting any of the radio buttons. Also `javascript` tab is empty.

Current status: - develop schema with assertions and tests - run `zed validate filename` and get errors - manually import file into Playground - click share to share it with...

Zed

On mobile, it's possible for audio to fail due to: `Looks like the mobile browser blocked an autoplay trying to play sound with url ..` Would it make sense to...

# Trac ticket number N/A - Doc PR # Branch description Trying to use `django.contrib.admin` without SessionMiddleware leads to error: ``` ?: (admin.E410) 'django.contrib.sessions.middleware.SessionMiddleware' must be in MIDDLEWARE in order...

DjangoCon Europe 🏰

Fixes final line of Installation docs: ``` Now, you can begin adding a form. ```