Martijn Saly

Results 219 issues of Martijn Saly

I added a default theme: ```javascript export const parameters = { darkMode: { // ... current: 'light', }, }; ``` This causes the theme to reset to `light` every time...

All docs as rendered by [`addon-docs`](https://storybook.js.org/addons/@storybook/addon-docs/), an official essentials-addon mind you, are always in light mode. No specific configuration has been added to colour anything - it just renders in...

Would be a nice idea to support Apache-style serverside includes? That way, it's super easy to migrate projects that use SSI, from forcing my fellow developers to install and config...

Feature Request

I'm using `gulp-babel` with the `babili` plugin, and the `gulp-requirejs-optimize` module to concat files. Here's the relevant part of how I'm calling it: ``` return gulp.src(['source/js/main.js'], { base: "source" })...

Looking at the installation guide, this project could *greatly* benefit from having a Docker implementation. Such a complicated guide is just screaming for a Dockerfile. For those unfamiliar with Docker:...

enhancement

When I implement the karma-runner as simply as I can with a console.log in there: ``` gulp.task("test", function(done) { new karma.Server({ configFile: __dirname + "/karma.conf.js", singleRun: true }, function(exitCode) {...

In my jest.config.js (relevant bits): ``` const VueTemplateBabelCompiler = require('vue-template-babel-compiler'); module.exports = { // ... transform: { "\\.(js|ts|jsx|tsx)$": "babel-jest", "\\.vue$": "@vue/vue2-jest", }, globals: { '@vue/vue2-jest': { templateCompiler: { compiler: VueTemplateBabelCompiler,...

It doesn't work. Like, at all. I've installed trix and angular-trix using bower. Works. Then I included the scripts using requirejs. Works too. Then I required the angularTrix requirejs-module. Works...

In a rather large project, that unfortunately I'm not at liberty to share, performance of this plugin is a bit dissappointing. The result of this is not only that it...

It works in neither Opera on the desktop, Opera Mobile (different one), or Opera Mobile on desktop (oh yeah, there's that too). Quite possibly, because finding the font-family for the...