Marcus Zanona

Results 38 issues of Marcus Zanona

Somehow when importing via module I get an object with the `default` prop rather than the Component itself? ```sh $ node -v v17.7.1 # import P from 'react-phone-input-2' // returns...

Apparently having the following rule structure, causes the code folding to break. ``` less ul { li { display: block; padding: .5em; a { color: red; } } h4 {...

Hello, Would it be OK to change the `peerDependencies` to the below to avoid breaking installations with react 17+? ```diff "peerDependencies": { - "react": "^16.8.0" + "react": ">=16.8.0" } ```...

Add code folding support by implementing syntax that will fold all tags except [void elements](http://www.w3.org/TR/html-markup/syntax.html#syntax-elements). This was an implementation suggested at http://vi.stackexchange.com/a/2333/3334.

I have `foldmethod=syntax` and it seems there is not code-folding support for html files? Is this correct? perhaps I am missing something

**Current behavior:** Whenever using an invalid css property such as `colour: 'red'` typescript won't complain about it. **To reproduce:** ```tsx import {css} from '@emotion/core'; const style = css({colour:'red'}); ``` **Expected...

TypeScript

Related with #102, it seems that depending on the code structure `coc-prettier` will partially remove file contents instead of formatting whenever folding is enabled. The file being test against is...

question

Apparently hook.io subdomains have invalid SSL certificate attached to it? Apparently the one being used is not a wildcard?

When testing the below as a hot-code: ``` js require('babel-polyfill'); module.exports = function (h) { h.res.end(typeof regeneratorRuntime); } ``` It returns `object`, however when making it a hook and calling...

Perhaps there's already a way to achieve this but I have doc keys laid out the following pattern: ``` username/foo/1 username/foo/2 username/bar/1 username/bar/2 ``` I would like to be able...