Tony Trinh

Results 16 issues of Tony Trinh

> Next release of logback-android, completely rewritten in Kotlin This is a work in progress, and may contain (1) breaking changes, (2) incomplete code, (3) `XXX` commits, and (4) forced...

pinned

Running `gulp sass` does not actually run Sass on any `.scss` file. It just exits.

**Tell us about your environment** * **ESLint version:** 5.14.1 * **eslint-plugin-vue version:** 5.2.2 * **Node version:** 10.11.0 **Please show your full configuration:** ```json { "root": true, "env": { "node": true...

bug
indent

It seems the plugin only prints the result of a test after it has completed. Is there a way to include the start event in the output? This is possible...

Changes: * Scaffolds `.prettierrc` if Prettier is selected at prompt * Removes quotes from config object's keys in scaffolded `.eslintrc.cjs` fix #116

### Description There is no `.pretterrc` in the scaffold, so Prettier uses its default options, which includes [`printWidth=80`](https://prettier.io/docs/en/options.html#print-width), [`semi=true`](https://prettier.io/docs/en/options.html#semicolons), and [`singleQuote=false`](https://prettier.io/docs/en/options.html#quotes). This default config causes Prettier warnings in almost all...

Clicking `cv-pls` link from [question](https://stackoverflow.com/questions/63091392/nuxt-html-style-injection) results in a browser console error: ``` injected-web.js:1 Uncaught TypeError: Cannot read property 'call' of undefined at Proxy. (injected-web.js:1) at sa (Stack Exchange CV Request...

script: Close Vote Request Generator

### Description The `define` and `client-inject` plugins indiscriminately replace strings within string literals, which can create invalid JavaScript syntax (e.g., `console.log("mode is process.env.NODE_ENV")` is transformed into `console.log("mode is "process.env.NODE_ENV""`). This...

p3-significant 🔨

This enables type inference for: 1. The `options` arg of a plugin's `install` function 2. The options passed to `createApp().use()` ```typescript /** * Plugin */ type PluginAOptionType = { option1?:...

### Description The [docs](https://github.com/PolymerElements/iron-icon/blob/adc6f44/iron-icon.html#L130-L132) state that `iron-icon.src` takes precendence over `iron-icon.icon`, but a test shows that the opposite is true. ### Expected outcome The image specified by `src` is shown....