Jakob Hilden

Results 8 issues of Jakob Hilden

A coworker introduced me to Kinding today and I really love it. Since there is no good native Linux client for Campfire I was always missing messages. Not anymore! :)...

enhancement

Define a job with your intended maximum number of retries and agenda will take care of automatically rerunning the job in case of a failure. `agenda.define('job with retries', { maxRetries:...

For bigger styleguides it's very nice to have a fixed sidebar navigation to: a) navigate to other parts of the styleguide b) see where you are in the styleguide This...

duplicate
feature request

Before using livingstyleguide, I could do this in my Rails app to `@import` a Sass partial at `app/assets/stylesheets/base/_colors.css.sass`: ``` // application.css.sass @import base/colors ``` Now I have to write the...

### Problem Statement We are using Sentry for a Nextjs codebase for a while now and one major issue we have is that client-side and server-side exceptions are lumped togehter...

Misc: Help Wanted
Type: Improvement
Package: nextjs
Status: Backlog
Package: webpack plugin

**Describe the bug** It seems that displaying a PDF document inside the `` component is not working on mobile browsers (tested with Chrome and Firefox on Android). **To Reproduce** I...

bug
blocked

One important caveat when working with `jquery-ui-sass-rails` is that you can't change a theme's background images. You might be able to change a variable like the `$bgColorActive` to a different...

This is a work in progress to convert the JS code to not rely on jQuery anymore. TODO: * [ ] integrate babel to convert ES6 to ES5 * [...