I have a ProfilePage.xaml containing some ImageButtons like these (six of them): <ImageButton x:Name="resultImage" Source="{Binding Profile.Images[0].Sou
I have Ionic Appflow Live Updates configured and deploying correctly (in a Capacitor project). The problem is that when I deploy manually the app to my phone in
i am using iframe to render my app from my server. the problem is once i click on a link in my app, i am being redirected to my server. i mean, i remain in tha
I am trying to use cartopy in a python project, using: import cartopy.crs as ccrs from cartopy.io.img_tiles import OSM However, I get the following traceback:
I am trying to use filepond in a Modal to upload image and video. The image uploading is working, but the video is not. So, I am not sure if filepond works with
I am reinstalling my MacBook. And I receive the following message when I install (npm install -g @angular/cli) angular. Any idea why? I suspect the nom version
I'm trying to use Material UI to use buttons in my web app using ReactJS for the frontend. I installed Material UI with the terminal command npm install @materi
When I try to use he DB class of eloquent i get this error : Call to a member function raw() on null Code : use Illuminate\Support\Facades\DB; ... DB::raw(
I'm doing a board game in java, and I want to make a start button to start the game. the main function is a recursive function (gameloop), I call the function i