Timothy Heys

Results 9 issues of Timothy Heys

Fixes #105 Added a mutator function for the ViewField decorator which allows a reduce function to be set on a ViewField using a second decorator. This is just some sugar...

When using the root_dir attr, the paths to json files are not modified from the input file paths in the same fashion that ts files are. I updated the definition...

cla: yes
Can Close?

Would love to see the measure function as a decorator: ``` class MyComponent extends React.Component {/* ... */} export default ReactPerformance.measure({ getId: 'some_recognizable_identifier', Component: MyComponent, isCollapsed: false, }) ``` Would...

I've come across an issue with `@unpinned_maven//:pin` where the generated JSON in the `pin` script has the wrong checksum for an artifact that I had to replace in my repository....

### Type of change - New feature or functionality (change which adds functionality) ### Test plan - Covered by existing test cases (`workspace:` protocol tests first-party packages in workspace) -...

### What is the current behavior? npm_translate_lock (using bzlmod extensions) only appears to parse the registry field in the .npmrc file if it has a scope, ie ``` @myorg:registry=https://somewhere-else.com/myorg ```...

enhancement
good first issue
help wanted

### What is the current behavior? bins are available in the `custom_postinstall` currently IFF the library that the `custom_postinstall` is being ran for depends on the other package where the...

enhancement
untriaged

### What happened? My build has a production optimization step that uses webpack to bundle some node_modules packages. We use the webpack_bundle rule to do this, but in the latest...

bug
untriaged

If I have ``` class MyLexer(Lexer): ... class MyParser(Parser): tokens = MyLexer.tokens ... # some expressions ``` How can I extend `MyParser` to write another parser that builds on the...