ueli k
ueli k
# :-1: Current state - Same concepts have different names through out the code base. - E.g. `favorite` vs. `starred` vs. `highlighted` item. Or `lecture` vs. `event`. ## Background -...
https://github.com/CSSLint/parser-lib/blob/master/src/css/Properties.js looks like its auto generated by some piece of code. I could not find it in the repo. Does anyone know it, can we add it to the repo?...
## Scope **I'm submitting a … ** - [x] bug report - [ ] feature request ## Expected Behavior Click on action does not change cards background color. ## Actual...
Create Bug Report-> following code doesn't make sense, does it?! ``` java public File loadcode_cpp(String code) { return loadcode(code, false); // should be true not false } public File loadcode(String...
The following suggestion would simplify the logics implemented in existing visitors. It seems not to be required to have conditional logic in the leave methods of the visitors. Just retun...
Debug flag has changed from 'debug' to '--inspect' starting with node version 8. This change uses the correct flag, depending on the running version. EDIT: Unfortunately I did not find...
Add link to a german JavaScript tutorial programmieren-lernen-mit-javascript.ch - [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request...
Hi What do you think about using `estraverse` (https://github.com/estools/estraverse) ? I see that you are using your own module `walkes`. Maybe we change walkes to use estraverse, or directly replace...