Benny Neugebauer

Results 149 comments of Benny Neugebauer

Hi @o-nazaruk, I am trying to fix your PR to match the latest "main" branch. One thing that I noticed is that you turned `getResultFromBatch` into an instance method instead...

I'm closing this due to inactivity. @o-nazaruk, please feel free to create a new PR if you still want this feature. I am eager to support you on this. 😊

Hi @ozum, We can add the Relative Moving Average (RMA) to this library. A reference implementation in Pine Script is already helpful. Do you have a link to a PDF...

This helps a lot, thanks! Is it actually different to a [Rolling Moving Average](https://github.com/cinar/indicatorts/blob/main/src/indicator/trend/README.md#rolling-moving-average-rma)?

Hi @gvdenbro, you are getting this notification because the client type that is being used is "temporary": https://github.com/wireapp/github-action-wire-messenger/blob/804bcc186af323a64fe0915df45bd20f66e28a4c/index.js#L11-L16 We would have to use permanent clients to change that but this...

In [cryptobox.js](https://github.com/wireapp/cryptobox-bower/blob/master/dist/cryptobox.js) I see 7 places where `DecodeError` is thrown. The error I faced has been caused by a malicious client (client which uses an old schema). It would be...

PR will be easy. Question is if @SukkaW or @curbengh have the permissions to merge such PR?

Thanks to https://github.com/tea3/hexo-include-markdown/issues/4 I was able to get around the problem by using: ``` touch db.json && hexo clean && touch db.json && hexo generate && hexo server --open ```...

@appotry you can use my plugin: https://github.com/bennycode/hexo-insert-markdown

After debugging further I noticed that this error also happens with simple code like this: ```typescript console.log('Hello, World!'); ``` I have the assumption that [highlight.js](https://highlightjs.org/) kicks in too late when...