M-Fawaz Orabi

Results 39 issues of M-Fawaz Orabi

```ts d.between(new Date("2024-02-27"), new Date("2024-03-02")) { years: 0, months: 1, weeks: 0, days: -25, hours: 0, minutes: 0, seconds: 0, milliseconds: 0 } ```

I sometimes want to invalidate the cache only if the CI is deploying from the `master` branch. It would be convenient to be able to disable this plugin conditionally. I...

I'm trying to achieve this layout: ![image](https://cloud.githubusercontent.com/assets/1012761/12375106/be221e6a-bcbb-11e5-93e6-b2310164cee8.png) Everything works, but the text is centered unless I set 'text-align: initial' on the root element. Here is the code (JSX with inline...