Pe-te

Results 10 issues of Pe-te

the log produced extra newlines, see https://github.com/golang-migrate/migrate/issues/674

These two logPrintf calls here have a \n newline at the end of the format string. https://github.com/golang-migrate/migrate/blob/511ae9f5b6bea5190b340243169359455281458b/migrate.go#L762-L765 This is leading to empty lines in the log, which I think are...

Hi, I'm trying to calculate the height the WSTagsField needs in my view, any way to get that easily? I tried using sizeThatFits, but it seems not implemented and is...

help wanted

We have a flutter app with flutter_secure_storage. When running the web version in a private firefox window, it does not work. In a normal window it works fine. Is this...

Hi folks, the app seems designed for some bigger device, but there are still a lot of people who use the older and smaller phones. The margins are huge, images...

enhancement
in review

Hi folks, is there any way to generate a (type:string,format:uuid) as go-type "uuid.UUID"? Yaml-Definition: ```yaml thing_id: type: string format: uuid ``` Generated code: ```go ThingId string `json:"thing_id"` ``` Expected code:...

Hi, I'd like to always have all versions from Xcode 10 upwards installed, so I use this regex to find the missing ones: xcversion list | grep -E '^[0-9]{2,}(\.[0-9]+)*$' But...

enhancement
you can do this! 💪

Hi, we have the following steps in our build pipeline: ``` - apt-get -y install npm - npm i -g [email protected] - ./some_script_that_uses_oa2pm2.sh ``` Install npm also install nodejs, so...

usage-questions

Hi, we have the imageview in a cell in a tableview and sometimes get a weird effect, where the image comes flying in from the bottom instead of just starting...

**Describe the Feature** Would be great to have the same plugin for IntelliJ that we have for VSCode. **Why do you want this feature?** Our developers use either VSCode oder...

feature