Martin Lehmann

Results 14 issues of Martin Lehmann

First of all, thank you for this plugin! I have a suggestion for highlighting in objects. As it stands, everything is purple except non-string keys: ![image](https://cloud.githubusercontent.com/assets/1404650/10725584/4fdd697a-7bcd-11e5-8555-8c3ba2fa0c52.png) The problem becomes especially...

Hi! :wave: This fixes #477. It bit me, and figuring out what broke in my application took forever, so I figured I'd try to fix it. I'm not familiar with...

bug
pr

Hi! :wave: I made a container that accepts a (mandatory) initial state: ```typescript type InitialState = { person: string; } function useFilters({ person }: InitialState) { // code that assumes...

Hi! :wave: I'm planning to use Brakes in a TypeScript project, and noticed that there are no typings available in the repo or via DefinitelyTyped. Before spending a lot of...

:wave: Some browsers (like the latest Chrome) send Content Security Policy (CSP) violation reports with the content type `application/csp-report`. The request body is always JSON according to [the CSP spec](https://www.w3.org/TR/CSP2/#violation-reports)....

Hi! :wave: When I enter file pattern mode (`p`) and enter a regex (for example, `.*`), the matching files are shown. When I hit return, however, no tests are found....

Hi! :wave: I use the @pulumi/kubernetes provider to create a Deployment. When migrating it from kubernetes.apps.v1beta1.Deployment to kubernetes.apps.v1.Deployment, I ended up with this diff: ![image](https://user-images.githubusercontent.com/1404650/74738819-030ced80-5258-11ea-84f1-af2559561244.png) `$ pulumi up` shows the...

Hi! :wave: This PR is based on #593, so please ignore the first commit. Husky dropped support for the `hooks` field in `package.json` in v5, so the pre-commit hook (and,...

I ran `yarn lint:fix` on everything to make the code adhere to the Prettier rules. Ignoring `renovate`, there are no open pull requests at the moment, so I figured it's...