This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package se.hellsoft.twig | |
import android.util.Log | |
import se.hellsoft.kotlinhacks.BuildConfig | |
/** | |
* Verbose logging. Will be stripped from release builds. | |
*/ | |
inline fun <reified T> T.logv(error: Throwable? = null, m: () -> String) { | |
if (BuildConfig.DEBUG) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let isRefreshing = false; | |
let refreshSubscribers = []; | |
const instance = axios.create({ | |
baseURL: Config.API_URL, | |
}); | |
instance.interceptors.response.use(response => { | |
return response; | |
}, error => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from "axios"; | |
import { settings } from "../settings"; | |
import { authAPI } from "."; | |
const request = axios.create({ | |
baseURL: settings.apiV1, | |
}); | |
request.interceptors.request.use( | |
(config) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initialize engine version: 2018.1.6f1 (57cc34175ccf) | |
GfxDevice: creating device client; threaded=1 | |
Direct3D: | |
Version: Direct3D 11.0 [level 11.1] | |
Renderer: NVIDIA GeForce GTX 1080 (ID=0x1b80) | |
Vendor: (null) | |
VRAM: 3072 MB | |
Driver: 22.21.13.8189 | |
Begin MonoManager ReloadAssembly | |
- Completed reload, in 0.102 seconds |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"grpid": 65961, | |
"titleId": 173532, | |
"isToken": false, | |
"isCollectible": true, | |
"isCraftable": true, | |
"artSize": 0, | |
"power": 1, | |
"toughness": 1, |
OlderNewer