Sven

Results 229 issues of Sven

Not sure why this happens as I always thought Windows terminal supports ANSI escape codes. Here is an example output: ```console $ cargo run Error: 0: ←[91mMisformatted label definition file....

bug
help wanted
question

Makes it easier to work with when calling from scripts. If you're OK with it I can open a PR, doesn't seem to be that difficult to implement.

enhancement

I am working on tools for conventional commits and automated publishing for the Rust ecosystem. One of the parts involves working with workspaces and versioning the crates in them. I...

I am probably missing something. I'd assume items need to have a fixed height/width to make this work. But even setting `requiredHeight` does not work. ```kotlin LazyStaggeredGrid(columnCount = 2) {...

I used `babel-types`, `babel-generator`, `babylon` and `babel-traverse` to find ImportDeclarations within ES6 code. But I need to preserve the formatting of the original file. So I came across `recast` and...

A hint would be useful to have as a property for text-based components. Maybe something along the lines of this? ![hint](https://user-images.githubusercontent.com/5113257/39425037-c9145c16-4c79-11e8-8903-098fad2bbdc2.gif) For some odd reasons the border isn't aligned properly,...

Hi! I am really new to Vue and NuxtJS, so please bare with me if this is a common problem or missing, general knowledge :) I have created a component...

### Checklist before submitting an issue - [X] I have searched through the existing [closed and open issues](https://github.com/elkowar/eww/issues?q=is%3Aissue) for eww and made sure this is not a duplicate - [X]...

bug
help wanted

Would it be possible to provide the method/files on how you created the animations? I'd like to change the colors of one to better match my setup :)

This PR adds a GitHub Actions workflow file to automatically generate documentation for each push to the master branch. The documentation is pushed to the `gh-pages` branch. The code is...