Utkarsh Kukreti

Results 20 issues of Utkarsh Kukreti

**Is your feature request related to a problem? Please describe.** I'm building a library and I want to generate output similar to what popular libraries like React and Vue do:...

has workaround
enhancement: pending triage
feat: library mode

It seems like `cargo` [unconditionally creates a directory and adds a `-o` argument](https://github.com/rust-lang/cargo/blob/b6cc27afd54b239d56cbd7b536a409af15908dff/src/cargo/ops/cargo_rustc/mod.rs#L388-L390) making it impossible to generate JSON documentation of a crate. Maybe cargo should not append the `-o`...

Command-doc
Command-rustdoc

Hi! Is `~key:_` supposed to work the same as `key` in React/Value and `keyed` in Elm? If yes, I have created a test case where some nodes' values are not...

Am I missing something obvious here? ``` ➜ node -v v0.8.22 ➜ coco -v Coco 0.9.1 ➜ coco -i coco> a = 10 10 coco> a ReferenceError: a is not...

question

Hey, I see that you removed the docs in 48894931182fae3aad9dde127204b2ceccd88ce0 Do you have any ETA on when you'll add the updated docs you mentioned in the commit? Thanks for this...

Question / Feature Request: Is there any way to parse a specific rule as the starting parser? For example, if I have: ``` %start Expr %% Expr -> ...; Int...

enhancement

A `Bytes` type [is just a `DataView`](https://github.com/elm/bytes/blob/2bce2aeda4ef18c3dcccd84084647d22a7af36a6/src/Elm/Kernel/Bytes.js#L28-L33) so the implementation should be pretty straightforward, just like [`File.decoder`](https://github.com/elm/file/blob/e4ca3864c93a5e766e24ed6916174753567b2f59/src/Elm/Kernel/File.js#L16). Do you think this approach is correct? Would you like me to open...

Reaml + React and Reaml + Preact [were added](https://github.com/krausest/js-framework-benchmark/pull/701) to js-framework-benchmark in March 2020. The results are pretty good -- only about 2-3% slower than the pure JS implementation that...

Right now the only way to use Preact instead of React is to alias `react` and `react-dom` in the bundler used. I think it would be better if there were...

enhancement

Hi, I tried to use this tool in a project but I'm unable to get it to work. Here's how to reproduce the problem: ``` $ pulp init $ echo...