polyfloyd

Results 37 comments of polyfloyd

I do not seem to be able to reproduce this: ``` package main import "gorm.io/gorm" type MyModel struct { ID int } func main() { db, _ := gorm.Open(nil, nil)...

Yup, you should be able to make that comparison. I think the best way to resolve this is to check whether the expression is in the scope of a function...

`allowed.go` in the errorlint source contains a set of errors and functions from `pkg` which are allowed to be compared. We can extend this list with the errors from `golang.org/x/sys/unix`....

Output of `xrander --verbose` for each configuration: * [home.txt](https://github.com/phillipberndt/autorandr/files/5170079/home.txt) * [lid.txt](https://github.com/phillipberndt/autorandr/files/5170080/lid.txt) Output of manually loading profiles: ``` Loading profile 'lid' | Differences between the two profiles: | [Output eDP-1] The...

There is not as far as I am aware, but I do have a little CLI utility that uses it myself. It only supports a single usecase that I sometimes...

Sure! Here you go: [tag-tool.zip](https://github.com/polyfloyd/rust-id3/files/8590831/tag-tool.zip)

Could you please attach a file containing the problematic tag?

You could write a small program that uses `id3::Tag::skip` to get the offset of the MPEG data and dump everything that comes in front of it.

That TODO is for the OnScreenEngine, if you render to stdout or files you will not encounter that.

No, I have no plans to implement it. I would like to work on some new stuff so Shady is going to take a backseat