PatchTheCode
PatchTheCode
### Please add your awesome screenshot below. ## Want to see the previous Screen Shots `#3`? [Click here now](https://github.com/patchthecode/JTAppleCalendar/issues/517)
As title says. Linked to this issue https://github.com/patchthecode/JTAppleCalendar/issues/1061#issuecomment-499422444
1. Use [code here] as example 2. set calendar to .stopAtEachSection 3. toggle from monthView to singleRow view Calendar is not stopping at correct scrolldate
as mentioned in -> https://github.com/patchthecode/JTAppleCalendar/issues/378#issuecomment-293923829
System: Vuejs3 build: https://github.com/Akryum/vue-virtual-scroller/tree/next/packages/vue-virtual-scroller I have created a minimal recreation of the bug here -> https://stackblitz.com/edit/vitejs-vite-chutjj?file=src/App.vue **Description of problem:** Go to App.vue, and you will see the variable on line#12...
So this is my original code ```swift extension DiscoverController { struct TrendingHashtagsOutput: Content { let trending_hashes: [String] } func trendingHashTag(req: Request) throws -> EventLoopFuture { guard let pgdb = req.db...
### Clear and concise description of the problem When we scroll there is no snapping with this library. This lets the list scroll until decelerated, but many times for visual...
I want to use `SwiftShell.run(bash: consoleCommand)` but i want to cancel it if it is taking a while. I cant use async for this case. Do i try putting it...