-
What I run: `cargo +stable install-ra --client`
What I expect: RA installs, as usual :)
What I get:
```
will run: npm run package
> ra-lsp@0.0.1 package /home/mb/rust-analyzer/editors/code
> …
-
Are any of you working with gs files inside IntelliJ by any chance? Would be really nice to have a plugin to provide support. I found references to an older plugin that has been removed ( https://gi…
-
This spec is for @nikopen
The spreadsheet should pull all issues from Kubernetes/Kubernetes with "kind/failing-test" or "kind/flake" created since 2018-10-01
Should include the following inform…
-
The TS definitions should be flatter than they are generated. They should generate this:
```ts
declare namespace GoogleAppsScript {
namespace Analytics_v3 {
namespace Collection {
n…
grant updated
5 years ago
-
I have created a new account(trial) and generated an API key from it, everything is working fine.
I used [https://www.base64encode.org/](https://www.base64encode.org/) to encode both.
The trial is o…
-
## Expected Behavior
GoogleAppsScript.Base.Blob should have getBlob()
## Actual Behavior
It doesn't
## Steps to Reproduce the Problem
Utilities.gzip(Utilities.newBlob('text'))
## Specifica…
-
Not sure if this is the right place for this comment, but I'm using Clasp and Typescript installed via:
```
npm install -g @google/clasp
npm i -S @types/google-apps-script
```
The type system see…
-
ページ遷移しなくても買えるというのは大きな強みではあるが、技術力無いと苦しくもあるので
2層…各サイトのStripe実装とGoogleAppsScript
1層…ちけっとピアツーピア
の現状、
2層…各サイトのstripe実装GoogleAppsScript、もしくは決済まで受け持つサイト遷移型購入ページ
1層…ちけっとピアツーピア
という2レイヤー構造にし、2nd…
-
If you know how to fix the issue, make a pull request instead.
- [x] I tried using the `@types/google-apps-script` package and had problems.
- [x] I tried using the latest stable version of tsc. h…
-
When coding with IntelliJ which is fully typescript capable, when coding a line like this:
```ts
let message:GmailMessage = getCurrentMessage(event);
```
IntelliJ generates an import statement…