Kevin

Results 16 issues of Kevin

Instead of using the `-use_tr` flag to switch modes, is it possible to allow both simplified and traditional keywords at the same time?

enhancement

Can we change `Cantonese` to `cantonese`? There are [UNIX commands that have capital letters](https://unix.stackexchange.com/questions/70441/can-a-linux-command-have-capital-letters/70443), but most commands are lowercase.

enhancement

- Running any statement does not seem to do anything. - The only way to exit is to kill the program with `CTRL+C`, 收工 doesn't work. ``` % Cantonese 早晨!...

bug

Can we close some of these issues that are not actually issues to reduce clutter? Here are a few examples, but there are a lot more: https://github.com/StepfenShawn/Cantonese/issues/26 https://github.com/StepfenShawn/Cantonese/issues/18 https://github.com/StepfenShawn/Cantonese/issues/51

Should allow string operations such as + (concatenation) but no interpolation. Concatenation is the only operator I am aware of. ``` const enum MyEnum = { A = 'a' +...

enhancement

https://github.com/babel/babel/issues/8741#issuecomment-470485894 Keep map of currently defined enums in state. If it exists, loop through members and add to previously defined `constObject`.

enhancement

From https://stackoverflow.com/questions/49314402/make-uniqby-with-es6, it uses `Array.prototype.filter()` with a `Set` to keep track of last seen. It takes in an `fn` function to select properties or `fn` string to access a property....

PR welcome

https://github.com/github/fetch/blob/d1d09fb8039b4b8c7f2f5d6c844ea72d8a3cefe6/fetch.js#L1-L5 I'm not sure if I'm reading this wrong, but it seems like the second `global` is shadowed by the `var global` declaration. After hoisting, the equivalent code is ```js...

Clarify that `yalc push` also does a publish.

## Is your feature request related to a real problem or use-case? We have `DeepReadonly`, `DeepMutable` (added in #114), `DeepRequired`, `DeepNonNullable`, and `DeepPartial`. We should have consistency in their code....

accepting PRs
enhancement