nimo23

Results 246 comments of nimo23

@sgflt Can you please create a PR with your corrected code in `VarianceIndicator` so we can take a look? It would be nice if you could also compare the formula...

>Currently, I don't know ho to verify fix for ConvergenceDivergenceIndicatorTest and SqueezeProIndicatorTest. @sgflt Can you create a PR with the correct formula?

I'm using foobar2000 for Mac. Foobar version: 2.24.1 Mac OS: 15.2, Apple Silicon M1 Unfortunately https://www.foobar2000.org/components/view/foo_vis_projectM doesn't work. I get the following error when I try to install this component:...

>Because I added some features which was not exist in original projectM like reading visualizations files/textures from zip archive. How about creating a new feature request or PR in https://github.com/projectm-visualizer...

> There is a lot of overlap in functionality with the existing `ClosePriceDifferenceIndicator`. Rather than a new class can fold these changes into the existing class by: > > Allowing...

@TheCookieLab It's not okay to close this without informing the community why. This isn't how an organization member should behave ..

In VSCode, the progressbar shows progress state, etc. Maybe it uses a 3rd party progressbar which can be used here..

Hello, I'm facing the same issue. My `opennapi.json` says `204 (No Content)`, but orval doesn't take this into account when using `fetch` (and it incorrectly calls a `.json()`), the generated...

>Among the automatically generated custom hooks, custom fetch is called. Are your settings correct? Yes, the custom fetch will be called.

@soartec-lab thanks, With the help of https://github.com/orval-labs/orval/blob/master/samples/next-app-with-fetch/custom-fetch.ts I get it working.