Dmitri K
Dmitri K
Right now `yodaStyleExpr` rule does not allow the following code: ```go func IsValidHeading(angle float32) bool { // The line below is good and should be accepted return 0
Hi guys, I really don't get it. What is the **correct** `typescript` configuration that is equivalent to: ``` js grunt.initConfig({ config: { tmp: 'build/tmp', }, typescript: { all: { expand:...
I cannot use this library in our app running on Vue2 and built with webpack v5. The error that I get is: > Module not found: Error: Package path ./v2...
I use ntypescript in webpack, mostly for 3rd party libraries. Recently I have added `react` to my project and started to get errors for `@types/react`: ```sh ERROR in /Users/korya/dev/superapp/node_modules/@types/react/index.d.ts (171,34):...
The project seems to be dead. Do you aware of a well-maintained fork?
I have a simple Vue component with a default slot. I create an AngularJs wrapper using `createVueComponent` and then use the wrapper in AngularJS app. A simplified version of my...
Support deletion of multiple objects: http://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html
### Dupe Check - [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates ### Describe the bug When I start the app, I can see it starting: showing...
### Dupe Check - [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates ### Describe the bug The behaviour of tab completion is not compatible with other terminals....
Instead of failing. This eliminates the need to wrap `lk` invocations with custom logic for manually filtering out such values. For example, this is a real script for deploying using...