Raman Gupta
Raman Gupta
Yes: ``` $ kubectl config get-contexts CURRENT NAME CLUSTER AUTHINFO NAMESPACE kube1 kube1 kube1-admin minikube minikube minikube * kube2 kube2 kube2-admin ```
I'm wondering if dysk is the solution to all my Azure Disk problems with Kubernetes on Azure (wishful thinking I know). As far as I can tell from this issue,...
> > But I'm also thinking about including git repo as dependencies like say, git("http://github.com/someuser/niceproject.git") inside compile > > Ah. That's pretty much what jitpack does, though... Maybe a smaller...
Agreed. For now, I simply do the normalization/conversion to LF manually: ``` find . -type f | xargs dos2unix ``` It does cause all the templates to be "modified" the...
I think a multiplatform implementation would need to use compile-time code generation via something like KSP, instead of a runtime approach as is used now via ByteBuddy.
At least for environment variables, a workaround is to define the HOCON like this: ``` foo = abc foo = ${?FOO} ``` This does the environment variable based override directly...
What does `identify -list format | grep -i tiff` output on your system? Do you have another scanner you can test with?
Can you try it without `--ocr` and without `--unpaper`?
Need more information here, closing for now. Feel free to re-open if you want to continue debugging.
I have the same printer though I never use the flat bed for scanning. But I can try to play around with it. Let me understand your use case though......