Noel Abrahams

Results 14 issues of Noel Abrahams

- NPM version (`npm -v`): 6.14.8 - Node version (`node -v`): 14.15.1 - node-sass: 5.0.0 ### The Problem The issue #2111 was closed 9 days ago, but at least 2...

In the following the TypeScript definition should be set up as a union type with `baseType` being the discriminant so that it narrows correctly in the `if` statement: ```TypeScript import...

Hi **AI Version**: 1.7.3 **Node Version**: 13.11.0 We are trying to investigate a performance problem with a NodeJS based backend to a website. The problem typically occurs during the first...

**Source:** https://javascript.info/proxy **Date Accessed:** 1 March 2022 A serious limitation in ES6 Proxy is the inability to proxy internal use of the `this` context inside a class. In the password...

Hi, This is related #2, but unlike that suggestion, I would like to see if Blitline can provide a web service that does the following: - Accepts and authenticates the...

Hi, We use Blitline with long polling in order to process images for our website. We would like to tighten up error handling around this interaction. Specifically we'd like to...

Hi, the property `original_meta.data_created` is returning a date string of the form: > "2013:11:03 16:37:36" This is not a valid date format because the separator for the date components should...

Hi Used version: **1.1.4** The logic for getting the path to MSBuild.exe is failing for the following reason: * When using `msbuild.config('version', '17.0');` * VS 2022 is installed under 'Program...

This is a great tool BTW. We have put in a work-around to fix the lack of informative errors. Should be self-explanatory: ```ts // Re-trace simply crashes at random points...

Is this extension still being maintained? The last commit was 9 months ago. There are simple problems that need resolving, which are quite a nuisance to deal with on a...