kotaro.yamazaki

Results 8 issues of kotaro.yamazaki

I found errors in some of the descriptions in README. I just fixed them. ## refs: `queries Raw` https://github.com/volatiletech/sqlboiler/blob/fa3f9bb8485fce386e16a7962dd143aeede8d14b/queries/query.go#L102-L110 `queries (q *Query) Bind` https://github.com/volatiletech/sqlboiler/blob/fa3f9bb8485fce386e16a7962dd143aeede8d14b/queries/reflect.go#L128

`Must(Parse("xxxx"))` is considered legacy code to forced uuid to parse because the code is pre-implementation of `Must(Parase("xxxx")) `(https://github.com/google/uuid/pull/26) This one is simpler.

Update ChatGPT Desktop App download links for macOS, Windows, and Linux to Latest and Add Intel and M1 links

## Bug report The getInitialMessage() method does not seem reliable, at least on iOS which I'm using for testing this. I am encountering an issue where the getInitialMessage() is returning...

type: bug
plugin: messaging
platform: ios

e,g) Display amount of SDG input 136.98 expected: $136.98 actual: $136.97 seeing is believing ↓ https://go.dev/play/p/l4imxLkT70u

Multiplying floats by primitive types is not precise enough, and there is a serious bug that the amount generated by NewFromFloat is different from the original value. issue : https://github.com/Rhymond/go-money/issues/121,...

~~NewFromFloat did not support lowercase currency codes because it used getCurrencyByCode. As same as New(), fix to use newCurrency(code).get() instead.~~ Fixed GetCurrency to be case-insensitive so that it wouldn't fail...

reference https://wise.com/gb/blog/world-currency-symbols