Results 54 issues of Anees Iqbal

There is a significant performance difference. Ref: https://jsperf.com/array-buffer-blob

enhancement

I am the author of the linter package. We're thinking of writing a base debugging interface provider now. Your experience from this package will be very helpful. Would you mind...

We no longer need to dig up the env for macOS non-terminal invocations of Atom In modern Atom versions it's handled automatically https://github.com/atom/atom/blob/d7f7b4f0aa4096df04e88a1b5f8e5e6887e96143/src/update-process-env.js#L81

> Decode while downloading (using HTTP Range requests or splitting into separate files) Since WebAssembly is targeted at newer browsers, how about you guys use the new `fetch` API for...

``` In file included from /steel/Sources/hhvm-ext-uv/src/ext.h:6:0, from /steel/Sources/hhvm-ext-uv/src/ext.cpp:1: /steel/Sources/hhvm-ext-uv/src/util.h: In function ‘HPHP::ObjectData* HPHP::makeObject(const HPHP::String&, HPHP::Array, bool)’: /steel/Sources/hhvm-ext-uv/src/util.h:18:53: error: conversion from ‘HPHP::ObjectData*’ to non-scalar type ‘HPHP::Object’ requested Object o = ret...

Currently it supports TCP connections, would be nicer to have unix socket support as well.

**macOS version:** 13.0 Beta / 22A5286j **Kap version:** Kap v3.5.4 #### Steps to reproduce - Download and move Kap to Applicatons folder - Open Kap #### Current behaviour - Uncaught...

This rule disallows use of `&&` inside JSX Embeds to avoid conditional numbers from being rendered. Fixes https://github.com/yannickcr/eslint-plugin-react/issues/1979

We are using `gjslint` in our atom package and whenever we want to lint a file that hasn't been saved to disk yet, we have to save it to a...

The way releases are handled at the moment are great, but it has a lot of issues and problems The problems 1. We can not have a `.apmignore` file in...

enhancement
atom.io