Peter

Results 10 comments of Peter

Till @ebidel finds time to look into this, meanwhile I created a separate repository with a more refined version. I did this, because I need the element in my project...

Hey @kataras. A few weeks back I made a donation through the ebook but misspelled my github handle. Well, here I am. The invite has expired since then. Can I...

I'm looking for the same. I need to show RSI divergences directly on the chart and this would make it easier. So far the only possibility I see is adding...

If `SyncBroadcaster` is set to `true` the bug seems to be circumvented. @kataras do you have any idea what is happening here?

I'm too wondering if more admin APIs will be added? It's a bit unfortunate that one can't disable or remove user accounts for example.

I think he means that when saving a decimal.Big in mongodb this is the result that is written into the db. ![image](https://user-images.githubusercontent.com/11567985/140838514-25f5e660-4587-4cc7-896f-52ccbe82d2c1.png) I'm too wondering if it would make if...

Just was I was looking for. Thanks! Helps a lot!

I experienced the same problem and messed around to find solutions. Is it possible that replacing the `async` in https://github.com/PolymerElements/iron-iconset-svg/blob/master/iron-iconset-svg.html#L188 with `Polymer.RenderStatus.afterNextRender(this, ...)` would solve this issue? I wasn't able...

I had the same problem some days ago and used this: ```js await Model.esSynchronize({ /* query to target only inserted documents */ }); ``` That's only one line more and...