epitron
epitron
I have stopped using redmine, unfortunately. Last version I used was 0.8. However! My plugin is amazingly simple. It should take no time to fix whatever one-word change needs to...
Good idea! I'd imagine it's not overly complicated to add the Oracle textmate bundle ( http://code.google.com/p/oracle-textmate-bundle/ ) to Ultraviolet ( http://ultraviolet.rubyforge.org/ ) using Textpow ( http://textpow.rubyforge.org/ ). My Redmine plugin...
Did you ever try to get this working ZZa?
Ugh. That stupid CodesetUtil line was there to fix a bug in 1.4. Now it broke all the old ones? FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF......... I don't have one redmine install to test with...
Thanks for reporting this... Unfortuantely, I don't have an install right now that I can debug or test. A simple workaround would be to put a begin/rescue around the part...
Oof. I'm sorry it's so broken at the moment. `re2` doesn't seem to be very well maintained anymore. I think it's time to replace it with [Brave's adblock engine](https://pypi.org/project/adblock/).
This will be part of milestone #2
Thanks for the heads-up. It looks like I need to add some code to auto-detect whether `re2` is installed/functional, and fall back to `re` if not. I'm having trouble building...
If you're interested in PHP and NPM support, the repl.it people stole my project's name and built a tool that's just for proglang libraries: https://github.com/replit/upm
Hmm! Okay, thanks for testing. I've narrowed the problem down -- for some reason, when I run a script as an executable using `#!/usr/bin/env ruby`, `default_line=""` becomes US-ASCII8BIT encoded. If...