Bruno
Bruno
**issue** it wants all permissions to manipulate with all "gdrive sheets" **solution** change permission to "manipulate only with current document" https://developers.google.com/apps-script/add-ons/concepts/editor-scopes#setting_explicit_scopes ``` { ... "oauthScopes": [ "https://www.googleapis.com/auth/script.container.ui", "https://www.googleapis.com/auth/spreadsheets.currentonly" ], ......
**issue** cannot use link to open github commit in browser **solution** translate commit detail text `Commit:{{id}}` https://github.com/mhutchie/vscode-git-graph/blob/develop/web/main.ts#L2560 into link to open "browser github commit" `https://github.com/{{user}}/{{repo}}/commit/{{id}}` from `this.currentRepo` https://github.com/mhutchie/vscode-git-graph/blob/develop/web/main.ts#L155
I want login in https://web.telegram.org/#/login with number +421 950 XXX XXX and I get Incorrect phone number In mobile app all is OK.
### Steps to reproduce 1. Where are you starting? What can you see? >> chat 2. What do you click? >> record ### Outcome #### What did you expect? normal...
Hello @artonio - thx for your tutorial code and blog https://blog.exceptionfound.com/index.php/2018/06/07/nestjs-basic-auth-and-sessions I successfully create "user01" var data = {firstName: "firstName01", lastName: "lastName01", username: "username01", password:"password01"}; var xhr = new XMLHttpRequest();...
Hello - in your example http://elasticlunr.com I use this search phrases "Oracle database latest year hardware" "hardware Oracle database" with different settings - or and etc and I get still...
Hello - I run it - but every url show just ` {"statusCode":401,"error":"Unauthorized","message":"You must provide a valid authenticated access token"} ` Q how can I login or signup user?
issue panel after open is on bottom **if I need more space on mobile I have to resizing everytime** solution **add button " maximize , minimize " on right top**...
issue I open panel with " float button " **then naturaly I want close panel - BUT there is no " close button "** also " float button " interferes...
**Is your feature request related to a problem? Please describe.** when I want use standard keystroke to close app `CMD+Q` nothing happened **Describe the solution you'd like** would be great...