Andrew Eisenberg

Results 289 comments of Andrew Eisenberg

And, looks like the same problem for HEXISTS.

Even though, SISMEMBER returns a boolean in this library, but an integer in core redis, I don't think the issue is particularly important since SISMEMBER only takes a single value...

I think I see the problem. It is here: https://github.com/Tjatse/pm2-gui/blob/master/lib/daemon.js#L23 You are resolving the `confFile` relative to the path of the installation folder of pm2-gui (typically somewhere in the global...

Created https://github.com/Tjatse/pm2-gui/pull/39. The change is simple, but it means that all paths default to the cwd instead of the installation directory. I believe this is more intuitive and is the...

+1 I can see the argument for both sides. But, fundamentally, I believe that this is an application specific concern and that a complete implementation of the md-data-table should allow...

Hi there, I've taken ownership of this project. Can you explain a little more about what you need and why?

Thank you for posting. I am unsure exactly why there was a 404 error here. When I try to access that failing endpoint I can successfully retrieve the workflow run:...

@edoardopirovano since you have experience with this part of the code, can you do a review?

Hmmm...the job is failing now because latest-nightly is still 2.10.0 and the feature is not being used. I think I need to hold off on merging until 2.10.1 is available...

`Code-Scanning config CLI tests / Code Scanning Configuration tests (ubuntu-latest, cached)` failing because "cached" is still 2.10.0. Need to wait for 2.10.1.