Gabor Heja
Gabor Heja
…rg/licenses/AGPL-3.0.html
Print a warning about root user with no password as that makes impossible to log in.
When installing the `protobuf-to-dict` the installation fails with the following: ``` Installed /tmp/pip-build-XJxqrR/protobuf-to-dict/protobuf-3.0.0b4-py2.7.egg Traceback (most recent call last): File "", line 17, in File "/tmp/pip-build-XJxqrR/protobuf-to-dict/setup.py", line 25, in 'Topic ::...
The demo page referenced in the README.md no longer exists.
```typescript type tSomeType = { value: number, parent: tSomeType } let a: tSomeType; a.value = 42; console.log(a); ``` ``` /home/gheja/[...]/node_modules/typescript-closure-compiler/typescript.js:42929 throw e; ^ RangeError: Maximum call stack size exceeded at...
The call of `ts.findConfigFile()` in file tscc on line 91 is missing `fileExists` parameter. ``` configFileName = ts.findConfigFile(searchPath); ``` ``` /home/gheja/[...]/node_modules/typescript-closure-compiler/typescript.js:42316 if (fileExists(fileName)) { ^ TypeError: fileExists is not a...
I am thinking about making the game playable with a screen reader to be more accessible for the visually impaired. Note: I am guessing and throwing around ideas yet, please...
I've noticed while working with Tamil letters for Issue #203 and when checking some forks that the square grid could not fit all (non-english) letters. I think there should be...