Dima Ryskin
Dima Ryskin
Steps to reproduce: 1. Install node-resolver **Atom**: 1.23.2 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.13.2 **Thrown From**: [node-resolver](git://github.com/hughsk/atom-node-resolver) package 1.0.1 ### Stack Trace Failed to activate the node-resolver package...
Hi, is there a plan to support custom, user-defined, options? I'm willing to work on a PR if I can get some guidance and feedback. Problem: Custom options usages are...
### Description: Dotfiles Plugins blocks are ignored. For example: "Oh my zsh" plugin is set above the alias definition, however the alias is confirmed to be sourced but `omz` command...
tl;dr Compilation fails with _boopickle-shapeless_ and `-Ypartial-unification`. Test case repo [here](https://github.com/aSapien/boopickle-test-case) ----- ### Full story Recently I needed to enable `-Ypartial-unification` in a codebase I'm working on. To my surprise,...
There is a compilation error when building a traversal dynamically. In my use case, I need to create a chain of Vertices from a dynamic-length list, and avoid creating existing...
Hi, is there any plan to support the Tinkerpop Gremlin `mergeV/mergeE` semantics? https://tinkerpop.apache.org/docs/current/upgrade/#_mergev_and_mergee
Hi, I have a use-case very similar to the one described here [0] In my scenario, I need to use a `client_ip` from the squid logs in concert with a...
Hi, I'm desperately seeking a tool that can perform the BUILD deps generation for Scala sources. What is the required effort to make `jvm_autodeps` work with Scala? Thanks, Dima
Reproduction steps: 1. Download Slack's Swagger API json [here](https://api.slack.com/specs/openapi/v2/slack_web.json): ```curl -O https://api.slack.com/specs/openapi/v2/slack_web.json``` 2. Attempt to generate: `openapi2proto -spec ./slack_web.json` 3. Result: ```error: failed to transpile: failed to load OpenAPI spec:...