Jon Samwell

Results 11 issues of Jon Samwell

Bug report --- - Node Version: `10.16.0` - Protractor Version: `5.4.2` - Angular Version: `8` - Browser(s): `Chrome (headless / normal)` - Operating System and Version `Windows 10` - Your...

Note that null safety cannot yet be achived in the flutter stable branch due to flutter_driver and integration_test not being null safe themselves see https://github.com/flutter/flutter/issues/71379 & https://github.com/flutter/flutter/issues/80293

As this package uses intl: 0.16.0 and Flutter v2 uses 0.17.0 we cannot upgrade until this package constraints on intl allow 0.17.0 ``` Because pattern_formatter 1.0.2 depends on intl ^0.16.0...

Thanks for the library it is very useful, do you have any plans to add Apple / Google pay?

enhancement

Missing documentation for register-custom-form-control directive

enhancement
help wanted

### Describe the bug When Logto is run in a Docker container locally (while developing) it would be awesome to allow the use of self-signed certificates for webhook endpoints. At...

pending-verification
feature-request

Updated `dropdown-menu-shortcut.svelte` to use margin-inline-start (`ms-auto`) so it works in rtl layouts Before fix: ![image](https://github.com/user-attachments/assets/beb2671f-4d70-48e3-ba41-0c6e01f4b6ec) With fix applied: ![image](https://github.com/user-attachments/assets/c8f6b7b3-f40e-4035-bd68-3422d9f72d94)

### Describe the bug After logging in, the idToken, accessToken, and expiry information are encrypted and sent to the browser in a cookie. Before encryption, this data typically amounts to...

bug

### Describe the bug When trying to use AbortSignal in custom JWT claims a reference expect is thrown (when using the test functionality) stating AbortSignal is not defined. ### Expected...

feature-request