Conrad Buck

Results 41 issues of Conrad Buck

"Beedle is intended to be tiny, so the largest that the uncompressed size will ever get to is 5kb."

Related issues: #2068, #4675, #5998, and my own earlier #12709. Currently this is possible: - Give recast your favorite parser and have it parse source text into an AST and...

type:meta

### 💻 - [X] Would you like to work on this feature? ### What problem are you trying to solve? When I import the same name from the same source...

i: enhancement

| Q                       | A | ------------------------ | --- | Fixed Issues? | Fixes #14483 | Patch: Bug Fix? | No | Major: Breaking Change? | ??? | Minor: New Feature?...

| Q                       | A | ------------------------ | --- | Fixed Issues? | None! | Patch: Bug Fix? | No! | Major: Breaking Change? | No! | Minor: New Feature? |...

Expected: `pm('(**|x)')('a')` is `true` `pm('(**|x)')('a/b')` is `true` Actual: `pm('(**|x)')('a')` is `true` `pm('(**|x)')('a/b')` is `false` Most of the discussion of the technical aspects of this issue is in the now-closed #88.

esdoc seems like an awesome project to me. I particularly like how easy it is to get started making a doc site which will automagically detect and expose to users...

See: https://github.com/reasonml-community/reductive/blob/master/src/reductive.re#L64 The way createMake is written Reductive would never be able to perform the function of avoiding rerenders because there's only one action type and individual action types need...

I have a fairly complicated line: ```ne Frame -> At FrameFragments _ LB "as" _ FrameFragments RB _ LP FrameFragments CN Number CN Number RP {% (d) => ... %}...

Fixes #954 Also works correctly with the "unambiguous" module type setting.