Alex Efros

Results 164 issues of Alex Efros

apulse-0.1.12, telegram-1.5.15, gentoo linux ``` $ apulse telegram-desktop ** GLib:ERROR:/var/tmp/portage/dev-libs/glib-2.56.4/work/glib-2.56.4/glib/ghash.c:377:g_hash_table_lookup_node: assertion failed: (hash_table->ref_count > 0) [1] 24480 abort apulse telegram-desktop ```

I have same issue on my usual system with 1.12.5, but just in case here is clean way to reproduce using docker and latest version (GOPATH mode): ``` $ docker...

…and stop parsing source for `goconveyDSLImport`, please: https://github.com/smartystreets/goconvey/blob/master/web/server/system/shell.go#L171 It's very inconvenient requirement - add `import _ "github.com/smartystreets/goconvey/convey"` (for no reason) in each package which wanna get nice diff in goconvey's...

``` Example: [red]##r##[green]##g##[blue]##b## ``` rendered as: ``` html Example: r[green]g[blue]b ``` This one works correctly: ``` Example: [red]##r## [green]##g## [blue]##b## ```

**什么情况/What happened?** Click on donation link in the EdXposed Manager's "About" menu opens https://edxp.meowcat.org/donate which does not exists (404). **版本信息/Versions** EdXposed: 4.6.2

bug

This will enable custom and more flexible depguard-like rules. This is needed, for example, to restrict packages inside `pkg/` to import package inside `internal/` - like `grep -r "\"$(go list...

DSL

Thanks for the tool! I've used it to enable 2FA on Google without providing my phone number or Android phone. I've added package (ebuild) for Gentoo Linux in my overlay...

Is there any reason to generate diff text using ```go c.saveDiff(a.Int(), b.Int()) ``` instead of ```go c.saveDiff(a, b) ``` At a glance second way is better because it keeps original...

Use case: ```go type A struct { M map[string]*B `mod:"dive"` // WANTED: `mod:"dive,keys,trim,endkeys,dive"` } type B struct { S string `mod:"trim"` } ``` With "dive" on M it will process...

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...