Rafał Rzepecki
Rafał Rzepecki
Looks like the fix is breaking some tests on non-linux platforms. Do you think it's a good idea to conditionally do this on Linux only? Or do you think the...
That's a good point, I forgot. In this case I think it's fair to say that these test failures must be unrelated.
I changed it to only do the readdir if polling is enabled and added a workaround for a Node 8 bug. I wanted to take a look at more Node...
Huh, I just spent a couple of hours tracking down the same exact issue. Serves me right for not searching first :) I think I have a fix, a test...
I think the problem is that `swagger-parser` shim package needs to declare the `openapi-types` as (some kind of) a dependency.
This is kinda hard, because you need root to actually execute any of this code. But try making a package from dir to rpm which includes device files and you'll...
Could you explain what's the rationale for this change?
Thanks for the context, very helpful!
The problem is that this will break compatibility with existing env files. If we want to do it this way we'd need some graceful deprecation route.
The server already does it currently, which it should and which it should. The idea is to have some rudimentary checks to catch things like wrong filename etc. It's a...