Daniel DeGroff
Daniel DeGroff
Thanks for the report @rschilham ! Committed a rename.
I agree, this is something we'd like to solve. If you have some ideas how to solve it - input is appreciated. Here is the current struct def: https://github.com/FusionAuth/go-client/blob/840527ef423ecbde988af5190fb99c17aa26172e/pkg/fusionauth/Domain.go#L1724 Here...
@iveelsm feel free to take a crack at this one if it looks interesting. Possibly related issues https://github.com/FusionAuth/go-client/issues/34 https://github.com/FusionAuth/go-client/issues/38
@matthew-altman it looks like we are not de-serializing into the errors object on a non 2xx response. Can you take a look? @alonlong if you recreate using postman , insomnia...
@abbottm-go if you try to make the same request using a REST client such as insomnia or postman what is the error and status code? If we can identify the...
I hit this problem as well, good to know it is resolved in a later version of jQuery UI. I described this symptom in Issue #89. In my case I...
Is this the same as issue #88 ? https://github.com/themouette/jquery-week-calendar/issues/88
Using the weekcalendar_demo_4.html, I added the following event to the events array. {"id":6, "start": new Date(year, month, day, 15), "end": new Date(year, month, day + 4, 17),"title":"Multi-Day"} This a multi...
Yes, that also works for me. You are unable to see the event into next week if you click the next week button?
If an event spans from Thursday Oct. 27 to Tuesday Nov. 1st, and the calendar is displaying from Sunday Oct 23 to Saturday Oct 29 - why would it display...