Lyle Schemmerling
Lyle Schemmerling
## Redo the style strategy on the docs pages around the typography plugin ### Description The tailwind typography plugin works for pages like the blog where the content is fairly...
## The Remote Content component does not syntax highlight code blocks ### Description See the [Angular SDK page](https://fusionauth.io/docs/sdks/angular-sdk) as an example. The component is using marked to parse the raw...
## Doc Landing updates ### Description Updates to the doc landing page post doc migration - [ ] The doc landing page does not have a direct link to the...
## Need updated opengraph image for docs, blog, and devtools ### Description We only have an articles one posted at the moment, we should have an image for each site...
## License page is unreadable on mobile There's margins on the outside of the content that squish it fairly aggressively. Needs a different layout, and possibly some attention to the...
### What happened? There are two places where a template for SMS two-factor codes can be configured: the Tenant and the Application. However, if a template is configured on the...
## Update SCIM Retrieve Users API to get past 10k user limitation ### Problem When using the Elasticsearch engine the retrieve users API is limited to 10,000 users. With https://github.com/FusionAuth/fusionauth-issues/issues/494...
## Wrap all the breadcrumbs in `` ### Description When the site was migrated to astro almost all of the elements marked with asciidoc [breadcrumb] were changed to . These...
## Improve efficiency of lambda execution ### Description While doing some research in the implementation of the Graal JS execution engine I think that we can do things more efficiently...
### What happened? We have a report of the [bulk delete users API](https://fusionauth.io/docs/apis/users#bulk-delete-users) failing when using an AWS-hosted Opensearch instance for self-hosted FusionAuth. using an api call ``` /api/user/bulk?hardDelete=true&dryRun=true&limit=1&queryString=* ```...