jakub-g

Results 54 issues of jakub-g

Hi, I tested the version in master on Android 5 inside ionic 1.3.2 app (angular 1.5.3) and there are a number of things that are plainly not working or really...

# Context Consider this code: ```ts const { Command } = require('clipanion'); class TypecheckCommand extends Command { static paths = [['typecheck']]; ... } class TypecheckStopCommand extends Command { static paths...

https://redbot.org/ is very nice (I love it), but it has a few problems: - it does not work for intranet resources (once could set up a local clone of course)...

I solved the problem by passing `--no-color` to `git-imerge diagram` but I thought I'd let you know. I'm using Git Bash in Windows 7 (python 2.7.5 installed). When running `git-imerge...

**Description** This code overrides user-agent header: https://github.com/jdalrymple/gitbeaker/blob/6a3292b03342326a98b595a70ab26eb12ddb7ba4/packages/requester-utils/src/BaseResource.ts#L51-L53 However, Chrome doesn't allow this - it's silently ignored, the UA is not overwritten, and requests go out with `user-agent: `. Firefox allows...

question

**Description** Inside a yarn workspace, when I try to use gitbeaker browser package, I get the following error: ``` ERROR in ./.yarn/cache/@gitbeaker-browser-npm-35.1.0-f353967379-183b977628.zip/node_modules/@gitbeaker/browser/dist/index.js 1:95-115 Module not found: Error: Can't resolve 'form-data'...

question
can't reporoduce

In our monorepo, we have 25k+ TS files, this leads to `types.json` weighing 700MB+ (`trace.json` is ~40MB). It seems that `readFile` has a limit if 512 MB (0x1fffffe8 characters). https://github.com/amcasey/ts-analyze-trace/blob/640465b0f5126925aa3de627c7f38c233fef43ab/analyze-trace.ts#L286-L291

Hello, I was trying to use the loader with preact (bundling with webpack) and here's what I've found for other interested people. I used following webpack conf: ``` rules: [...

### Steps to reproduce **Tell us about your environment:** * ndb version: v1.1.5 * Platform / OS version: Win 10 * Node.js version: v12.6.0 **What steps will reproduce the problem?**...

Hi, I know this is not exactly the main use case for nodenv (quite the contrary), but I'm wondering what is the best way to run a globally installed npm...