Danilo Bargen

Results 535 comments of Danilo Bargen

It would probably help if you'd post your code.

I haven't touched the codebase that uses a2 in a while. I may be able to take a look in early January (I made a note for that), but at...

Yeah, and I'm wary of updating dependencies on a service that's been running perfectly fine for months :sweat_smile: However, I should be able to judge the API changes independently from...

For me that did not work, I had to do it slightly different. settings.gradle: ``` include ':MemorizingTrustManager' project(':MemorizingTrustManager').projectDir = new File('libs/MemorizingTrustManager') ``` app/build.gradle: ``` dependencies { compile project(':MemorizingTrustManager') } ```

As a workaround, you should be able to use https://jitpack.io/

@Flowdalic you could use [gralde-witness](https://github.com/WhisperSystems/gradle-witness) to lock down the hash of the build, and then link against a specific revision using Jitpack. (Or does the hash change on jitpack for...

@john-parton that looks fantastic! I'm currently working on a shop where we plan to sell 3D prints in different sizes, colors and materials. This change would be perfect for us.

Another idea: It would be great if some variant dimensions could be managed independently from the products. Regarding the 3D printing example, we can offer the same colors for all...

This would be great. The default CLI tool compiles the code in the cloud. I'd prefer to keep that local, but without manually setting up the toolchain.

Note: It's better to query the endpoint directly. The directory does have a caching function, but it's not guaranteed to remain that way forever and it's better to use the...