Troy

Results 10 comments of Troy

This is still an issue with SDK v11.0.0 - 2021-06-05 Here is the stacktrace we're seeing: ``` java.lang.NullPointerException Attempt to get length of null array SourceFile:5 com.facebook.unity.FB.getKeyHash() SourceFile:4 com.facebook.unity.FB$1.onInitialized() SourceFile:2...

I will leave this issue open to track adding compression. > the high-level multiplayer API itself can be configured to use various kinds of lossless compression including Zstandard. That sounds...

Next step would be to make a proposal for what we need. Maybe there is already a proposal in the works for what I'm asking about? It's not practical for...

If you have a single log group, the solution is to set `ensureLogGroup: false` when creating the `WinstonCloudWatch`. This makes the library skip setting the retention policy. For example: ```js...

Thinking more about this, is it better to use a local file-system repository instead? I didn't set up a local maven repo before.. would that allow choosing between debug and...

Ok so what you described would solve the debug vs release question, that's great. How best to use local aars though? The only reason I would make this feature is...

> > @capnmidnight would you mind take a look at this issue? > > Yes, I will check it out as soon as I can. Did you find a solution...

We have a solution internally and are testing it at the moment. So this is lower priority for us now. Solution goes like this: 1. `Log.getStackTraceString` to serialize a Java/Kotlin...

What about only showing the domains that were blocked by user options? ![screen shot 2018-09-02 at 21 15 40](https://user-images.githubusercontent.com/13446008/44959823-73ee0780-aef5-11e8-9426-4e665a4f6890.png)

I'm going to have a go at implementing this. @ghostwords > non-trivial query string What decides if a query string is non-trivial? Possible conditions: * number of parameters >= 3...