Ori Riner

Results 9 issues of Ori Riner

Having this plugin analyze Github permalinks would be great if you want to reference an existing code in a repo! One way I thought it could be implemented was that...

enhancement

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

If I understand the docs correctly then `componentName` may refer to either (I'm using BEM terminology here) `block`, `element` or `modifier`. What I have is kind of a different style...

The links in the README to the Fusion repository appear to be broken, has it gone private? How do I submit an issue request for Fusion?

I have a component that looks something along the lines of ```js import A from './A'; import B from './B'; class MyComponent extends Component { ... } MyComponent.propTypes = {...

Hey, We are using a company network that has TLS traffic inspection. This means that it inspects the traffic and then signs the messages back with a custom certificate. Our...

type: enhancement

**Describe the bug** When creating a FormField with an onChange handler, the handler isn't called, even though it's defined om the type. **To Reproduce** Steps to reproduce the behavior: ```ts...

Would it be possible to add a windows release? Or possibly install it through non-rust package managers - just like [Taskfile](https://taskfile.dev/installation/) is doing it. Thanks

Hey I ran into a couple of issues with merging spec durations: 1. The durations from each machine are written out with all the other spec durations, including those that...