John Kaster

Results 25 issues of John Kaster

WIP. Need to fix breadth-first population of `relations()` function Very late hack project

The Response tab now shows the full request URL, not including the request body (which can't be included in this scenario) # Screenshots ![image](https://user-images.githubusercontent.com/6099714/141223778-a263a58b-7fbe-451c-9421-3790c192210c.png) ![image](https://user-images.githubusercontent.com/6099714/141224322-34d11ea4-9244-4689-a2e5-e3d328a99b0e.png) ![image](https://user-images.githubusercontent.com/6099714/141224342-f02b01b0-7b61-4f93-9710-57c4e8727d77.png)

cla: yes

Platforms that support environment variables should also explicitly support `.env` files. This includes Kotlin, C#, Go, and Swift The Node (Typescript SDK) and Python SDK already support .env.

swift
kotlin
c#
go

This information should be in the top-level readme, and also referenced in each language-specific readme. People may find strongly typed http responses valuable for more than just the Looker SDK

enhancement
p3

.NET has a standard ConfigProvider our SDK configuration tooling for Look# should use

enhancement
c#
p3

This looks like the comment format to use https://kotlinlang.org/docs/reference/kotlin-doc.html

enhancement
kotlin
p3

Request is deprecated https://github.com/request/request/issues/3142 We'll need to decide on a winner and adopt it

typescript
p3

Currently it's just a type alias, and it needs to return a string representation of the array values as a delimited list, not in array notation

enhancement
swift
p3

We need the integration/smoke tests based on `data.yml` that the Python and Typescript SDKs already have.

enhancement
swift
p3

After the python transport layer and typing system is improved, we should provide the same kind of URL request behavior the other SDKs support, where any request can return a...

enhancement
python
p3