Skip to main content
-3 votes
0 answers
50 views

this is my first time coding roles and permissions, please review my code . :) I mostly followed a guide on Spatie roles and permissions but after the tutorial I did give it to ChatGPT for some review ...
Lana Bakhtyar's user avatar
0 votes
1 answer
53 views

I build android Application with API 30 with VS 2022.The AndroidManifest.xml file is in root of project and I need bluetooth permission to connect to printer. and I added it to manifest file. but in ...
Esmail's user avatar
  • 15
2 votes
0 answers
103 views

I am a beginner Haskell programmer on Windows 11. I am writing a Snakes & Ladders program, and am attempting to set up a Stack environment to work in. I have been following this guide, as well as ...
bigpython's user avatar
1 vote
0 answers
99 views

I am using Jira Cloud and trying to create issues via a .NET backend API. I am an Administrator in the Space. My API token has all the necessary write scopes, including write:issue:jira, write:project:...
Mahammad Azimzada's user avatar
Best practices
1 vote
3 replies
114 views

I have a multi-tenant Laravel app using a shared database with tenant scoping. Each organization can define base permissions for its members. Example: if resource.view is enabled, all members can view ...
Mustafa AHCI's user avatar
1 vote
1 answer
80 views

I’m using the Mesibo SDK for video and voice calls in my Android app. My own AndroidManifest.xml does not include any media permissions.I only use: <uses-permission android:name="android....
Hammad Hasan's user avatar
Advice
0 votes
0 replies
13 views

I have a Docker Swarm setup where a worker node needs to copy files to the master node. The worker is running on Windows via WSL, and the master is an Ubuntu server. Both nodes are connected through a ...
Rodrigo's user avatar
  • 33
Advice
0 votes
3 replies
76 views

In my office management app we mark attendance through clicking a selfie and we also capture the current latitude and longitude. For android this activity is working is fine but in my ios the ...
Sati Anshul's user avatar
0 votes
1 answer
114 views

I’m trying to access the sys_script table through the ServiceNow Table API using a custom role, but I always get: HTTP 403 Forbidden Field(s) present in the query do not have permission to be read The ...
Logendran's user avatar
0 votes
1 answer
94 views

I’m running a WordPress site (https://example.com) behind Traefik on a VPS using rootless Docker (Docker daemon socket is /run/user/1000/docker.sock). Everything works fine except updating plugins ...
M. Safari's user avatar
  • 319
0 votes
0 answers
139 views

I have a powershell script calling dotnet add Script: dotnet add `"$projectFilePath`" package "$packageName" --source "$dorsetIcsSourceName" --version "$...
Dib's user avatar
  • 2,117
-2 votes
1 answer
100 views

When trying to rebuild a CMake project as a different Linux user, it generates Operation not permitted despite having read and write access through group permissions. The only way to solve it is to ...
James Easton's user avatar
0 votes
0 answers
68 views

Problem Summary I'm experiencing permission issues when deploying a PostgreSQL 9.6 container in Docker Swarm that uses an NFS-mounted volume for data storage. The container fails to start with the ...
Abilash's user avatar
  • 39
2 votes
2 answers
67 views

I have a Django project with DjangoRestFramework. I have a simple view, Facility, which is a ListAPIView. Permissions were generated for add, change, delete and view. I have create a new user, and ...
Mathijs van Nimwegen's user avatar
0 votes
0 answers
159 views

After the update to iOS 26, we are not able to open the iPhone's WiFi settings page programmatically. We had been using the URL App-Prefs:root=WIFI, but now this URL just opens the app's own settings ...
mrAlmond's user avatar
  • 409

15 30 50 per page
1
2 3 4 5
1183