Robert

Results 29 comments of Robert

Paste this into your terminal exactly: \`stty sane\` See https://github.com/deivid-rodriguez/byebug/issues/59#issuecomment-546448122

What does that optimally look like? What's the most efficient way to get there? - a cut down https://github.com/slack-ruby/slack-ruby-bot-server? (we need a version without the unnecessary DB and web server?)...

Also this seems no longer to exist?: `github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor`

No, I raised the other one because the bulk edit menu control missing, this issue relates to the inability to bring up the checkboxes to select the individual posts. They...

Almost there with this. Have an experimental [alternative tiles renderer with CSS Grid working](https://github.com/merefield/discourse-topic-previews/tree/replace_masonry_with_CSS_grid). Only issue is that Chrome based browsers cant cope with the large numbers of rows involved...

Yes. [Chrome only supports 1000 rows](https://bugs.chromium.org/p/chromium/issues/detail?id=688640), whereas Firefox supports 10,000 rows. This limit imho prevents us from adopting this approach until that limit is lifted. Of course there is a...

Partially fixed in #87, no longer have overlapping username and timestamp

Hey @satashi0123, this is already implemented in the experimental TC version: https://github.com/merefield/discourse-topic-list-previews-theme See also: https://meta.discourse.org/t/topic-list-previews/101646/1010?u=merefield

workaround is to momentarily switch hotlinking off, then rebuild the posts HTML, then switch it back on.

Current workaround is to reduce minimum thumbnail width and height to zero, this removes the delay. Analysis needs to conclude though.