Spenser Black

Results 107 issues of Spenser Black

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

enhancement

`activties` -> `activities` *** Thanks for creating this repo! While going through the lessons to learn about Docker, I happened to see this typo.

There was a space after the leading `.`. Noticed that `examples/` and `docs/` seemed to be included in the published package even though they were listed in the ignore file.

I think it would be helpful to have some CLI flags that are shortcuts for the `--output` option. For example, ``` tokei --help FLAGS: ... --yaml Shortcut for --output yaml...

- Extract level parsing for TOC into separate method - Add support for `minlevel` for TOC directive Resolves #323

Thanks for this awesome library! :heart: ## Motivation I'm using mistune to parse documents that always have one level 1 heading. For example, the document might look like this: ```markdown...

AFAIK there isn't currently a way to separate STDOUT and STDERR. I'm not sure how useful this would be for making GIFs (I think one would almost always want both...

enhancement

```bash # in directory called demo mkdir -p subdir cat

The exercises of the - [union tutorial](https://www.learn-c.org/en/Unions) - [pointer arithmetic tutorial](https://www.learn-c.org/en/Pointer_Arithmetics) - [function pointer](https://www.learn-c.org/en/Function_Pointers) seem to have extra indentation. For example, 1st line of the union tutorial's exercise is ```c...

This is an awesome tool! A lot of times, AI comes up with something that is *mostly* good, but may need one or two small corrections. It might be handy...