Felix Bünemann

Results 317 comments of Felix Bünemann

One idea is the `depth` constraint mentioned above. Another idea would be a `within` constraint: ``` ruby class Foo include SAXMachine element :meta, class: Meta, within: '.' # only children...

@tv42 Thanks for the update, no rush!

@tv42 One think I'd like to discuss is wether the allocation of the buffer pool for fuse messages needs to be changed, because this change causes each buffer to be...

@ivandeex No idea, but since other features with a higher fuse level have been implemented in the mean time this will need to ne rebased on top of those changes....

I think an option to inject a mixin *only* into page components would be great, because it allows to keep .vue pages without script blocks.

@imiskolee Have you tried bundling from the feature branch in my fork to see if it works? The Travis CI logs are gone, so I don't know why they failed...

Looks like the Travis CI setup needs some love, I'll look into it. Aside from that I fixed a missing return value for set_secure_auth on MySQL 8 due to an...

OK, tracked down the specs errors in docker. The reason was a bad setting of `:sslcapath => '/etc/mysql/'` in `client_spec.rb` that caused the `/etc/mysql` directory to be treated as a...

Still working out some problems with MySQL 5.7 release versions and charset list, so added WIP marker. I also have another branch were I updated CI to Trusty, since Precise...

OK, CI is looking good now and was upgrade to Trusty / MySQL 5.6 as default, but MySQL 8.0 uses Xenial, due to lack of packages. An additional matrix entry...