Tom Brückner
Tom Brückner
Since I switched from Windows to OS X, I cannot use the Ruby compiler any more because Brackets Sass always runs into a time-out error. Now, my project has grown,...
I'm using the compass mixins for libsass https://github.com/Igosuki/compass-mixins since I cannot get compass working with Brackets Sass on MacOS due to a timout bug. Since the last update, these compass...
The Sass version Bootstrap has an issue in the breadcrumbs, see https://github.com/twbs/bootstrap/issues/16576 This causes the breadcrumbs to render a "\00a0" on the screen, right after the breadcrumb separator. I did...
Just noticed that when "sass.compiler" is "ruby", the output folder is always "/css", no matter what "outputDir" defines. Only of the compiler is set to "libsass", outputDir works as designed.
This package looks interesting. But since major issues like React Router v4 support haven't been resolved since months, I am wondering if it's still safe to use it? Looks kinda...
I got my globe working now, it's looking amazing. However, quite often if I hover over it or try to drag it, it throws an exception:  After that, the...
I want to implement a mobile-friendly context menu, pretty much like the one of WhatsApp or Telegram. Which means: the menu should show up once you press and hold for...
Since I upgraded to Meteor 1.5, my ratings are not working anymore. It seems as if Semantic UI is not compatible with jQuery 3.2.1. It throws an error since `andSelf()`...
I am using this great package in a Meteor 1.2 app. Recently, I tried to update all packages to their latest compatible version, by executing ```meteor update --packages-only```. This resulted...
I am using `johanbrook:publication-collector` for publication testing and noticed a subtle difference: If I am using a regular publication and the result set does not contain a document, publication-collector results...