Allendar

Results 22 comments of Allendar

I'm also observing better performance on newer versions of Go (tested on `go1.6.2 darwin/amd64`): This is a simple `testing` loop result on `ffjson`: ``` Interface: 1000000 1237 ns/op Struct: 2000000...

Sadly just releasing them like that won't work. It will result in an assertion fault: Assertion failed: (_lock_), function SCNetworkReachabilityGetFlags, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/configd_Sim/configd-802.40.13/SystemConfiguration.fproj/SCNetworkReachability.c, line 1181.

Wouldn't it be best to set the compression rate to the highest? Since the power of Brotli it's static system over Gzip's dynamic system. If a file get's compressed and...

No pressure :) Thanks for responding! For now I just patched my fork with: ```go // SetTimeout modifies the timeout the session currently has. func (s *Impl) SetTimeout(d time.Duration) {...

I'm using the default `.Global` entry: ```go session.Global.Close() sessStore := session.NewInMemStoreOptions(&session.InMemStoreOptions{ DebugMode: "prod" != *config.ClFlagEnvironment, }) session.Global = session.NewCookieManagerOptions(sessStore, &session.CookieMngrOptions{ SessIDCookieName: config.Values.Security.SessionCookieName, }) ``` By accident I noticed that after...

I want to test this soon with some big data-sets and will supply the results here. Just by mere conversion from `ffjson` for inspections on JSON on multiple of my...

This has just become worse since version 4.8.7 on macOS. It's not even just adding new folders anymore. Now on every startup of the app it totally re-adds literally every...

Thank you for your quick response. I hope it can also be checked why it re-sorts the items in the sidebar. From a developer's perspective I think your code walks...

Here you can see what happens. All those MEGA entries (except for 3 were nicely in between the other entries) weren't in there. But it also re-ordered the Documents folder...

A small note to add; this only happens on startup of the app. If I remove them, it doesn't affect the sidebar again until restart. Haven't tested it specifically with...