Marko Solomun
Marko Solomun
I am having same issue, with error on Podfile import: ```swift import UserNotifications import OneSignalExtension // < Shows error No such modlue 'OneSignalExtension' // rest of the swift code... ```...
Hi @elishae621 yes I have manged to sort it out and it works now. There are few things that I did: - Set your pubspec.xml to lates version of flutter...
@tigunia-martin thanks for the fix, I think it's easier to change permissions on the folder: `chmod -R 777 db` for example. This works only if you have acces to OS...
Install latest version of docker and docker compose. Then run: `docker compose up` instead of `docker-compose up`. Cheers
Hi all, After spending few hours on figuring out how to implemt this, here is final solution that may help. I am using Apache server with Proxy Pass and SSL,...
Hi all, I am having same problem here with C++ and adding this library to my project. @Jesus805 where and how did you referenced that dll?
Ended up using what is described and here: https://stackoverflow.com/a/58589854 Downloading .nuget package and extracking dll and xml then including into project.
Hi I am having same issue, and I don't even use package in my app which is strange thing. Anyone have any clue?
@hkidevone which package(s) are you using? Check this out https://stackoverflow.com/a/79379519/6342456 and my findings. I was using package for html and switched to other package that does same/similar thing. Follow procedure...
I have just downloaded and tested it, works very well. Would be interesting to see language support. I am not a python dev but gonna see if keyboard shortcut can...