Scott Lanoue
Scott Lanoue
Damn, well that was fun. I was able to get it to work using a variety of documentation ranging from: - [https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html](https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html) - [https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#Provider](https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#Provider) - [http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/security/MessageDigest.java](http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/security/MessageDigest.java) - [https://docs.oracle.com/javase/7/docs/technotes/guides/security/crypto/HowToImplAProvider.html](https://docs.oracle.com/javase/7/docs/technotes/guides/security/crypto/HowToImplAProvider.html) - [https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#Security](https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#Security)...
Did you follow the [setup guide](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup#make-sure-you-have-the-latest-version-of-docker-and-docker-compose-installed)? Most importantly, you don't have docker installed, and your Powershell is telling you that when you try to paste the command. > Docker Version:...
For anyone that wants to get around this in the meantime, here's what I'm doing: ``` tasks.register("fixOpenApiSpec") { doLast { val openApiFile = file("${projectDir}/build/resources/main/openapi/openapi.yaml") if (openApiFile.exists()) { var specContent =...
Copying @tabilzad 's response from slack: >yeah i guess something like this should be sufficient. We'd just have to make sure regular type interpretation won't run for Multipart endpoints. ```...
New API: ``` @OptIn(ExperimentalFoundationApi::class, InternalCupertinoApi::class) @Composable fun CupertinoSwipeBox( state: AnchoredDraggableState = rememberSimpleCupertinoSwipeBoxState(), modifier: Modifier = Modifier, handleWidth : Dp = Dp.Unspecified, // TODO handle itemWidth: Dp = CupertinoSwipeBoxDefaults.actionItemWidth, height: Dp...
Also @alexzhirkevich if you're having build issues besides https://github.com/alexzhirkevich/compose-cupertino/pull/77 then let me know, I just started from scratch and everything worked for me.
https://github.com/user-attachments/assets/832b3224-dc1e-4b41-b381-d71b463652ee
>In addition, is it possible to set the servers, security credentials, and swager url at runtime? _compileTime_ but yes, its possible to set via the gradle plugin settings now: ```...
This repo hasn't been updated in a long time, I've been working on a fork here that's got some of these changes already applied: https://github.com/schott12521/compose-cupertino