Geza Kovacs

Results 14 comments of Geza Kovacs

To address the issue of outdated coffeescript compiler, I've updated the version of the coffeescript compiler in my own fork https://chrome.google.com/webstore/detail/coffeescript-console-3/paafmmbmdepbicdheoakjepmcjnclegh (on github: https://github.com/gkovacs/CoffeeScriptConsole )

Doesn't seem to have been addressed. A "fix" which probably breaks things but works for me is in my branch https://github.com/gkovacs/sweet.js at https://github.com/gkovacs/sweet.js/commit/94f637476f0d8a74f37a5047491a3e55a9b4aec6

yes I mean obviously the system should optimally check to see if a rename is required and only rename if necessary. none of my macros declare new variables so it...

I can confirm that I have the same issue after upgrading to Android 13. I am using the same device (Pixel 6 Pro) and the same version of trime

As of April 2017, I am also having this exact same issue. I ended up using https://www.npmjs.com/package/ghreleases instead which works just fine.

I can confirm that I can reproduce this issue with the Tinypilot Voyager 2a, firmware version 2.5.4, when attached to a HP Chromebook x2 11-DA0023DX. I have not found a...

用pandoc就可以创造pdf文件,请参考 https://github.com/scutan90/DeepLearning-500-questions/pull/394

用pandoc就可以创造pdf文件,请参考 https://github.com/scutan90/DeepLearning-500-questions/pull/394

With webpack 2.2.0, the error is now: ``` geza@gezamac ~/D/habitlab> karma start webpack: Using compiler.parser is deprecated. Use compiler.plugin("compilation", function(compilation, data) { data.normalModuleFactory.plugin("parser", function(parser, options) { parser.plugin(/* ... */); });...

I took a stab at fixing this issue of webpack 2 compatibility. If you apply my changes at https://github.com/gkovacs/rewire-webpack/commit/31da0a94242a3d86a81d09b38d74677f562ca88b it resolves both the issues above, however the `.__get__` property is...