Klaas Foppen
Klaas Foppen
I tried some things but for now just made this: ```javascript const isProduction = process.env.NODE_ENV === "production"; interface Config { API_URL: string; } const config: Config = { API_URL: isProduction...
Your app is a client and a client should never store any secret
You want to offer offline downloads? use a different module and download the podcast to the device and when the user plays an episode check your localstorage for the file
@appub @sujanvaland What I am doing is the following: ``` this.recorder = new Recorder(this.state.filename, { bitrate: 256000, channels: 2, sampleRate: 44100, quality: "max", format: "aac", encoder: "aac" }).prepare((err, fsPath) =>...
I also have this problem, `state: -1` nothing seems to work on android
So after a little playing around I got android working on some devices, I noticed that the difference with the iOS implementation is that android throws hard errors compared to...
Hey! I just had the same error. I haven't fixed it yet but I know where it comes from. You can set `"react-apollo": "2.1.6",` so npm/yarn uses the fixed version...
@xingyu-he what I noticed is that it gets blocked only on linux distros, will be looking into that and might need to setup proper permissions in the dockerfile to make...
@abroadwin Doesn't seem todo the trick for me, looking at 3.1.2 nothing changed inside the `getMarkupFromTree` function.
Also with `3.0.0-beta.7` The same problem happens edit: `3.0.0-beta.9` has the same results