s-ol

Results 140 comments of s-ol

I'm having this issue with Funkwhale 1.2.9 and a (multi-container) docker setup, no matter what type of connection I use on my phone. Each time I hit login, the funkwhale...

I'm having the same issue, but I've noticed that it happens independently of `slideToClickedSlide`. I've tried downgrading to 10.3.1 but it has the same issue and additionally `slideToClickedSlide` behaves erratically,...

I believe that between #398 and #650 this issue should be closed as well

Hey! Yeah, I want to but haven't really made any progress / had time to. I'm a bit surprised about SmartHTTP since it seems to be working on my hosted...

+1 for this feature request. I'll give @killjoy1221's implementation a try for now, but I also wanted to suggest an API option: Rendering multiple result pages from the same template...

this is an oversight in `node-amqp` I think, [in this ruby lib](http://rubybunny.info/articles/exchanges.html#returned_messages) the payload is available for example: >A returned message handler has access to AMQP method (basic.return) information, message...

Another option is to wrap lg.setColor on startup: ```lua if major < 1 then local _setColor = love.graphics.setColor love.graphics.setColor = function(...) local vals = { ... } for i =...

This could be merged with #11 / #12, [the foundation is there](https://github.com/S0lll0s/rails-ajax/blob/master/lib/rails-ajax/controller.rb#L124) (json "meta_tags" key) and the JS side of things is all done. Only the configuration and view-handling side...

You should maybe call this "Spatial Dirty-Flagging" or something, I confused this with Tiled/mapeditor at first.

Note: when compiling this from latest CircuitPython master, I need the following patch to avoid a GCC false positive: ```patch diff --git a/code/ndarray.c b/code/ndarray.c index c41c01a..46c84b3 100644 --- a/code/ndarray.c +++...