Tim Kretschmer
Tim Kretschmer
``` Finished in 47.38 seconds (files took 5.35 seconds to load) 567 examples, 0 failures vs. Finished in 6 minutes 9 seconds (files took 5.45 seconds to load) 567 examples,...
That's the weired behaviour i mentioned last time. as soon batch_actions are enabled, those scopes are pushed to the right.  if `batch_actions = false` everything is working fine. 
Why is `#active_admin_content.without_sidebar`getting `width: 50%` and `float: left`? I believe we shouldn't give this container any style and let the user decide what todo. **With** sidebar i get the point...
using https://cdn.steemjs.com/lib/latest/steem.min.js i read some stuff online to use `steem.memo.decode` however `memo` isn't included in that JS. am i doin it wrong?
using keychain extension, we get a signed message. how can i find out if signed_message belongs to the given account, so i can verify it's really that user?
i've wondered - why? Whatever we dod in Spree::BaseController won't be available during Registrations/Sessions.
sometimes we want certain attributes only to be rendered if they are true or if they are not nil https://github.com/krtschmr/active_model_serializers/commit/92341750417d44016742c0b15ea085797f1dc778 anybody has ambitions to help me, implement this into a...
`ActiveModelSerializers.config.adapter = :json` instead of using a serializer, for error_messages we do something like this def render_error(resource, status = :unprocessable_entity) render json: { errors: resource.errors.full_messages } , status: status end...
``` autoprefixer: /home/tim/.rvm/gems/ruby-2.6.3/gems/erd-0.6.3/app/assets/stylesheets/erd/erd.css.scss:58:3: You should write display: flex by final spec instead of display: box autoprefixer: /home/tim/.rvm/gems/ruby-2.6.3/gems/erd-0.6.3/app/assets/stylesheets/erd/erd.css.scss:196:3: Gradient has outdated direction syntax. New syntax is like `to left` instead of...
`=editable current_pack, :description , url: users_mod_pack_path(current_pack), placeholder: "Click to edit a description"` i would expect to read that text, instead it comes `"Empty"`