-
The current draft spec says that the `v` flag implies the `u` behavior, but it doesn't make that explicit in that `/./v.unicode === false`. This was a conscious choice that I pushed for: I wanted to p…
-
I’m having an issue with moving from my POC application to our actual application. I’m getting this error while parsing the pnpm lock file:
```
(15:38:58) ERROR: /Users/andrew/development/work/clien…
-
While building the code for bq-visualizer:
```
npm install
ng build
```
and I get the following error
```
ERROR in src/app/app-routing.module.ts(18,29): error TS2307: Cannot find module './main…
-
Hey,
I'm trying to rewrite a tree, and optimize it into higher-level "meta-nodes". So I'm creating expression types like this:
```csharp
public class HttpCallExpression : Expression
{
pub…
-
The source location reported with compiler error messages is not accurate-- for example in [3] below, the error is way down at line 29 (color= "white"), but the reported error [1] is at line 12, at th…
-
Version: nodejs 10.2.1
Platform: Linux 4.16.11-1-ARCH
Since nodejs-10.2.0 release I get a lot of problems. After the compilation issue reported 2 days ago, now there are issues during fetch:
.…
ghost updated
2 years ago
-
Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then…
ghost updated
2 years ago
-
Let me know if you'd like me to remove unused dependencies (I see the whole npm is a dependency) and remove unnecessary ones (`deep-equal` has 10 sub-reps because it tries to support ES3 browsers)
-
I want to write a Javascript file like
```js
export var name = 'Mod1'
```
But this gives me:
```
InvalidCastException: Unable to cast object of type 'Esprima.Ast.ExportNamedDeclaration' to …
-
### Content & configuration
Swagger-UI configuration options:
```js
import swaggerUi from 'https://cdn.skypack.dev/swagger-ui';
```
returns:
```js
* The package "swagger-ui" depends on…