Benjamin Borowski
Benjamin Borowski
I get this error when I try to use this API. I'm afraid I'm using it incorrectly. ``` UnlockContentJob.perform_later(1, 2, 3) expect(UnlockContentJob).to have_enqueued_job(1, 2, 3) Failure/Error: expect(UnlockContentJob).to have_enqueued_job(1, 2, 3)...
`heroku pg:backups:capture` ends with... ``` module.js:544 throw err; ^ Error: Cannot find module './spinners' at Function.Module._resolveFilename (module.js:542:15) at Function.Module._load (module.js:472:25) at Module.require (module.js:585:17) at require (internal/module.js:11:18) at new SpinnerAction (/Users/typeoneerror/.local/share/heroku/client/node_modules/cli-engine/node_modules/cli-ux/lib/action/spinner.js:20:23)...
Works on iOS, but not on Android. ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.precisionnutrition.pncoaching, PID: 31222 java.lang.NullPointerException: file at android.net.Uri.fromFile(Uri.java:473) at com.sarriaroman.PhotoViewer.PhotoActivity$2.onClick(PhotoActivity.java:124) at android.view.View.performClick(View.java:7870) at android.view.View.performClickInternal(View.java:7839) at android.view.View.access$3600(View.java:886) at android.view.View$PerformClick.run(View.java:29363)...
Seems like the timing functions have been locked down and removed some of the original parameters from Penner's methods. ``` CGFloat PRTweenTimingFunctionElasticOut (CGFloat t, CGFloat b, CGFloat c, CGFloat d)...
Tried a number of shiki-supported themes without luck and only `nord` works with this plugin. ``` transformers: { remark: { plugins: [ [ 'gridsome-plugin-remark-shiki', { highlightLines: true, showLanguage: true, theme:...
Installed watson to remove Ember.K, but get this error when I run it (also tried ember-cli version, with a similar error): ``` ~/Dev/doki.io/frontend (feature/2.12) $ ember-watson remove-ember-k --empty ERROR Transform...
Just updated from 0.8.1 to 0.9.2 and now get this when I start my ember app. Is watson backwards compatible with ember-cli 2.8.x or do I need to upgrade ember...
`:Ag!` is handy if you don't want to open the first result in the search. It'd be great if we could set an option in the settings for ag.vim to...
(note: closed https://github.com/rickharrison/broccoli-asset-rewrite/issues/43 in favor of this issue) Updated to latest and assets are now getting "assets" three times when using customHash and prepend. in: `` out: `` ``` var...
Not sure if there is something to be done in pagination, but at the moment it looks incompatible with Ember 2.0.x because of an issue with query params: https://github.com/emberjs/ember.js/issues/11592 If...