Ross Patterson
Ross Patterson
> Hmm, sorry about that. I'm not sure what would be going wrong there. Can you try rebasing or merging in current develop and seeing if it happens again? Seems...
For those looking for a way to capture Sentry events from syslog, you might find my [sentry-syslog](https://github.com/rpatterson/sentry-syslog) script helpful. It can be used, for example, as the `binary` for Rsyslog's...
Bit of a nitpick, I know. Not that you need my permission but feel free to close as `Won't fix`, I just wanted to capture this behavior somewhere. If someone...
May be related to [my other Prospector issue](https://github.com/PyCQA/prospector/issues/595#issue-1592491601). It seems like Prospector may be stripping some context or not providing some context that PyLint uses to identify package hierarchy, class...
This hasn't been an issue for me for over a year.
> I find it strange the possibility to go from 0.1.1a1 to 0.2.0a0 That's exactly what I expect if the commits require it. A `v0.1.0` final release means a feature...
I realized I haven't already said it, but this specific tool is the closest I've found, including other tools (JS inclusive), to getting me to one-person CI/CD release publishing workflows...
> This makes sense, I think we can work with something like that. I'll take a deeper look after holidays (june), unless someone wants to focus on it. Awesome, but...
Not sure if it's relevant, but I found [this PyLint issue](https://github.com/PyCQA/pylint/issues/2657#issue-392618764) if it helps.
I'm not sure but you might find [what I do with parameterized paths](https://github.com/aleclearmind/nested-tmux/pull/9/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R28) in my TPM plugin PR relevant to what your trying to accomplish.