Ari Brown

Results 7 issues of Ari Brown

**Describe the issue**: I am trying to read in a parquet file (288.6 MB as parquet, 1017 MB in memory) while using a dask LocalCluster. It is split into 10,000...

discussion

I display a graph like this: And it has 1000 nodes and 999 edges. It gets a little slow when redrawing, and I was wondering if there's a better way...

I am 100% sure that this is a PEBKAC case, but I'm not sure where else to turn: ``` require 'glimmer-dsl-libui' include Glimmer window("Test", 500, 500) { grid { area...

When running `#to_ipa` on multiple words, it fails when opening the 247th/248th DB connection (tested on two machines: Apple 2015 MacBook Pro gets 247, and Apple MacBook Pro M1 gets...

Previously, the database connection was an instance variable (`@database`), so every word was opening a separate connection to the database. This was causing errors, where database connections would stay open...

I installed the gem locally from HEAD, and I am unable to get the right answer for the example in the README. ``` irb(main):001:0> require 'proj' => true irb(main):002:0> transform...

Using proj4rb v0.1.1, I get the following error when trying to use a specific WKT: The WKT: "+proj=lcc +lat_1=33 +lat_2=45 +lat_0=0 +lon_0=-100 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,-0,-0,-0,0 +units=m +no_defs" ``` irb(main):001:0'...