staticdev

Results 110 comments of staticdev

Great, didn't see that. Thanks @samueljun .

There is no tag for botium yet on Stackoverflow, and I don't have enought reputation to create it. I will post the link here instead of creating an issue: https://stackoverflow.com/questions/54153962/scripting-memory-not-matching-utterances-on-botium-cli...

Dependabot was incorporated by Github.. the most suitable link replacement I've found is: https://github.com/dependabot/dependabot-core#dependabot

@cjolowicz there is this [new manual triggers](https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/) that could put the workflow/commit in a pending state if TEST_PYPI_TOKEN or even PYPI_TOKEN and CODECOV_TOKEN are not set. One could skip it...

I also didn't dig deep into that.. I am used to manual steps in jenkins and gitlab-ci, so I thought it would be the same in GA. But I see...

@cjolowicz that depends on the threat model we are using. But for most cases, test pypi credentials shouldn't be critical and it is not that it IS leaking, but can...

@birkenfeld there is a lexer implemented here https://github.com/fish2000/pygments-csv-lexer Nice thing is it highlights each column of csv which is very useful for visualizing data. Is it possible to incorporate it...

@Jean-Abou-Samra not sure I understand this filter. Could you give more details on how to accomplish that?

I am not sure, we would have to test. On Tue, 22 Sep 2020, 01:40 Claudio Jolowicz, wrote: > Thanks, this looks interesting. This action could be run after the...

@Lonerider2010 I have a couple of projects using this templates that also use/used inquirer (now I am mostly using prompt-toolkit which has type annotations). I am also maintainer of Inquirer...