rustyx

Results 34 comments of rustyx
trafficstars

[GoMock](https://github.com/golang/mock) can stub out interfaces, not structs, so yes, all `orm.Query` APIs will need to return the interface. An example use-case: given a query like err := db.Model(&rows). Where("transact_time =...

Can't `bind` options order be preserved? In that case the `key` keyword can be required to be either never specified or specified exactly as many times as the `crt` keyword....

I'm getting a similar error. It looks like FF crashes ``` 1576668430798 Marionette DEBUG 0 -> [0,38,"WebDriver:ElementClick",{"id":"c2b80173-8b8b-4743-aa88-61e7fde4a201"}] [Parent 815, Gecko_IOThread] WARNING: pipe error (61): Connection reset by peer: file /build/firefox-esr-oQY1tQ/firefox-esr-68.3.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,...

This is ridiculous; `easyjson` can't handle `main` package...

> Is this addressed by the new setting (`cmake.ignoreCMakeListsMissing`) from #2532? No. There is currently no setting to rid of this warning on every workspace open other than to allow...

I have a C++ project and a Python project in my workspace. There is no CMakeLists.txt in the Python project. Every time I open the workspace, VSCode is prompting me...

> Well. That sounds absolutely crazy tbh because when the laptop is on standby no program is being executed and everything except the RAM is supposed to be turned off...

Check out [my fork](https://github.com/rustyx/android-backup-extractor/tree/dev), it has built-in support to pack/unpack a `.tar` file.

Don't you want to be able to write such format, too?

That could be the wifi adapter. Try `cat /sys/devices/virtual/thermal/thermal_zone6/hwmon7/name`. The iwlwifi adapter takes a while to wake up and its thermal data is unavailable for a few seconds after a...