Marius A
Marius A
Can express-basic-auth be used with jwt? How would that work? Thanks
Hello, Would you please add to README some details on Alba vs CoreUI ? We're having a hard time debugging issues. On each, we also check CoreUI to see if...
Please integrate this fix https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template/issues/123
Looks like client expects server to always return `[{id:'', text:''}...]` How to handle a server which returns `[{id:'', name:''}...]` without a custom processItems function just for this?
**Describe the bug** https://fontawesome.com/icons?d=gallery&q=info&m=free question-circle regular is free (excellent) info-circle regular isn't free, just solid. Hopefully by mistake? **To Reproduce** https://fontawesome.com/icons?d=gallery&q=info&m=free **Expected behavior** Would you please consider making info-circle regular...
Hi, Need: re-schedule an event by drag & drop. This works fine in week view if the new desired time is same week, but it doesn't work when wanting to...
The current implementation for multiple calendars show all events ("schedules") in the same, single calendar. This makes it hard for users to see if a particular time spot is free,...
Hi, Is there a way to disable the currentTime / hour marker indicator? Looking through code, I've found only these which might disable it https://github.com/nhn/tui.calendar/search?utf8=%E2%9C%93&q=hasHourMarker&type= https://github.com/nhn/tui.calendar/search?q=showHourMarker&unscoped_q=showHourMarker but I don't see...
Hi, tui-date-picker is only used in the default schedule create/edit popup. If one uses custom popups, tui-date-picker is still included and adds 263kb to the build, even if unused. Same...
In v1, calendarId is required and needs to be a string. Ideally, it should be optional. If never specified, calendar should still work properly, just that one can't filter by...