Wojciech Daniło

Results 47 issues of Wojciech Daniło

Hi! I believe that: ```rust #[derive(AsRef)] struct Foo { t:i32 } ``` should generate identity `AsRef` impl in addition to what it generates now: ```rust impl AsRef for Foo {...

enhancement
help wanted

Hello! Would it be possible to use CSScheme as command line tool so it would be useful not only inside of Sublime?

enhancement

Hi! We are using `action-gh-release` to release our packages and create release tags. We want to prevent an accidental situation of releasing the same version again. I'm using now scripts...

Hello! I love the clustering option in graphmod but it would be much, much more useful for nice viualisation if we could disable clustering of selected folders - like 2...

Hi! I'm using the `OwnedFace` type and I have several needs that sound like something more people could use: 1. I'd like to access the information on where the `glyf::Table`...

### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The documentation has been updated if necessary. - [ ]...

# We are using [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/2539304) to track our work now! We are using GitHub Issues to support our community. If you experience a bug, have a suggestion, or want...

Hi! The following code draws 1000 checkboxes next to text fields. If a checkbox is selected, the text field shows the current mouse position. If it's unchecked, the text shows...

bug
question
Medium Severity

### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The `CHANGELOG.md` was updated with the changes introduced in this...

Hello! Would it be possible to add lens-related ligatures? Here is the list of operators in Lenses: https://github.com/ekmett/lens/wiki/Operators The most important would be `^.`, `.~`, `%~` and `^?`, but it...