Alex Moore-Niemi

Results 30 issues of Alex Moore-Niemi

When I click LINKS > Repository on [docs.rs/evmap](https://docs.rs/evmap/latest/evmap/) it takes me to [jonhoo/left-right](https://github.com/jonhoo/left-right) instead of this repo.

is CollectionJSON not supported in `roar-rails`?

Is there any way to get a Ruby _hash_ representation of a graph?

/Users/amooreniemi/.rvm/gems/jruby-1.7.13/gems/ruby-graphviz-1.2.1/lib/graphviz/utils.rb:61:in `output_from_command': Error from ["/usr/local/bin/dot", "-q1", "-Tpng", "-o/Users/amooreniemi/work repos/zipcar-rails-core/gem_graph.png", "/var/folders/fh/hd6ktyp11mg2gft_gcph47sjt21mtb/T/graphviz.rb20150320-16670-e641zp"]: (RuntimeError) Error: dot: can't open {} ``` from /Users/amooreniemi/.rvm/gems/jruby-1.7.13/gems/ruby-graphviz-1.2.1/lib/graphviz.rb:600:in `output' from /Users/amooreniemi/.rvm/gems/jruby-1.7.13@global/gems/bundler-1.7.3/lib/bundler/graph.rb:156:in `run' from /Users/amooreniemi/.rvm/gems/jruby-1.7.13@global/gems/bundler-1.7.3/lib/bundler/graph.rb:25:in `viz' from /Users/amooreniemi/.rvm/gems/jruby-1.7.13@global/gems/bundler-1.7.3/lib/bundler/cli/viz.rb:12:in `run' from...

I'm deploying an app in Docker. I won't have maven or the `.m2` repo in that environment. I used `jbundle install --vendor` to put the jars in a `vendor/jars` directory....

https://github.com/opensearch-project/opensearch-rs/blob/13d0d4b0f91fd2feb4f6b20ce6086545d74798b1/opensearch/src/http/transport.rs#L507 I'm a bit confused that the only existing implementation vended is the `SingleNodeConnectionPool`. Is the intent to create a client per request, or to have users manage a pool...

enhancement
performance

WRT https://github.com/yinleon/LocalNewsDataset/issues/3

I can probably submit a PR to fix this soon, but FYI: ``` from runtimestamp.runtimestamp import runtimestamp # for reproducibility from docs.build_docs import * # auto-generates docs runtimestamp('Leon') generate_docs() -----------------------------------------------------------------------...

I sometimes hit "poison pills" inside an MDS dataset. Is there documentation on how to load just one shard and traverse to the pill, without the load mechanisms that might...

Tried `cargo add lsm-engine` then `cargo run` in my crate but hit: ``` Compiling lsm_engine v0.1.9 error[E0603]: module `export` is private --> /home/alex/.cargo/registry/src/github.com-1ecc6299db9ec823/lsm_engine-0.1.9/src/kv.rs:5:12 | 5 | use serde::export::TryFrom; | ^^^^^^...