Felix

Results 94 comments of Felix

I am fairly sure your problem is only how you add tags. radish allows you to add one tag per line (limitation of the parser) If you change your example...

This is how it is supposed to work in radish. But I see your point of having multiple tags per line and I don't see any harm in doing that....

@vchrombie I think i kinda forgot about this so feel free to take this as a start from my comments i would guess something worked with this branch but not...

I thought this is easy to fix. I was wrong. Not sure if I find time to fix this. But happy to merge and release a fix for that if...

Starting with the next release I will drop support for Python2.7 and Python3.4. Python2.7 will not work anymore, Python3.4 might still work but is not supported. Python3.5 is still tested...

this will be fixed with the #152 branch

I close this PR here as we switched to github-actions if there is still interested in this feel free to open a new PR which adds TruffleRuby testing

Thanks @dgkf for creating the issue. A broken symlink refers here to something like this (when `bar` should link to `foo` but `foo` does not exist) ``` ln -s foo...

I know this issue is old but the reason for this is nginx serves by default only things called `index`. Otherwise you need to use the full url. I am...