Ziad El Khoury Hanna

Results 12 issues of Ziad El Khoury Hanna

## Setup ```sh npx esbuild --version # 0.7.17 echo 'export const x = 1' > a.js echo 'import {x} from "./a.js"; console.log(x);' > b.js echo 'import {x} from "./a.js"; console.log(x);'...

suboptimal-output

Normally I would use [`tempfile`](https://docs.python.org/3/library/tempfile.html) module. But I was wondering if there's an async (trio compatible) alternative. Thanks in advance

Imagine you want a "controlled" color picker, so write the following: ```jsx class ColorPicker { constructor(props) { this.props = props; etch.initialize(this); } handleChange(event) { const value = event.target.value; if (value...

This allows the following notation: ```jsx render() { const {on} = this.props; return {on && 'Is on'}; } ``` Where `on` is a boolean

When the selected day is no longer visible, selecting any day causes a time jump. [Here's a live example](http://codepen.io/anon/pen/doEWmv?editors=101) This behavior is caused by the fact that [`getMonthOffset()`](https://github.com/bevacqua/rome/blob/master/src/calendar.js#L597) of a...

**Tell us about your environment** * **ESLint Version:** v6.3.0 * **Node Version:** NA (using https://eslint.org/demo) * **npm Version:** NA (using https://eslint.org/demo) **What parser (default, Babel-ESLint, etc.) are you using?** default...

bug
rule
evaluating

First of, thank you for the amazing library :clap:. As apps that use GLFW usually (always?) have a single window, it would be nice if it's possible to either disable...

enhancement
macOS
verified

The `Image`'s `src` instance property is configurable and enumerable in all browsers except Focus for iOS. This incompatibility is causing https://ovl.oceandatalab.com to not load properly. It's caused by the following...

### User proposal > Why should we implement this? What is the user benefit? I work on a web app that works on Safari but not Firefox Focus (my default...

Feature-Request

Increase performance ~30% in the first benchmark but decrease it by less than 10% in the second. By reordering and merging the conditions. Also reduce the minified file size by...