apple mate

Results 40 issues of apple mate

I use this procedure to make test for my react - webpack app. When I execute the test I got this error. My component is like this ``` js import...

package.json ```json "stylelint": "^7.8.0", "stylelint-scss": "^1.4.1", "postcss": "^5.2.12" ``` .stylelintrc ```json { "plugins": [ "stylelint-scss" ], "rules": { "no-duplicate-selectors": true, "declaration-block-no-duplicate-properties": true } } ``` error screenshot

instead of random jackpot. Can this be configured to be progessive? Like I got the number 1,234 the next number will be 1,235 the next one will be 1,235 possible?

My dev command is like this ```json "dev": "NODE_ENV=development nodemon --watch webpack.config.babel.js ./node_modules/.bin/webpack-dev-server", ``` So when I do `npm run dev`, webpack dev server will start and if there is...

one of my webpack property looks like this ```js resolve: { modulesDirectories: [ "app", "app/test", "app/component", "app/css" "app/css/custom" ] }, ``` I set up webpack config like that, so I...

bug

when edit and save `scss`, we got style updated without refreshing the page. Style component however refreshes the page when we save. Is it possible to do soft refresh ?

pool.js ```js import mysql from 'mysql2' import { dbusername, dbpassword, dbname, host } from './config' const pool = mysql.createPool({ host: host, user: dbusername, password: dbpassword, database: dbname, connectionLimit: 214000, waitForConnections:...

can this use with table ? with full screen width and height? and can this be filtered? with search

question

my stylelint rule in stylelint.rc ```json { "plugins": [ "stylelint-scss" ], "rules": { "function-calc-no-unspaced-operator":true, "function-linear-gradient-no-nonstandard-direction":true, "string-no-newline":true, "unit-no-unknown":true, "property-no-unknown":true, "keyframe-declaration-no-important":true, "block-no-empty":true, "indentation": "tab", "selector-pseudo-class-no-unknown":[true, {"ignorePseudoClasses": ["global"]}], "selector-pseudo-element-no-unknown":true, "selector-type-no-unknown":true, "media-feature-name-no-unknown":true, "at-rule-no-unknown":true, "comment-no-empty":true,...

with a List like this ```js const list = [ {label:'exhibit motorcar engine v11'}, {label:'exhibit motorcar engine v10'}, {label:'exhibit motorcar engine v12'}, {label:'selling motorcar engine fly over v15'} ] const...

notabug