Edwin Martin

Results 12 issues of Edwin Martin

- REST Client Version: 0.24.6 - VSCode Version: 1.66.2 - OS Version: 10.0.19042 Steps to Reproduce: 1. Try this code: ``` @date = {{rss.response.body.//lastBuildDate[1]}} @title = {{rss.response.body.//title[1]}} # @name rss...

In some of my templates, I use `width: 100vw` or `position: fixed`. This doesn't work well with the navigation and title bar provided with VDS. I also want to use...

In the generated styleguide, it's possible to edit the HTML (with CodeMirror) and see the results when properties and content are changed. Changing the properties this way does not trigger...

In the generated documentation it's possible to show multiple static instances of a component. It would be very nice to be able to change class names or other properties, so...

It would be nice if the generated documentation could handle clicks and other events. Like this: ` '''jsx ''' ` (This does not work). It would serve as a test...

Vue Design System 3.5.7 PROBLEM: In the file `docs.styles.scss` all classes are scoped, except the class status. This makes it impossible to use status as a class in a design...

### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...

type: bug
area: browser
status: accepting prs

There is a NPM package for closure-compiler, which makes installing it much easier (npm install...). This package installs the jar in node_modules/closure-compiler/lib/vendor/compiler.jar Since the last directory is called vendor, but...