Robin Mehner
Robin Mehner
:wave: First of all: Thanks for all the work on this library, worked really well for us so far :) For our app, we need to be able to limit...
Hey there :wave: #232 made the change from sass to sassc, however it also adds an implicit dependency to sassc-rails here: https://github.com/livingstyleguide/livingstyleguide/blob/fc9564f2c0c7ee93c9b0925c3715bbb3beb79cfc/lib/livingstyleguide/integration/rails.rb#L9 If you update from 2.0.3 to 2.1.0 and...
Hey there, thanks for this useful lib, we hope to use it in our system very soon, however we ran into this bug: Given the following schema: ```json { "type":...
👋 Hey there, this is based on the German translation (in fact it's a copy ;)) and should work for our Swiss friends as well (I've double checked with some...
So we've been using Hoodie in a project like this: ``` js hoodie.store.updateOrAdd({artist: 'Shellac', title: 'Riding Bikes'}) ``` and ran into the following Pouch error which left us a bit...