Calvin Lobo
Calvin Lobo
@gdamore You've mentioned your aversion to adding dependencies to the project (logrus), if that is still the case then may I suggest we define an interface that defines hooks which...
It would most likely be possible! All you would need is a python API for github that would allow you to create issues. There is probably a RESTful API for...
Hi there, Are you giving enough time for the function to run? If this is the entire code then you are starting the thread and then the code will exit,...
I have never used sentry so I can't really compare. Sentry seems to be a larger and more mature project just from looking at their pricing. Crash reporter is free...
The prod images do not build. Lots of things seem to be broken (paths and python versions). The dev images work fine though.
I don't see how they are logically the same? Is there some BEDMAS like rules applied to logical conditions? Do AND's always resolve first before OR's?
Running it with some debug prints I see that the path on the error is sometimes different than the one you are ignoring: On the run with 6 errors (ignoring...
@DimitrisKaramanis can you recreate this issue on the latest release of vacuum? @daveshanley has made some fixes to how paths are generated in the linting output and it may have...
I was able to recreate this issue on v0.13.1 😢 This is my rule which checks that all paths start with a version url-starts-with-major-version: description: Major version must be the...
I was debugging this and it looks to be coming from this [line](https://github.com/daveshanley/vacuum/blob/main/functions/core/pattern.go#L133). It assumes the thing you are matching is an object. For my rule, I am matching against...