Alex Slade
Alex Slade
Hi Peter 👋 I'm liking the library, but as an Elixir newbie I'm confused by this error. A literal copy-paste of your example code is yielding a type warning, and...
# Problem Typespec rules are not recognised as an independent syntax token. I was following PR #12 , a request to add syntax highlighting for `@spec` definitions. That issue was...
When using Hassle with rails 3 on heroku, I'm getting: ERROR: Rails.root is nil! (RuntimeError) I'm using the vanilla hassle repo (though I have tried a few other branches after...
If I try to use a string that is too long, I see naive wrapping. ``` "Very Long Line" |> Owl.Box.new(max_width: 4, border_style: :none) ``` ``` Very Lon g Li...
I tried rendering a hollow cone, but it won't render "forwards". Is this a limitation of the rendering process (like hollow cylinders), or am I doing something wrong? https://codepen.io/sazerac/pen/mdvxaPO
When I try to use this formatter with cucumber, I get this error: ``` Exception encountered: # backtrace: /Users/alex/.rvm/gems/ruby-1.9.2-p290@AirLift/gems/rspec-core-2.8.0/lib/rspec/core/formatters/base_formatter.rb:22:in `initialize' ``` Has it been tested with cuke?
Bots would also be very useful if they could be the engine behind slash commands - https://api.slack.com/slash-commands Would you be interested if I put together a pull request to add...
Is it possible to have the guard pop-up window adhere to my colour scheme? I used a white-on-black, it's annoying to see a black-on-white window popping up all the time.
I'd like to integrate some of the file preview functionality from jquery file upload. Would that be useful as part of this project? I'm happy to provide a pull request,...