jrop

Results 20 issues of jrop

This is an updated PR in the same vein as #1 and has the following features: - backwards compatible with the current API - `Link`/`Route` are created using a factory...

FEATURE

First of all I love this utility, thanks for making! I am getting the following error: ```sh SyntaxError: Unexpected end of JSON input at JSON.parse () at getDependencyTree (/Users/me/.config/yarn/global/node_modules/cost-of-modules/lib/helpers.js:64:17) at...

I attempted to run tests on my Mac, but was unable, so I am starting this PR in hopes of starting the discussion of removing `lodash` as a hard dependency...

...because it makes use of Optional Chaining in its source. I temporarily fixed it by: 1. Change directory to where the offending JS file is: ```sh cd ~/.local/share/nvim/lspinstall/json/vscode-json/json-language-features/server/dist/node ``` 2....

Publishing as a UMD bundle allows for easy use in HTML pages via unpkg: ```html const {app, h} = hyperapp const hx = hyperx(h) const main = app( {}, //...

Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)...

This PR provides a custom serde data format for serializing/deserializing Rust data structures into/from `JsValue`. *Serialization Example*: ```rust #[derive(Serialize)] struct Test { int: u32, seq: Vec, } // deserialization example:...

I am using vim-mode-plus, and have mapped "j j" to "". This works fine, until I press "j" to move down a line, and Atom waits 1 second to see...

Thanks for writing this! This is an amazing utility for managing/monitoring K8s! My use-case is, when I have a `pod` selected, I like to follow logs at times. Now, from...

https://github.com/neon-bindings/neon/blob/86d33b330d505cd22392a7636aac60e74203b3a6/src/handle/root.rs#L184 The line above links to [this](https://docs.rs/neon/latest/neon/sync/index.html#drop-safety) doc page, which returns a 404.