Timothée Duran

Results 12 comments of Timothée Duran

Hello, I have a similar error `malloc: *** error for object 0x1029220f0: pointer being freed was not allocated` when I send multiple requests to the server. The error is in...

Thank you for your help @kjessup ! It's hard to tell if my database connections are shared across thread but I think it might be the source of the bug....

Alright, I found a way to "fix" it. Basically, I use semaphore before accessing the database. ```swift let semaphore = DispatchSemaphore(value: 1) // Only one thread can use the semaphore...

Hello, Thank you very much for your answers! > if you are making an instance of it and sharing it amongst your handlers then that's a problem. That's what I've...

Try to run: `$ brew install [email protected] && brew link [email protected] --force` And then: `$ swift package generate-xcodeproj` This worked for me!

Same question.

Hi, Thank you for your quick replay. I've checked on the [popovers demo page ](https://demos.creative-tim.com/argon-dashboard-pro/docs/components/popovers.html) and it still doesn't work :/ Neither on macOS or iOS. I didn't try on...

Okay! I ended up doing the same. Thank you!

Hello, did you found a way to do it ?

Hi! Do we have any news on this? @stepankuzmin. I think this is really great input from @mhemmings. At the very least, could we have a way to disable this...