Isaac Sloan

Results 10 issues of Isaac Sloan

I would expect that text columns in mysql would come through as strings in ActiveRecordCr but instead it just prints a warning and stays nil if you call `model.body` which...

In Haml, Slim, Slang I'm used to the following. ```slim - if name.size > 10 | You have a long name. - else | You're name is average. ``` Is...

We refer to HTTP caching as the set of techniques for HTTP 1.1 and implemented by browser vendors in order to make faster interactions with the server. There are a...

status:help-wanted
kind:feature

Typically when I use gvim, macvim, vimr etc. I hide all of the toolbars, using the same configuration I still can see menu options in a thicker title bar for...

Tiny update that which makes lib compatible with latest crystal version.

Thanks for your talk today at RubyHACK. Here's the authorization library I was talking about afterwards. All you should have to do to add it would be install the gem...

In my template to get minitest working I'm just doing these 2 steps. Add this to my gemfile: ```ruby gem_group :development, :test do gem 'minitest' gem 'minitest-rails' end ``` Add...

If I needed to send 2 way audio through for calls, I'm not quite sure where to even start could you point me at any resources you're aware of?

Our guides have come a long ways but I still find grammatical and spelling mistakes when I read through them. Review and improve Amber Docs and Checkoff: GETTING STARTED --------------...

status:help-wanted
status:wip