Juuso Lappalainen
Juuso Lappalainen
Currently the page children (image, title, subtitle) seem to be justified to center on the screen. Is there any way to align them to the top of the page?
I've defined some fields in my mongoose Schemas like the following: ``` { country: { type: 'String', enum: ['United States', 'Great Britain', ...] } } ``` which apparently doesn't conform...
From the docs: > JSONSchema decorators also flow down from parent classes into inherited validation decorators. Note though that if the inherited class uses JSONSchema to redecorate a property from...
I'm experiencing an issue where two entirely unrelated schemas are getting merged together. ### Details I'm using this library along with `routing-controllers-openapi`, so it's still a bit unsure if the...
A rather common use case is to display a date such as "May 29th", and there does not exist a standalone format for this type of day-and-month string. These localizations...
Hey, stumbled upon this and it seems like something I would have a need for. I do have a few questions if you would be kind enough to answer :)...
Hey! This seems like a cool project and we would potentially be interested in using it at Junction 2019. The thing is that we are not using Quill for registration,...
We have a strange issue using this lib, which is only reproducible in our production builds: ```bash TypeError: Cannot read properties of undefined (reading 'list') at react-anchorme.esm.js:1:1275 at react-anchorme.esm.js:1:1550 at...
Currently the registration questions related to travel & accommodation are regular registration questions which an organiser can enable / disable as they please. This should rather be configurable in the...
Currently the "apply as a team" functionality is controlled by enabling or disabling the "Do you want to apply as a team?" question under the registration form settings. Instead, this...