ta-tikoma

Results 7 issues of ta-tikoma

Thanks for this great plugin. I use it every day. I have one idea: I think will be great if plugin make counting visits in different folder in project and...

enhancement

Lines can be empty. Example: ``` instructions: [ EditInstruction(primary=False, begin=(7, 106), end=(8, 0), cursor_yoffset=3, cursor_xpos=-1, new_lines=['', 'use App\\Modules\\Interior\\Modules\\Payment\\Payable\\Session\\Actions\\Session\\Pay\\PreparationPayAction as PayPreparationPayAction;', '']), EditInstruction(primary=True, begin=(12, 12), end=(12, 32), cursor_yoffset=0, cursor_xpos=35, new_lines=['PayPreparationPayAction']) ]...

Do a search for the uploaded error message first in the component. 1️⃣ Is this something that is wanted/needed? Did you create a discussion about it first? yes, no 2️⃣...

Scalar must contains floating point numbers. Source https://github.com/opencv/opencv/blob/17234f82d025e3bbfbf611089637e5aa2038e7b8/modules/core/misc/java/src/java/core%2BScalar.java#L8 Example: ```php (new Scalar(78.4263377603, 87.7689143744, 114.895847746))->print() ``` Output: ``` [78, 87, 114, 0] ``` Need: ``` [78.4263377603, 87.7689143744, 114.895847746, 0] ```

![image](https://user-images.githubusercontent.com/2934128/205246554-ef9bbb05-4716-495a-92ca-3bfc87340dda.png) When I implement interface in enum, lsp show error: ``` Symbol 'Clients\MSOrderClient\Enums\EnumWithNameContract' is declared but not used. ```

How can I bind argument to function? For example: I want to add 5 to each item: ``` map(operator.add(5, ...), range(4)) ```

feature