Kumar Harsh

Results 28 issues of Kumar Harsh

### My Environment - [ ] Windows 7 or below (not truly supported due to EOL - see wiki for details) - [ ] Windows 8 - [ ] Windows...

Hello, While using the `en_US` Translator, I noticed that all the currency symbols are just the short-names `USD`, `INR`, `EUR`, etc, but there are no symbols (`$`, `₹`, `€`). Is...

bug

In the Readme, it's mentioned that: ```go fmt.Println(l.OrdinalPluralRule(21, 0)) // 21st fmt.Println(l.OrdinalPluralRule(22, 0)) // 22nd fmt.Println(l.OrdinalPluralRule(33, 0)) // 33rd fmt.Println(l.OrdinalPluralRule(34, 0)) // 34th ``` But the actual output is: ```go...

- Using 'robocopy' instead of 'move' to copy files from tmp folder - robocopy is more robust and has support for long paths, thus providing better experience than xcopy with...

I'm using codemods to do searches across files for complicated things which a regular grep can't fulfill (such as: does any file have a component which has these two particular...

https://old.reddit.com/r/devops/comments/at3oyq/it_looks_like_ibera_is_gutting_travis_ci_just_a/

Bumped into this: https://github.com/gandm/language-babel/blob/d7d260522eb0f6528ea8558beb1bda54c5d25eba/src/create-ttl-grammar.js Atom gives you a way to load a custom grammar file via their API. Investigate whether VSCode exposes something similar. If yes, it can solve #90...

If the has `searchable={false}` set, then using `htmlFor` for associating labels with the input doesn't work. See plunk: https://plnkr.co/edit/cr6cMK966vaHlUVwsNAZ?p=preview (for some reason, github's markdown parser is not working - the...

Writing css like this: ``` @value small, large, from './breakpoints.css'; ``` will fail while compiling (due to the trailing comma after large). Would it be possible for this plugin to...