-
multiple lines support
multiple label lines support
function selection: string state or e.g. heat map?
colour insertion
-
I recently added a PR using highlight to https://github.com/senorprogrammer/wtf in https://github.com/senorprogrammer/wtf/pull/250 based on https://github.com/senorprogrammer/wtf/issues/81
It would…
-
oi tudo bem?
Pois é tentei em 2 máquinas já e dá o mesmo erro. Não sei se mudou alguma coisa no link que faz o scraper.
```bash
$ make io-download-and-unzip
------------------------------…
-
Hi, I would like to suggest adding a new class of rules to Ruff that utilizes Local/Remote LLM APIs for running rules over code files. I believe this can greatly improve code quality and result in few…
-
Consider a pipeline that looks something like this:
```console
"prep_data" -> "train_models";
"train_models" -> "predict";
"train_models" -> "analyze";
"train_models" -> "validate";
"predict" -> "pub…
-
because
- yaml file is easy for users to edit
- yaml parsing is easier
After implementing that, we can more easily add support for shape operations and elemental shapes.
The shape renderer at mccom…
-
```
$ uname -srio
Linux 4.18.0-25-generic x86_64 GNU/Linux
$ ruby -v
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
$ apt show ruby-mustache
Package: ruby-mustache
Version: 1.0.2-…
-
ran into issue where packages.yml had duplicated packages: entry and a bad branch url
Looking into ways we might be able to easily check/detect issues in CI Check job.
Sample yaml:
```
=========…
yazug updated
5 years ago
-
When loading an empty yml file with YAML.load_file it returns false.
This behavior feels a bit strange to me and I would expect to get an empty Hash instead.
I often notice myself writing code like t…
-
As part of the warnings seen in #468, with a bit of trial and error I have narrowed down the cause of the "unsupported operand `|`" errors being produced by sphinx, despite running with a python 3.12 …