Bryan Powell

Results 8 issues of Bryan Powell

https://pakyow.org

Hit a case where I need the Proc source without the enclosure. For example: ``` ruby p = Proc.new do puts 'proc' end ``` `p.source` currently gives me all three...

Hello! We're trying to remove Nokogiri as a dependency in [Pakyow](https://github.com/pakyow/pakyow) (using [Oga](https://github.com/YorickPeterse/oga) instead). The problem is that our mailer lib uses Premailer, which is currently setup to use the...

I'd like to use the `minify` preset from `babel-standalone`. Standalone already ships with other presets (e.g. `typescript`) and this would be a useful addition to support a full transpilation >...

Getting this error when trying to run an `Async::HTTP::Server` on Windows (`async-io v1.29.0`): ``` 0.24s error: Async::Task [oid=0x29ec990] [pid=3392] [2020-05-04 18:22:32 -0700] | Errno::EINVAL: Invalid argument | → C:/Ruby26-x64/lib/ruby/2.6.0/socket.rb 593...

Discussed this with @ioquatix on Slack. Reproduce with the example code from the readme: ```ruby require 'async/container' class Controller < Async::Container::Controller def setup(container) container.async do |task| while true puts "hello"...

I'm using `mini_sql` to query a `bytea` column in postgres, but I'm having trouble getting the query to run. Here's the error: ``` PG::CharacterNotInRepertoire: ERROR: invalid byte sequence for encoding...