Lucy Linder
Lucy Linder
Add support for the new container limits introduced in Docker v1.19 for restricting cpu usage during build. See https://docs.docker.com/engine/api/version-history/#v119-api-changes Closes #3249
Docker API v1.19 (see [changelog](https://docs.docker.com/engine/api/version-history/#v119-api-changes) introduced two new arguments to `build`: > POST /build accepts cpuperiod and cpuquota options It would be great to update the `container_limits` valid keys in...
Pass the argument to the `KeepEverythingWithMinKWordsExtractor`java constructor. The problem is better explained in issue https://github.com/slaveofcode/boilerpipe3/issues/1 ,
First, thanks for the port. When trying to use `KeepEverythingWithMinKWordsExtractor`, I get the error: ``` Traceback (most recent call last): File "test.py", line 4, in extractor = Extractor(extractor='KeepEverythingWithMinKWordsExtractor', url=url, kMin=20)...
BitBucket (online) has builtin support for TOC, using the `[TOC]` annotation. However, this support is limited: there is no easy way to choose e.g. the level of toc. It would...
docker-compose-viz currently embeds the minified `mermaid.min.js` script along with the playwright library (headless browser automation). Playwright is however very heavy and doesn't work well inside a docker image. This issue...
An option that is configured with `hidden=True` should not appear in the TUI. Minimal example: ```python @tui() @click.command() @click.option("-f", "--foo", default=False, is_flag=True, hidden=False) @click.option("-b", "--bar", default=False, is_flag=True, hidden=True) def cli(foo,...
As stated in the readme, trogon is made for discoverability, but after trying out the command, we want to actually add it to our history and use it directly. This...
Make it possible to set parameters from the URL hash. Thus, navigating to '/#profile=github' will automatically load the github profile. Note that the URL is updated upon generate only, not...