Martijn Saly

Results 219 issues of Martijn Saly

Feature suggestion: Would be nic to add sorting by install date/time on the Installed tab. Makes it easier to find that extension I just installed without having to remember its...

I'm very used to typing `ls -las`. It's in my bones. But the `-s` option isn't available - so can it please be implemented? Or, since the size is already...

help wanted
non-compliant behavior

It's not my cup tea, this view of Git, so I uninstall the extension... Turns out that doesn't work: ![capture](https://cloud.githubusercontent.com/assets/152227/9034267/98a4914c-39ce-11e5-998c-e8f166d71bf6.PNG) Nothing in the developer console is added. Just this error...

In stead of pixels, I prefer setting sizes of elements in ems whereever possible. It makes sense for font-zooming, which would also cause the arrow to become bigger, which may...

I'm on Windows 10, and have Firefox 98.0.1 installed. Just through the regular installer. Nothing special. It's not detected. As far as I know, it's been like this forever. I...

The select box shouldn't open when focusing the control. It should still open when clicking on it, but not by focusing it without it being clicked (or tapped). What's more...

I'm getting this error consistently: ``` d:\Projecten\Chanatica\node_modules\4chanjs\index.js:70 cb(null, body.posts); ^ TypeError: Cannot read property 'posts' of undefined at Request._callback (d:\Projecten\Chanatica\node_modules\4chanjs\index.js:70:20) at Request.self.callback (d:\Projecten\Chanatica\node_modules\request\request.js:186:22) at emitTwo (events.js:125:13) at Request.emit (events.js:213:7) at...

I might be missing something, but where's the error handling? I'm using this to have [gulp-webserver](https://www.npmjs.com/package/gulp-webserver) connect to an API that's running in the background as a separate HTTP server....

**Describe the bug** At runtime, inside of a story, we need access to a (subset of) process.env to pass some values from the buildserver onto Storybook, and ultimately the application...

bug
has workaround
core

Please consider this task: ``` gulp.task("sass-build", function() { return gulp.src(["source/sass/**/*.scss"]) .pipe(compass({ sass: "source/sass", })) .pipe(rev()) .pipe(gulp.dest("build/css")) .pipe(rev.manifest()) .pipe(gulp.dest("build/")); }); ``` In summary: **Source root** folder is `source/` **Build root** folder...