Lucidiot

Results 26 issues of Lucidiot

Currently, it is possible to customize colors for the step markers, but not for the `.steps-segment::after` pseudo-element that draws the line between steps. It could be possible to set colors...

enhancement

During spring 2017, VTE-based terminal emulators started getting hyperlinks; not just detecting `http://` links, but customizable links. See [this Gist](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) to learn more. When IPython pretty-prints a traceback in the...

UI

# Bug Report ## Environment Zola version: 0.15.3 ## Expected Behavior Tell us what should have happened. When setting `redirect_to` on a section's `_index.md` to an external URL, the redirection...

I tried to look for a way to add a URL to post on https://tilde.news/ from within Liferea (`https://tilde.news/stories/new?title=%s&url=%s`). I saw the `social_register_bookmark_site` function calls and tried to find something...

The `in` operator in queries only allows lists or tuples, while all it requires is any kind of iterable, like dicts, sets, frozensets, or even Django's QuerySets: ``` python SomeNode.nodes.filter(...

enhancement

Could JSFuck be used as a Webpack loader in a way similar to [babel-loader](https://github.com/babel/babel-loader)?

I am trying to package svgbob for Alpine. The universal command to fetch the dependencies with any Rust package there is `cargo fetch --locked`, which uses the `Cargo.lock` file to...

bug

*Chromium x64 version 62.0.3202.89 on Arch Linux 4.13.11* Chromium has a great hidden feature in `chrome://flags` that allows to disable autoplay, when setting the *Autoplay policy* flag to *Document user...

OpenAPI 3 allows for multiple [Server Objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#serverObject) to be defined on a single document; however, it is not currently possible to select which server is wanted with the APIStar client,...

Both OpenAPI 2/Swagger and OpenAPI 3 offer a `deprecated` boolean attribute on [operation objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#operationObject), [parameter objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#parameter-object) and [schema objects](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#fixed-fields-20): APIStar could raise a warning when calling a deprecated endpoint, using...