zunda
zunda
@ekurutepe what is `APP_ID`?
thanks. but it doesn't work for me. ```swift import SwiftUI import Swifter struct ContentView: View { let consumerKey = "fake" let consumerSecret = "fake" func getOauthToken() { let swifter =...
`@actions/core`'s version is required `v1.10.0`, but setup-swift's @action/core is `v1.10.0`. Maybe GitHub Deprecate Message is incorrect.
I have same Error. I tried **sudo python3 setup.py install** It ran NO Error. maybe... ``` (py36) zunda@zunda:~/GitHub/lighttrack$ cd ./graph/torchlight (py36) zunda@zunda:~/GitHub/lighttrack/graph/torchlight$ sudo python3 setup.py install running install running bdist_egg...
I added Motivation. But Resolving lint issue is little hard. if lint is bothersome or lint ci system has some problems, Please close this pr.
Yes, I am writing a server. Base url is keeping... `http://127.0.0.1:8080/login` -> `http://127.0.0.1:8080/https%3A%2F%2Fexample2.com`
This is sample repository that has issue I told. Please check. https://github.com/zunda-pixel/LoginServer ```yaml openapi: '3.1.0' info: title: LoginService version: 1.0.0 servers: - url: https://example.com/ description: Example service deployment. paths: /login:...
## Current Result 1. http://localhost:8080/login 2. http://127.0.0.1:8080/https%3A%2F%2Fapple.com ## Expecting Result 1. http://localhost:8080/login 2. https://apple.com
I use a web browser.