Martin Litvaj

Results 25 issues of Martin Litvaj

Hey, here is a demo with error https://jsfiddle.net/dsykn1qL/ I use `objectHash` to match objects in array properly. However when I remove an object from array, all the next objects gets...

@types/request needs to be a dependency instead of devDependency. If we build a library with node-vault as dependency, @types/request are missing It also fixes functionConf type

awaiting changes

Adds a new setting into Vault's destination rule called `vault_path_omit_filename` which is false by default so there is no breaking change. And if it's set to true it will omit...

### Current Behavior Prettier is integrated into eslint and runs in one `tsdx lint` command. This comes with couple of disadvantages described at https://prettier.io/docs/en/integrating-with-linters.html . It is also not possible...

kind: feature
version: minor
kind: discussion
solution: workaround available

Has anyone setup this to run as a GH action to show the bundle size in PR? I imagine a GH Action to build the app, run the analyse and...

🚀 enhancement
✋ help wanted

What about implementing auto updating instead of manual updating? I used Nuts server a lot in my previous Electron apps, however you need a server to deploy it to. I...

It would be great to allow the ".x" format and automatically format it to "0.x"

DollarOutlined and DollarCircleOutlined are the same - both circled ![image](https://user-images.githubusercontent.com/1591293/82058124-9c676680-96c4-11ea-8e19-341c0516d736.png)

Redux-saga solved (https://github.com/microsoft/TypeScript/pull/30790) the long-opened issue (https://github.com/Microsoft/TypeScript/issues/2983) mentioned in docs https://github.com/piotrwitek/typesafe-actions#with-redux-saga-sagas , so I suppose they can be updated with better example

accepting PRs
docs

In the documentation of Ant's Form, there is an example where `validateFields` is being called without any argument (https://ant.design/components/form/#components-form-demo-horizontal-login) In this sandbox https://codesandbox.io/s/2wn69y7mqp when you open a console, you can...