Tom Sullivan

Results 25 issues of Tom Sullivan

Properly re-read the chunk ID when iterating through subsequent chunks. This avoids an infinite loop in the case where the `data` chunk doesn't immediately follow the `fmt ` chunk.

If I add a subrouter using `Route`, calling `Match` with the same pattern and any method shows a (what I would consider) false positive. For example: ``` r := chi.NewRouter()...

### What happened? ### Description I am unable to programmatically create a custom field, and subsequently assign it to a `Product`. It works for `User`, and for `Order`, but not...

ℹ️ status: need more info

### Description Installing `craftcms/commerce-stripe` in a project that: * contains both legacy 'Stripe Charge' and 'Stripe Payment Intents' payment methods, and * has been upgraded to `craftcms/commerce` 3.4.20.1 from 1.2.1369...

bug

For the instructions under: https://codelabs.developers.google.com/codelabs/admob-inline-ads-in-flutter#7 (`Integrate the native ad with Flutter widgets`, step 3) `_ad` is assigned before being subsequently assigned in the `onAdLoaded` handler. This is not how the...

Replace use of `GADUnifiedNativeAdView` in the provided view description with `GADNativeAdView`. This handles errors of the form: ``` 2022-10-14 13:38:20.473779+1100 AdMob inline ads[20051:1116210] [Storyboard] Unknown class GADUnifiedNativeAdView in Interface Builder...

## Description The motivation behind this PR is to allow more elaborate configurations such as the one described [here](https://developers.google.com/ad-manager/mobile-ads-sdk/android/native-banner), where a single `AdLoader` can serve either a `NativeAd` or an...

Building a CSS file via `compass compile -s compressed` converts `@charset "UTF-8";` to a unicode [byte order mark](https://en.wikipedia.org/wiki/Byte_order_mark) at the top of the file. If this is then placed in...

If I have a package.json with some empty lines (in this case intentionally), that doesn't specify `packageManager`, then running a shim (for example `yarn install`) adds the `packageManager` attribute but...