Petar Marić

Results 10 comments of Petar Marić

How hard would it be to integrate something like http://lab.hakim.se/reveal-js as a theme? There has been some work with https://pypi.python.org/pypi/sphinxjp.themes.revealjs but it uses custom ReST directives for inserting slides, instead...

@nyergler Sure I'll give it a shot, once the semester ends.

I'm commenting just to say, as a fellow open source developer, that I'm impressed by you guys going so smoothly between two implementation variations - as well as contributing it...

FWIW, this is my current (albeit quite hacky) workaround: ```python # HACK: Raise a *nix signal to quit on errors as the usual way of # `self.environment.runner.quit()` no longer works...

Seems to still be reproducible in 0.6.1: ```bash $ echo ipython==8.5.0 | skjold audit --sources pypa - |& tail -n 1 packaging.specifiers.InvalidSpecifier: Invalid specifier: '==0.7.1.fix1' $ skjold --version skjold, version...

I also think that pylint (or similar tooling) may be useful for this project in general, especially once some of the false-positives have been dealt with: ```bash $ pylint darwin...

Thank you for the interest :) Honestly, can't give too many specifics right now, as I'm waiting for approval from the company I work for to actually Open Source the...

Once it's Open Sourced I'll be sure to provide a link here, so you can see the use-case more clearly - there are a few reasons I've opted in for...

As promised, https://pypi.org/project/locust_csv2openmetrics/ has (finally) hit 1.0.0 today. We use this tool to convert [locust](https://locust.io/)’s load test CSV formatted reports into the OpenMetrics text format, pushing the obtained metrics into...

Because these load tests are run non-continuously and at irregular time intervals we need to push their metrics into Grafana (data source), as opposed to the much more common way...