skuzzymiglet

Results 20 comments of skuzzymiglet

Would seccomp work?

Non-deterministic, I think. It also seems to happen only with concurrent use. Are you testing concurrency in the package?

Reproduced in my fork: https://github.com/skuzzymiglet/gofeed/runs/1310765513?check_suite_focus=true#step:6:21 Code: https://github.com/skuzzymiglet/gofeed/blob/concurrent-tests/parser_test.go#L62

In my (unstable) fork, I'm thinking of folding URLStack into XMLBase, since it's the only user. Also, what is XMLBase? I have no clue.

I think this should be closed (considering it's from 2018)

This is still happening to me. It's just happening on every operation. It's happeed a few times and I don't know what caused it EDIT: I rebooted and the problem...

I think the dependency would slow down testing in Alpine Dockers, for example. Anything without glibc will have to install it. This would completely rule out embedded use. Generally, it's...

Colorschemes are in https://github.com/rxi/lite-colors You can plug Gruvbox Light values into https://github.com/rxi/lite-colors/blob/master/colors/gruvbox_dark.lua and make a PR on the lite-colors repo Here's a diagram of the colors: ![colors](https://camo.githubusercontent.com/d080d9c204408ef06b862b76bc795f930b3a9b1be4c5d2de149f1d8eb765b660/687474703a2f2f692e696d6775722e636f6d2f3439714b7959572e706e67)

How about https://godoc.org/github.com/BurntSushi/xgb or https://godoc.org/github.com/BurntSushi/xgbutil? Both are pure Go.

Please describe the issue you're facing, don't ask questions without descriptions on a repo. Read the docs, google it, maybe even ask on StackOverflow