Gleb Mazovetskiy

Results 244 comments of Gleb Mazovetskiy

How about making Decoder etc templated on the data type?

I've tried starting on the templated approach here; unfinished and it's a lot of mechanical changes #41 Perhaps the buffers should be 4-byte aligned and untyped instead. Then the decoder...

You can disable threaded rendering like this: ```ruby # config/initializers/thredded.rb Thredded::CollectionToStringsWithCacheRenderer.render_threads = 1 ``` The default is 50. Threads not working correctly likely indicates other issues in your application.

When `asset_host` is used for images, the stylesheet URL can still be generated without the host like this: ```erb ``` This seems like a better workaround than setting `asset_host` to...