Aaron Madlon-Kay
Aaron Madlon-Kay
When using a Text shape, setting the opacity of the text color to less than 100% results in the text being drawn outside of the box, in the upper-left corner...
I have a CSV where one of the fields is actually JSON: ```csv foo,"[""bar"",""baz""]",bazinga ``` (Before anyone tells me this is dumb: Yes, I agree. But it's what I have...
## 🚀 Feature Requests Please expose `CachedNetworkImageProvider.scale` in the `CachedNetworkImage` constructor. ### Contextualize the feature I would like to use the `CachedNetworkImage` widget with its nice placeholders and whatnot, but...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This PR exposes the `scale` argument of `CachedNetworkImageProvider` in the `CachedNetworkImage` constructor. ### :arrow_heading_down: What...
This code: ```ruby # @return [Integer] def foo File.open('/dev/null') { |_| 1 } end puts foo # => 1 ``` Typechecks incorrectly: ``` % solargraph typecheck --level typed test.rb /path/to/test.rb:2...
It seems that nested parameterized types are not recognized by Solargraph's type checker. For instance `Array` is OK but `Array` is not. I expected the latter to be supported because...
#### Background Vegeta is available in MacPorts as well. #### Checklist - [x] Git commit messages conform to [community standards](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). - [x] Each Git commit represents meaningful milestones or atomic...
I was trying to use the `flycheck-ruby-rubocop` checker on an org-mode snippet buffer, and found that rubocop was giving an error like the following. ``` The following cops were added...
libpostal can be installed in one shot via MacPorts.
I have a use case where I would like to offer users the ability to select a font from this package, but there are just so many that it's overwhelming....