Benny Neugebauer

Results 153 issues of Benny Neugebauer

This is a 🔦 documentation change. ## Summary There were 2 empty spaces and I turned it into one. ## Context

## Current Behavior I am seeing error `Cannot find module 'conventionalcommits'` when trying to run `lerna release`. ## Expected Behavior Release command working with conventional commits style. ## Steps to...

type: bug

### :wrench: Summary When I try to push with my Git Desktop client ([SmartGit](https://www.syntevo.com/smartgit/)) then lefthook doesn't find `npx`. If I push from within VS Code, it works. Here is...

bug
Windows

## Implement ZigZag indicator The ZigZag indicator is a technical analysis tool used in trading to help identify price trends and reversals by filtering out small, insignificant price movements. It...

### Describe the bug I've noticed that sometimes my tests fail when running them from the VS Code extension. In the screenshot below, you can see a mismatch between my...

pending triage

I tried to run Colima in GitHub Actions using the `macos-latest` runner, but the setup failed. I then checked the [setup-docker-macos-action](https://github.com/douglascamata/setup-docker-macos-action) repository, which mentions that only `macos-13` is supported and...

### Have you checked that the enhancement does not already exist? Yes ### Summary For me "markdown-link-check" flags this link as invalid: `[later on](./10-arrays-and-tuples)` In VS Code I can click...

enhancement
triage

- https://finviz.com/map.ashx 1. Pull the S&P 500 constituents. 2. Get each stock’s intraday percent change. 3. Compute: Breadth: % of constituents up on the day, Cap-weighted return: market-cap-weighted average return....

## Core definition of trends in Dow Theory: - Uptrend = Higher Highs (HH) + Higher Lows (HL) - Downtrend = Lower Highs (LH) + Lower Lows (LL) ## Once...