Martijn Saly

Results 219 issues of Martijn Saly

In the demo's, go to the second one and fill in a number. Then, cut the *entire* value, and paste it right back. Expected result: The input contains the value...

When I press Ctrl+Shift+up/down, I get this error in the console: ``` Uncaught TypeError: Cannot read property 'from' of undefined foldgutter.js:72 _isCurrentlyFolded foldgutter.js:72 updateFoldInfo foldgutter.js:93 onChange foldgutter.js:279 (anonymous function) /thirdparty/CodeMirror2/lib/codemirror.js:7154...

It not like I don't understand how it works, it's just difficult to get it to work right. I had to upload a picture four times to get it working:...

It'd be nice to bump the dependency for moment-range to the latest version. It's usually not a bad idea to have the latest version of libs, and that includes moment-range....

Please release binaries 🙏 I'm sure you (author) tests whether the source code can build or not, so why not make the result of that available to everyone? I personally...

When I have an arrow function anywhere in my modules, it reports a syntax error `SyntaxError: Unexpected token` and stops executing. Is it using some sort of separate (third party)...

So if I put angular in the paths, to be loaded externally: ``` 'angular': '//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.min.js' ``` It won't work. It won't be able to "find" the module. What should happen:...

Sourcemaps aren't being outputted when I use amd-optimize. When I leave it out, sourcemaps work fine. ``` return gulp.src(['source/js/**/*.js']) .pipe(sourcemaps.init()) .pipe(amdOptimize('js/main', config)) //

### What is the issue? I've set my daemon to move torrents that are completed, from the `incomplete` dir to the `complete` dir. Both directories are on the same physical...

needs clarification

It seems to be(hopefully temporarily) kacked. So when I enter a prompt, I see the loading animation underneath it. After 2-3 seconds, the loading animation disappears and no graph is...

enhancement