Oliver Switzer

Results 23 comments of Oliver Switzer

Having the same issue. Still occurring after running ``` $ easy_install -U pyobjc-core $ easy_install -U pyobjc ```

+1! Have also been experiencing this behavior after switching to celluloid-io. If I have uninstalled `celluloid-io` and installed `async-websocket` again, do I still need to set `CONCURRENCY=async-websocket` or will `async-websocket`...

@dblock thanks! Though I had to upgrade to Rails 6 because of a version conflict with, switching back to using `async-websocket` in my Gemfile seemed to work.

Ah I see. I believe I tried this earlier and couldn't get it working, although it should be noted that I'm using SurfaceUI which may or may not be messing...

An alternative to this approach (and why I was asking if there was a prop that LiveMotion.motion takes to trigger the animate in/out animations) was to never remove the DOM...

Wow that's cool! Do you not have to do anything other than wrap your list of animated things in LiveMotion.presence to get it to work? Also, we totally got things...

@koudelka thanks for making such an awesome project. I tried to do an upgrade in this repo so that I could run this on my M1, but found that it...

@staurakis @fabioneves @remie2000 @smileytechguy For now I've created a cron job that restarts the bot I run every 2 hours. script: ``` kill -9 $(ps aux | grep [P]okemonGoBot |...

Hey friends, sorry, been a busy couple of weeks! To be clear I wasn't hoping to hide page numbers entirely, which seems like what the solution @cadebward was recommending (`pagination_list_attrs:...

@fedme were you able to create that custom AST parser? Am running into a similar issue that would require modifying the way the AST is transformed into html.