Mostafa Hajizadeh

Results 8 issues of Mostafa Hajizadeh

I have 193 feeds. NNW syncs 189 of them in a very short amount of time, but always takes a very long time for finishing the last four. I’d like...

The following code is fine, because it closes the body only when the error is `nil`, but gets `response body must be closed` errors on both the `d.client.Do(req)` lines. ```go...

Our [ligatures section](http://w3c.github.io/alreq/#h_ligatures) (currently numbered as 2.4.2) only talks about lam and alef ligatures. It should cover other ligatures as well. Also, this is the last sentence of the section:...

drafting

As I was drafting my sections, some style-related questions came to my mind: - Should we show the characters in images from left to right or from right to left?...

misc
ongoing-discussion
future
editorial

We have a [wiki page](https://github.com/w3c/alreq/wiki/Draft-for-“4.2-Justification”) to hold the draft for this section. The discussion can happen here. At the moment the draft is only an outline. I’ll be adding text...

drafting

Topic **Font and Typographical considerations** already mentions “font size considerations for mixed-script text,” i.e., being able to select different font sizes for different scripts when mixing them. My suggestion is...

drafting

Version: Deno 1.40.0 ## TLDR ``` $ deno --unstable-temporal > Temporal.Now.zonedDateTime("hebrew").year; // should return 5784 2024 > Temporal.Now.zonedDateTime("hebrew").calendarId; // should not be empty undefined ``` --- [Temporal’s proposal](https://tc39.es/proposal-temporal/docs/zoneddatetime.html) includes this...

This is a small file that can reproduce this problem: ```javascript import React, { Component } from "react"; class App extends Component { something() { return "something"; } render() {...