John Jago

Results 8 issues of John Jago

The following example in the V documentation ```v x := 123.4567 println('x = ${x:4.2f}') println('[${x:10}]') // pad with spaces on the left println('[${int(x):-10}]') // pad with spaces on the right...

## Description The command `expo upload:android --latest --key $PLAY_STORE_SERVICE_ACCOUNT --track production --use-submission-service --verbose` results in an error when running on GitLab CI/CD. `--use-submission-service` is probably the relevant flag, but I've...

expo upload
android
stale

I ran into a strange issue where the "squares" that make up the overlay have a tiny gap between them, but only on a Samsung Galaxy S20+ running Android 10....

```ts pluck(taxi, ['year', 'unknown']); / ``` There is a random `/`. ``` (`object['42'`]) ``` Backtick should be after the `]` so that the code is highlighted properly. > As an...

The tables are amazing for showing people the importance of efficient algorithms, especially the "Growth Rates" comparison. However, when pointing at a certain row with the cursor, the other ones...

The certificate might have expired as https://unlicense.org gives the following error: Error 526 Ray ID: 4d9a434febd8254d • 2019-05-20 00:41:05 UTC

Although it appears the screen reader text describes an info icon in these instances, it would serve screen reader users better to have the type of alert read out to...

As of WordPress 6.6, released on 16 July 2024, WordPress no longer supports PHP 7.0 and 7.1, so I’ve updated the recommended testVersion for PHPCompatibilityWP to be 7.2 in the...