Riguz Lee
Riguz Lee
Good news! Quarto 1.4 provides `typst` as a new output format. Source: https://github.com/cscheid/2023-posit-conf-talk/blob/main/talk.qmd
 Same here.
> Hi @drriguz do you see `ClusterInterceptor` ?? kubectl get ClusterInterceptor Yes, ``` kubectl get ClusterInterceptor NAME AGE bitbucket 6d7h cel 6d7h github 6d7h gitlab 6d7h slack 6d7h ```
However authpass does work on the same computer, why? 
BTW, I found that PointyCastleArgon2 is already used in kdbx.dart: ```dart KdbxFormat([Argon2? argon2]) : assert(kdbxKeyCommonAssertConsistency()), argon2 = argon2 == null || !argon2.isImplemented ? const PointyCastleArgon2() : argon2; ``` I think...
Got it, thanks! I'll try to use pointy castle in my fork of kdbx.dart to reduce complexity. I'm developing an encrypted note app, and I'm considering using kdbx and sqlcipher...
It seems that after struggling for 4 years, the project finally..... down?
> @adambkaplan We decided to do a release based on v1beta1 APIs in the WG call. Afterward, we would upgrade. Does that means support for v1beta1 api will be EOL...
Hi, guys, any progress on the integration? Currently it's not possible to view the build status of a project via dashboard like jenkins, and it's also not directly supported through...
after debugging, I find the cause is that the default service account does not have permission to get the secret. ``` secrets "xxx" is forbidden: User "system:serviceaccount:agent-less:default" cannot get resource...