Macario Ortega

Results 19 comments of Macario Ortega

Nerian, thanks. I've tried using your repo but when using it to running my features it won't rely on the akephalos driver but the rack test one. Meaning webrick is...

Yeah, I do, I could run my features with akephalos prior to adding your repo to my Gemfile.

BTW, I am not using Rails but Sinatra.

Still no luck, I guess web server is getting launched because it takes longer to start but I get no feedback, I don't know if starts on the same port....

Setting client.setThrowExceptionOnScriptError(false) as here solved the issue. https://github.com/windock/akephalos/commit/bb56c7575a515f8b878c7513b608788b23c7ee58

Hi @antew I am confused, I've installed elm-analyse from your branch and neither the --fix or the --fix-all flag seem to have any effect.

Yeah, it has to do with the scope I think... mmm

+1 for sequel support and ORM agnosticism. Sequel is a really neat ORM, worths checking it out. There's an ActiveModel plugin for sequel.

@danfishgold not sure if I understand, if one has a decoder that expects 3 bytes and only 2 are given, `decode` will return `Nothing`. I guess corrupted simply means the...

@danfishgold There are many instances where the decoder wont be able to handle the input. My specific scenario is a PNG decode library I am working on, if the user...