Ari Brown

Results 23 comments of Ari Brown

Here's the GUI code for it (I just tried to rewrite it to be more like MVP with observers, but it's tough — I'm not used to this style, or...

Ah! I'll see if I can plot more areas instead of relying on replotting all thousand elements under the single stable path. Maybe I can just split the grid up...

I have submitted a PR that fixes this here: https://github.com/hilarysk/string_to_ipa/pull/8 (original https://github.com/seydar/string_to_ipa). Please let me know if there's anything I can do to help make my PR more amenable! I'm...

As an example, here is the error I get (running https://paste.tomsmeding.com/S5Bd8NTm): ``` /Users/ari/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/sqlite3-1.4.4/lib/sqlite3/database.rb:90:in `open_v2': unable to open database file (SQLite3::CantOpenException) from /Users/ari/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/sqlite3-1.4.4/lib/sqlite3/database.rb:90:in `initialize' from /Users/ari/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/string_to_ipa-0.1.4/lib/string_to_ipa.rb:76:in `new' from /Users/ari/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/string_to_ipa-0.1.4/lib/string_to_ipa.rb:76:in `database' from...

I'd love to! What do I need to do to facilitate that trade?

Got it! Thank you for your work on this!

That was my mistake for including those lines, I knew that — I should've removed those lines from this output. As you can see in the last line, the x...

`echo "3458305 5428192 -5.1790915237" | cs2cs -f '%.10f' +init=epsg:31467 +to +init=epsg:4326 -` works as expected and produces the correct output `8.4292630550 48.9896327645 -5.1790915237`

I updated the code to use capitals for EPSG, but the transformation.rb tests still fail in the exact same way.

I'm using an Apple M1, ruby 3.0.0p0, proj 9.2.0, proj4b 3.0.0 (HEAD). Still getting the same issue: ``` irb(main):001:0' require 'proj' => true irb(main):002:0> xform = Proj::Transformation.new "+proj=lcc +lat_1=33 +lat_2=45...