Mitchell

Results 13 issues of Mitchell

`github.com/adjust/rmq` depends on `github.com/adjust/gocheck` which depends on the now deprecated `launchpad.net/gocheck` (which also uses `bzr` instead of `git` causing additional issues). Any chance you could change the dependency here to...

Any `LIKE %%`-statement with another `Where`-statement is currently not properly checked. This PR resolves that. # Example: ``` golang query = s.db.Table("accounts"). Where("accounts.firstName LIKE ?", "%John%"). Where("accounts.lastName = ?", "Doe")...

I don't think anything should be able to have over 100% WiFi strength. # WiFi strength ![image](https://user-images.githubusercontent.com/37925797/116763092-e0aa5e80-aa1c-11eb-8458-3ef6d12fa1d5.png) # SSH output: ``` /home/yi-hack-v5 # cat /proc/net/wireless Inter-| sta-| Quality | Discarded...

bug

The current Telegram message is pretty empty: ``` > Telegram Bot: reason: PURCHASE, account: [email protected] url: [Click here](google.com) ```` It would be nice if I could see what game is...

**Machine** ``` MacBook Pro 16 (2019) - Core Intel Core i7 Version macOS Monterey 12.5 (21G72) ``` **Versions**: ``` - gopkg.in/gographics/imagick.v3 v3.4.1 - imagemagick: stable 7.1.0-45 (bottled) ``` **go env**...

# **Describe the Bug** `golang-migrate` no longer respects safe updates within MySQL. # **Steps to Reproduce** 1. Create a database that has `SQL_SAFE_UPDATES ` enabled. 2. Run any migration which...

Resolves issue https://github.com/golang-migrate/migrate/issues/864 which originates from https://github.com/golang-migrate/migrate/pull/656. --- I agree that proper isolation is a must, but my database forces safe updates, which the current `DELETE`-query does not adhere to....

### `/viaversion dump` Output https://dump.viaversion.com/96ce70f27a59c595e1e92515304698382181973e294a9cd18f84ee46f0602d6f ### Bug Description Players cannot hear someone else's goat horn when playing with a 1.19, 1.19.1 or 1.19.2 client. It only starts working when they...

Unconfirmed

I hope you don't mind, but I've taken the liberty to update your package. - The GitHub URL changed. - The `go.mod` dependencies included CVEs. - Updated the included list,...