Michael Gwynne

Results 7 issues of Michael Gwynne

Custom Annotations for placeholders as in the [example](https://angular-gettext.rocketeer.be/dev-guide/custom-annotations/) don't seem to work when lazy loading languages. It seems the language is not loaded before the string is translated. But also,...

**Please note:** This repository's issues are reserved for feature requests, bug reports, and other issues with the Pa11y library itself. If you need help integrating Pa11y with your application, we...

status: good starter issue
priority: high
status: help wanted

I am using PHPStan on my code. I am calling `->year` and `->month` on an object that is typehinted with `ChronosInterface` which is causing PHPStan to complain with the error...

documentation

It would be useful if there was a way to handle DateInterval Roll-Over. For example, I would hope that `(ChronosInterval::seconds(107))->format('%I:%S')` would output `01:47` rather than `00:107`.

enhancement

I _think_ this might be because the action requires certain permissions. I can't find these documented. It may be worth adding something about them.

## Summary Both the website I'm checking and bbc.co.uk say there are no h1's. But there are. In fact, I think all of these warnings are incorrect for the BBC...

keep

## Expected Behavior Querying with withAllLocales should query on all translations. E.G. ``` await client.withAllLocales.getEntries< TypePageSkeleton | TypePostSkeleton >({ content_type: 'page', 'fields.url': url, include: 10, limit: 1, }); ``` Should...