Poyan Nabati

Results 14 issues of Poyan Nabati

I'm not sure entirely what the issue is here but seems like when you use `Konva.Path` together with scaling, the size of the scaled shape ends up incorrect. The path...

Version 1.0.7 ## Problem description: Toggling a line comment on a styled component property adds //-style comments, which doesn't compile properly. Instead, the plugin should add /* */ style comments....

Setting `saturation={0}` does not desaturate the picture. Setting `saturation={0.01}` desaturates the picture.

# Note As of 0.12.0, dokku-letsencrypt will be in a position to add dns-01 challenge support. That said, it'll still need work to enable the environment variable support needed. Until...

enhancement
help wanted

### Environment iOS Simulator Sentry SaaS. react-native-sdk 3.2.3 ### Steps to Reproduce For some reason, enabling sentry while enabling network inspect in react native debugger, I get a lot of...

Type: :beetle: Bug
Platform: React-Native

# Bug Let's say the current time is `16:01`. If you set minimumDate to `today at 16:31`, and `minuteInterval` to `15`, the lowest selectable time will be `16:30`, even though...

Either I'm misunderstanding something, or there seems to be some space for improvement for using this with react-native and typescript. The hickup I bumped into was ``` export interface FieldRenderProps...

If you pass ``` const data: unknown = 'some data from unknown source'; validate("stringSchema", unknownData); ``` you will always match the first overload, and the first overload is missing the...

thinking
typescript

Not sure how I should capture a good repro for this, but I noticed that many but not all relations are mapped out by this utility. Some of our content...

Given that `loadOnInitialize` is true, I would have expected the component to pass `isLoading: true` on mount until it's done loading. Instead, goes from `false`, to `true`, to `false` again....