dsisnero

Results 63 comments of dsisnero

I need this too because I have to use it with lots of legacy databases. I would like to use the aliased attribute in all my database interactions like was...

I think what libxml has for this is XmlPattern. From the perl bindings ``` use XML::LibXML; my $pattern = XML::LibXML::Pattern->new('/x:html/x:body//x:div', { 'x' => 'http://www.w3.org/1999/xhtml' }); # test a match on...

Can this be merged? Do the linters need to be changed or do we want to follow the linter advice?

Might want to have a look at this https://github.com/vnmakarov/mir . It's written by the person who started the jit for cruby. He's planning on using it as a tier one...

when you run ./configure you need to add the folowing --enable-rubyinterp ./configure --enable-rubyinterp please add ruby

I am getting the same thing for US West (N. California) us-west-1

@mwischer can you share your changes. Either fork the project so we can pull them or post them here? Thanks

I have the same issue. Here's the output of running bundle exec rake from exampes/text_transform [output.txt](https://github.com/tildeio/helix/files/1375848/output.txt)

Also, the rubyinstaller project, which is probably the most used ruby installation for windows, uses the GNU compiler toolchain.

any progress on windows support?