Web and Computer Consulting

Results 10 issues of Web and Computer Consulting

I see that there are methods to create roles and permissions and attach them onto User or Roles however I'm unclear as how to delete a role or permission and...

``` 44596 ?? 1:18.50 sshfs -p 22 [email protected]:/usr/local/tdproxy /Users/xxx/Desktop/MOUNTS/mounttdproxy/ 65527 ?? 2:00.83 sshfs -p 22 [email protected]:/web01/www/senseable-pages/ /Users/zz/Desktop/MOUNTS/MIT_WEB01/ ``` When unmounting from finder a lot of times the sshfs processes are...

1. What versions are you using? 8.3.0 3. Describe the problem t1 = perf_counter() dsn_tns = cx_Oracle.makedsn(config["MDMOWNER"]["SERVER"],config["MDMOWNER"]["PORT"],service_name=config["MDMOWNER"]["SID"]) cnx = cx_Oracle.connect(config["MDMOWNER"]["USER"],config["MDMOWNER"]["PASS"],dsn_tns) t2 = perf_counter() print(str(t2-t1)) the t2-t1 is about 10 seconds...

bug

Basically the below will work till the network is disconnected. Then it will not function correctly. So if I launch emulator when wifi is enabled it tells me it is...

So I have an app I'm developing. I'd like to thank Mr Mills for his contribution with this library. In my AppDelegate: ``` var reachability: Reachability! @UIApplicationMain class AppDelegate: UIResponder,...

### Bug summary ``` issue_dict = { 'project': 'RS', 'summary': mysummary, 'description': dd, 'issuetype': type, 'labels':['111','222'], 'assignee':{'name':'NAME OF USER'} } new_issue = jac.create_issue(fields=issue_dict) ``` Issue is created however there is...

No matter what i do with the colors on the day it always OUTPUTS OFF.... which is not correct.... Dusk/Dawn is Schedule Only

Unable to get container to stay awake after starting the DUO process...

### Describe the bug Npm start says something is running on EVERY port I try but serve -s build works fine on any port I use... ### Did you try...

needs triage
issue: bug report

URL" https://requests-oauthlib.readthedocs.io/en/latest/oauth2_workflow.html#backend-application-flow ``` theauth = HTTPBasicAuth(creds.ClientID,creds.ClientSecret) client = BackendApplicationClient(creds.ClientID) bcauth = OAuth2Session(client) token = bcauth.fetch_token(token_url=tokenendpoint,auth=theauth) ``` RESPONSE: > > "Please supply either code or " "authorization_response parameters." > ValueError: Please...