ramonmalcolm10

Results 18 issues of ramonmalcolm10

**Describe the bug** When setting the phoneNumberVerified field, it accept a String instead of a boolean. **To Reproduce** `OidcUserInfo userInfo = OidcUserInfo.builder().phoneNumberVerified(String.valueOf(true)).build();` **Expected behavior** `OidcUserInfo userInfo = OidcUserInfo.builder().phoneNumberVerified(true).build();`

type: bug

**Versions:** - @inertiajs/inertia version: 0.11.1 - @inertiajs/inertia-vue3: ^0.6.0 - @inertiajs/server: ^0.1.0 - @vue/server-renderer": "^3.2.40 - vue: ^3.2.40 - vite: ^3.0.0 **Describe the problem:** Getting error "TypeError: createServer is not a...

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-svelte` version: 0.8.0 ### Describe the problem: When submit a form with multiple input fields and those fields failed validation, if correct anyone...

svelte

Publish a guide or sample on How-to: Authenticate using SAML

type: documentation

This pull request addresses an issue where a seemingly valid hashId results in an "Undefined array key 0"

### Version: - `@inertiajs/react` version: 1.0.11 ### Describe the problem: When using components that are lazy load with React Suspense the following error is thrown in the browser console: ```...

react

### Version: - `@inertiajs/react` version: 1.0.12 ### Describe the problem: ```useForm``` keeping resetting when I update a specific field from a component that utilize ```react-google-autocomplete``` library. ### Steps to reproduce:...

react

**Describe the bug** I found a potential security issue that I would like for you to confirm. Also can I list the details here?

Getting the following `value too long for type character varying(255)` while training the bot using Postgres database. The tables are automatically created, is there a way to extend the column...

**Describe the bug** Autocompletion text suggestions are being accepted with every keypress instead of only being accepted with the tab button. **To Reproduce** Steps to reproduce the behavior (the easier...

enhancement
stale