Victor Meyer

Results 11 comments of Victor Meyer

Just want to stay that I also have this problem with managing Color profiles. Besides that, I also experienced that the images created with Adaptive Images gets pretty bad. If...

I'm in favor of this change. This could be updated, and then bump the version to a new MAJOR release. **In the meantime** I've created my own utility function that...

I ran into the same issue after upgrading from `2.13` to `2.17`, but for me it was only `SortOrder`. ## Possible underlying issue? (not sure) The underlying issue seems to...

Hey @LukeStorry and @jsoref, this is something that I would love to see as well. I added the Github action to my blog but since there's quite a lot of...

@jsoref thanks for the quick response. > talk to the bot to update expect.txt Cool, I'll give it a try later! Btw, can you give me an example of a...

Created a PR that adds a new module for `recommendationsBySymbol` here; https://github.com/gadicc/node-yahoo-finance2/pull/28

New module `recommendationsBySymbol` was added in with https://github.com/gadicc/node-yahoo-finance2/pull/28. @gadicc, would you mind updating the Issue to reflect this since I can't do it myself? 🙏

I also encountered this, and what I found was: 1. On Android, it throws a warning when using `event.persist()` 2. On iOS, it throws a warning when NOT using `event.persist()`...

+1 I also needed to initialize the grid myself when loading with ajax. What I did was to comment out 3 lines in the `salvattore.js`, function `self.init` as below (similar...

@gadicc Hey man, I'm just trying out `node-yahoo-finance` but are more than happy to check out the [new version](https://github.com/gadicc/node-yahoo-finance2) as well.