Albert Putra Purnama

Results 9 comments of Albert Putra Purnama

Hey all! I'm experiencing the same issue on running unit test on cocoapod linting (also xcode 11), is this bug fix already in timeline for OneSignal team to fix @jkasten2...

This issue seems to happen to me with a slightly different error message. it said `bundleProxy` instead of `bundleIdentifier` ``` 2020-12-16 20:27:27.785568-0800 xctest[82223:181950256] *** Terminating app due to uncaught exception...

I think we can close this issue since the PR is already merged @liron-l

I'm interested in working on this. But I'm not sure where to start, I'm thinking of exposing the internal functions like `_connect()`, etc for use somehow. I might be very...

For my case, running realtime with existing web server (FastAPI) crashes because there's already event loop running managed by FastAPI. `RuntimeError: this event loop is already running.` The workaround for...

Yes this is possible. ```javascript // Get the encryption key from the environment variable or use a default value const encryptionKey = process.env.DOCUMENT_ENCRYPTION_KEY || ""; // Create a Fernet cipher...

@venecialopez How do you know that your storybook doesn't load the postcss config file? I'm currently debugging my own postcss + storybook issues and wondering if this is the same...