Isac

Results 11 issues of Isac

## **Before** ![screenshotfrom2017-10-0314-12-03](https://user-images.githubusercontent.com/12630335/31138855-3464b0de-a846-11e7-91a5-8cb380e1252d.jpg) ## **After** ![screenshotfrom2017-10-0314-17-29](https://user-images.githubusercontent.com/12630335/31138883-4e83646a-a846-11e7-90fa-7b979e82068c.jpg)

When I execute a flutter package with `flutter run`, the command inserted in the terminal doesn't work. The classic example for this is to use `Hot reload` inserting `r`. Exist...

type: accepted
feature request

In some cases, we have common dependencies around some packages. For now, we have two workarounds: - Create a package `common_dependencies` and centralized the common dependencies here. [✗] The dependency...

feature request

**Error** ```Javascript TypeError: expect(...).toHaveStyleRule is not a function 7 | const tree = shallow() 8 | expect(tree).toMatchSnapshot() > 9 | expect(tree).toHaveStyleRule('color', 'black') | ^ 10 | }) 11 | ```...

react native

I created this PR to add types in `cucumber-html-reporter` #182 , but on last npm version, don't have types specific.

When a project is opened, the Calva is watching the stubs files `path/.lsp/.cache/stubs` and sending it to clojure-lsp to analyze and problems are shown on terminal. Interestingly, if the stub...

lsp

**Is your feature request related to a problem? Please describe.** The section could contain a lot of widgets, and in some cases, is hard to find the widget that you...