Tim Kretschmer

Results 66 issues of 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. ![image](https://cloud.githubusercontent.com/assets/13366714/17461077/855cec34-5ca9-11e6-9c97-b30e65d58dcd.png) if `batch_actions = false` everything is working fine. ![image](https://cloud.githubusercontent.com/assets/13366714/17461082/ad12f3ae-5ca9-11e6-86a8-03c526af6f38.png)

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"`

bug