Ary Borenszweig

Results 76 issues of Ary Borenszweig

Is there any reason the form logic is done in JS instead of using HTML `` tags? I think a lot of logic and code could be removed/simplified this way,...

Hi! The code you are writing in Crystal is quite amazing! Mongo, AMQP, and now correct and complete bindings for OpenSSL. The OpenSSL bindings in Crystal are poor/incomplete because we...

[This discussion thread](https://github.com/manastech/crystal/issues/949#issuecomment-119378191) might be very interesting to you :-)

Hi! I'd like to try my hands on building an LSP server implementation using the knowledge I have about the compiler. I thought about contributing to this project but for...

See https://github.com/will/crystal-pg/issues/191 > This is a problem in crystal-db: the string passed to exec is never released. Apparently crystal-db caches query strings but never releases them. So if you keep...

I'd like to revive this but under a different issue than #81 (which I don't know if it's exactly about this) Today I wanted to install [this shard](https://github.com/bcardiff/ghshard) in a...

kind:feature

Hi @ysbaddaden ! We have an idea for a truly decentalized approach for dependencies. Please [read this](https://github.com/manastech/crystal/wiki/Roadmap#package-manager). What do you think?

kind:question

This one is pretty strange and I can't figure out what's going on. # The gist If you have a spec like this: ```ruby require "rails_helper" describe "home", js: true...

This is an example of `Table.string`: ```elm Table.string { header = "Topic" , value = .topic , width = Css.auto , cellStyles = always [ Css.padding (Css.px 15) , Css.fontWeight...

table

It was changed again in a recent release... Also changed the way errors are shown. Previously just a dot on the left sidebar was shown, but now it's that plus...