Justin Barca
Justin Barca
Here's a sneaky way to introspect the type without dragging this project's code into tsc checks: ``` import type { CalendarApi } from '@fullcalendar/core'; type EventImpl = Parameters[0]; ```
I was able to to extract the type of the includes from the prisma operations functions. I had a recursive function to generate levels of groups and subgroups so I...
For me this begs the question: what use is the `@password` attribute if it needs an enhanced prisma and the user is anonymous at creation time? I asked this as...
Using commented import without use of alias or changing ``` import {Button} from '@coglite/button'; ``` to ``` import {Button} from '@coglite/Button/button'; ``` fixes this issue
Please consider loudly announcing this lack of support in your documentation. By chance, I noticed this and saved myself lot of wasted time but I'm concerned others like the poster...
So as it turns out, these scripts both 1) violate the default CSP 2) cause an invalid token { error for {{ENV}} After over an hour of fiddling I couldn't...
Seems to be a version sync issue, as newest version of OBJLoader doesn't use FileLoader https://github.com/mrdoob/three.js/blob/cf584a60bdfd24c42eaa81d484533364742bda44/examples/js/loaders/OBJLoader.js and newest THREE doesn't export it
In order to work around this issue, I think this library should provide a way to accept as sources input a string which is parsed and expanded as in the...
> > As a workaround, you can create a backend endpoint from your own domain to serve the ics data from another domain. > > @justin-hackin Can you expand on...
FYI, this library https://github.com/schedule-x/schedule-x now has support for ical data as a string as per the docs here https://schedule-x.dev/docs/calendar/plugins/ical