Philipp Munin

Results 11 issues of Philipp Munin

Can you please create a Windows Powershell Color Scheme? ![image](https://user-images.githubusercontent.com/7120440/86306118-68e38b80-bbe1-11ea-977b-44c52f19c426.png)

Simple code: ```js ow([123], 'myValues', ow.array.ofType(ow.string)) ``` All of a sudden started giving me the following error message: ``` '(array `myValues`) Expected `e` to be of type `string` but received...

When developer use default setup package.json has `react-scripts-ts test`. How to apply jest-webpack to it?

### Version 29.0.3 migrated from 26.5.6 ### Steps to reproduce 1) open [my codesandbox](https://codesandbox.io/s/ts-jest-ow-issue-v29-88r2b9?file=/src/index.test.ts) 2) open new terminal 3) run `yarn test` Compare is with its [baseline fork](https://codesandbox.io/s/ts-jest-ow-issue-v26-p22wmz?file=/src/index.test.ts) that uses...

Bug Report
Needs Triage

After installing via homebrew: > quotatool: command not found

Adding option `basePathFormat` to support path to repo included in local path. E.g.: > **basePath**: `/Users/bob/git` > **repo url**: https://github.com/{userName}/{repoName}/.../{filePath} > **vscode-link**: ... /Users/bob/git/{userName}/{repoName}/{filePath} Default option stays the current behavior...

I just created super simple .NET Core class library using Visual Studio 2015. I try to use this class library in NodeJs app using edge and I get the following...

[Integrations PR](https://github.com/segmentio/integrations/pull/2863) Refactoring changes of https://github.com/segmentio/action-destinations/pull/2024 Implementation of [Dedup RFC](https://docs.google.com/document/d/1dAdSKB0gKVWilk8B2SBRS_WLH_C7QcSqUolXEafjBOc/edit#heading=h.58i28b4gdqng) ## Testing _Include any additional information about the testing you have completed to ensure your changes behave as expected. For...

not-partner-eng-review (cloud)
mode:cloud
actions:core
team:segment

_A summary of your pull request, including the what change you're making and why._ ## Testing _Include any additional information about the testing you have completed to ensure your changes...

not-partner-eng-review (cloud)
deploy:registration
mode:cloud
deploy:push
actions:core
team:segment
mode:device

I have the following test: ```ts Deno.test("output should be colored!", (t)=>{ console.debug(`%cTerm: ${Deno.env.get('TERM')}. stdout.isTerminal: ${(Deno.stdout.isTerminal())}. noColor:${Deno.noColor}`, "color: red"); }) ``` When I run it via code lense - It opens...