Sebastian Gassner

Results 22 comments of Sebastian Gassner

Thanks for the update @ntarocco! Couple of questions: The framework is no longer actively developed, correct? I.e. there will be no separate/new releases for it. Have you considered removing it...

FYI, it works after changing pyyaml to version 5.3.1 in `requirements.txt`: ``` pyyaml==5.3.1 ``` See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228.

I had the same problem, thanks @mcrawshaw. To get past this, I did: ```shell git clone [email protected]:Semantic-Org/Semantic-UI.git cd Semantic-UI npm i --save-dev [email protected] gulp install ```

"Solved." Don't use Resque 2.0, use `1-x-stable`. Version 2 It is not ready yet. Unfortunately, figuring that out took way too long, because the README is not clear about it....

Same here: %> uname -a Linux dhcppc18 2.6.32-ARCH #1 SMP PREEMPT Tue Feb 9 15:12:10 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz GenuineIntel GNU/Linux %> ruby -v...

I couldn't wait for Ruby 1.9 support, so I tried RVM (Ruby version manager) [1], works like a charm. RVM installs different versions of Ruby but is for Unix based...

Thanks for the clarification @poke1024. I will try installing using only pip and keep you updated.

@dr0p, please try again now!

Thanks @thanneken! I'm working on a PR implementing your suggesting. > For general support the .jp2 should not be assumed since many repositories mask it. It could be in the...