Moti Zilberman

Results 73 comments of Moti Zilberman

Thanks @ccorcos! I'll look into it this weekend. I'll have to jog my memory as to how this plugin even works tbh. Would appreciate a listing of Babel versions and...

@azeemba 1. I think "I know you are upset" and the "spreading misinformation" bit are both really inappropriate here. @sirlancelot's statement is factual. 2. Just to clarify - this plugin...

There's a followup to that article, entitled [A Sliding Nightmare: Understanding the Range Input](https://css-tricks.com/sliding-nightmare-understanding-range-input/), and... yes. Yes it is. I seem to be hitting https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14489843/, so I'll clean up and...

My visual styling approach so far in this branch has been: 1. Rip out relevant code and defaults from Bootstrap's [`_custom-forms.scss`](https://github.com/twbs/bootstrap/blob/2ea0a9bba9880d50b9a898dd148cbe66b694e52d/scss/_custom-forms.scss#L304-L428). 2. Convert all sizes from `rem` to `px` using...

~Do I have !rntester privileges?~ 😋 Oh well, it was worth a shot.

The two major problems at the moment are: * The limitations of a CSS custom properties approach - most annoyingly the Edge bug referenced [above](https://github.com/vincentriemer/react-native-dom/pull/44#issuecomment-392535028). I think browser support is...

Thanks @bilo-io! This is a good start - much appreciated 🙏 I've added a few comments with what I think needs to change before we can merge this. I can...

I've added the Contributor Covenant v1.4.1 in #55 so we can focus purely on workflow documentation in `CONTRIBUTING.md`.

Got the same thing line-for-line as @StephenFooBar, and as far as I can tell it works.

I'm trying to track down why we have this hack in the first place and whether it's necessary to enumerate these specific platforms in Metro core. (Platforms are configurable in...