Виктор Виктор

Results 8 issues of Виктор Виктор

I think that it would be good to have opportunity to navigate between day/time items in calendar with keyboard `tab` key and select target with `space` or `enter` key (if...

1 - create new branch 2 - make changes 3 - commit & push (commit A) 4 - return to master branch 5 - make changes 6 - commit &...

p2
legacy-python
need investigation

Using margins in animations is a bad idea, but this lines: ```css @keyframes example { 0% { margin-left: 100px; } 100% { margin-left: 0; } } ``` returns: ``` [Lundefined:Cundefined]...

Get an error: "Failed to parse SourceMap" in Chrome console if option `sourcesContent` set to `true` Run grunt-postcss plugin after grunt-sass. if simple run grunt sass task SourceMap parsed correctly....

Is there are easy way to update templates _installed_ to `~/.grunt-init/`? It will be good to have something like `grunt-init template_name -u` to update template `template_name`

I think there are typo https://github.com/wakatime/browser-wakatime/blob/c4029f5fee62e69c68fa6731cc5dc4d1c30a07b2/src/core/WakaTimeCore.ts#L259 Should be ```javascript const lineRe = new RegExp(cleanLine.replace('.', '\\.').replace('*', '.*')); ```

Hello! I have a custom submission hook that posts form data to external API. This API has its own field names defined and I need possibility to control form fields...