Karl Adler

Results 33 comments of Karl Adler

+1 for this. What's the best way on iPad / iPhone to export the pictures e.g. to Dropbox?

+1 for this. Would you like to offer your code for moving to us?

This seems to be still an issue or it requires some documentation.

I guess what you are looking for is a "leading: true" option analogue to the `debounce` function in lodash. https://lodash.com/docs/4.17.15#debounce

+1 to this. Has anyone already an working example?

Working example in Symfony: ``` $vAlarm = new \Eluceo\iCal\Component\Alarm(); $vAlarm->setAction('DISPLAY'); $vAlarm->setTrigger('-P1W'); // 1 Week before event starts $vAlarm->setDescription('Event description'); $vEvent = new \Eluceo\iCal\Component\Event(); // your event properties here... $vEvent->addComponent($vAlarm); $vCalendar->addComponent($vEvent);...

looks great, we currently try to get it to work with Azure functions.

I don't know if vscode offers the API for it, but it would be already a huge improvement, that it reorders only when I hit CMD+S and not during autosave....

`@Query` decorator wont work on static functions ```typescript @Query(() => User) static user(@Arg('username') username: string): User { return mockedUsers.find((user) => user.username === username); } ``` produces this while executing request...

Tested it in chrome, works fine. It seems that in Brave Browser the login state is not detected. Probably there is some privacy setting to blame, just can't find which...