Skip to content

Instantly share code, notes, and snippets.

View Floriferous's full-sized avatar
🤘
Rockin'

Florian Bienefelt Floriferous

🤘
Rockin'
View GitHub Profile
// My settings
@Floriferous
Floriferous / gist:ce6573b15007653f0dbf8fffa4cf0661
Created February 19, 2018 20:42
Wallaby localhost console
[Deprecation] Use of the Application Cache is deprecated on insecure origins. Support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
(index):1 Application Cache Checking event
(index):1 Application Cache Error event: Cache creation was blocked by the content policy
main.b25bd9ba96f3433a77d1.js:3 app comp: initialising.
main.b25bd9ba96f3433a77d1.js:3 bus: starting.
main.b25bd9ba96f3433a77d1.js:3 DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
at e.get (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:3:28700)
at e.value (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:2:7187)
at e.value (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:2:768)
at e.value (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:1:5723)
@Floriferous
Floriferous / gist:a4804511ada112ba400ffaef83ffb5fe
Created June 21, 2018 16:31
Error log for prettier-eslint issue
Florians-MBP:epotek Florian$ ./node_modules/.bin/prettier-eslint test.jsx --log-level trace
Trace: prettier-eslint [TRACE]: called format with options: Object {
"eslintPath": undefined,
"filePath": "test.jsx",
"logLevel": "trace",
"prettierLast": false,
"prettierOptions": Object {
"arrowParens": undefined,
"bracketSpacing": undefined,
@Floriferous
Floriferous / log.sh
Created June 22, 2018 08:57
Error log #2 for prettier-eslint
Florians-MBP:epotek Florian$ ./node_modules/.bin/prettier-eslint test.jsx --log-level trace
Trace: prettier-eslint [TRACE]: called format with options: Object {
"eslintPath": undefined,
"filePath": "test.jsx",
"logLevel": "trace",
"prettierLast": false,
"prettierOptions": Object {
"arrowParens": undefined,
"bracketSpacing": undefined,
"insertPragma": undefined,
@Floriferous
Floriferous / wallaby-config.js
Last active January 7, 2019 13:14
A wallaby configuration for Meteor apps
// Use old-school javascript in this file to make it work nicely
// Or use a newer node version with nvm
function setupWallaby(wallaby) {
return {
name,
// debug: true, // Use this if things go wrong
testFramework: 'mocha',
files: [