Alexey Cherepanov

Results 4 issues of Alexey Cherepanov

Looking for a good practice when using decorated objects inside templates broadcasted with [Turbo::Broadcastable](https://github.com/hotwired/turbo-rails/blob/d89e1a0f36373180806ceab6949fb25e0d74264a/app/models/concerns/turbo/broadcastable.rb#L36). Since the rendering happens in `Turbo::Streams::ActionBroadcastJob`, the objects are getting serialised (#817) and the decoration is...

Looks like decoding process adds one null byte at the start of ShortMessage field. Example code: ```go package main import ( "bytes" "fmt" "github.com/fiorix/go-smpp/smpp" "github.com/fiorix/go-smpp/smpp/pdu" "github.com/fiorix/go-smpp/smpp/pdu/pdufield" "github.com/fiorix/go-smpp/smpp/pdu/pdutext" ) func main(){...

Getting following deprecation warning when using fortitude with **Rails 6.0.0** ``` DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers must now accept two parameters, the view object and...

There's an issue with `ExpandableTile` logic. Clicking on an item inside the tile collapses or expands the tile, but according to the [reference](https://carbondesignsystem.com/components/tile/usage/#expandable): > Expandable tiles can contain internal CTAs...

documentation
v11