Wako

Results 10 issues of Wako

**Describe the bug** If you run the test with the coverprofile flag it return different results every time. **To Reproduce** ```shell $ for i in {1..10}; do go test -coverprofile=coverage.out...

bug

It would be super useful if this package could copy embed directories. For example: Given the following fs tree: ``` / /assets /foo foo.txt bar.txt hello.txt goodbye.txt main.go ``` It...

This PR solves #8 and it also exposes constants with the Long and Short name for companies. So other packages can access those values too. What are your thoughts about...

Right now Card does not implement an interface, so other packages can not mock the Card struct methods on their unit tests. Exposing a valid interface could improve the usage...

This way glitch.sh can be used like this `sh glitch.sh image.XXX 100` That generates the file glitch_image.jpg after_gifsy_and_glitch.sh is no longer required for anything.

I found a use case where the `Unmarshal` function does not return the same value as the standard `encoding/json` package. https://go.dev/play/p/PZQ9WZlZ52v If you use `{{}}` as a input you should...

### If the feature request is for a plugin or theme, specify it here. CDK Plugin ### If the feature solves a problem you have, specify it here. The plugin...

Feature
Hacktoberfest
New: plugin
Good first issue

System info: - commit: `42c770e366b1c12466f6a610e737d66b6d50dc00` - node:`v20.13.1` - macos: `15.5` - firefox: `140.0.4` Right now there's no support for [mermaid](https://mermaid.js.org). Is there any plan to integrate this tool? This is...

enhancement

Related to #164 Removes `!important` rule from value. This way the code block background is not overwritten.

My markup configuration: ```toml # Syntax highlight on code blocks [markup] [markup.highlight] anchorLineNos = false codeFences = true guessSyntax = false hl_Lines = '' hl_inline = false lineAnchors = ''...