Cristian Le

Results 702 comments of Cristian Le

Yes, those ones. Alternative a front-end can be provided, but just for this integration, it can be postponed for when more features are introduced.

Is it compatible with Keycloak's OIDC? If so what configurations are needed there? Currently there is another plugin: https://github.com/robrotheram/taiga-contrib-openid-auth that implements OIDC but is less polished.

I have tried to use super-productivity, and although its features are interesting, the UI is not to my liking. There is also some performance issues on startup, but I suspect...

Let me add a minimal example that also doesn't work on MacOS BigSur: `cmd:///path/to/hello_world.sh` where `hello_world.sh` is as simple as: ```sh #!/bin/sh echo "Hello" >> world.txt ``` The app was...

It's in beta. Haven't tested what's done so far yet. https://github.com/smallstep/certificates/blob/7101fbb0ee939d24756695508845e78e41a1cb59/authority/provisioner/nebula.go

I don't see why not, especially now that CRL is included. Would be good though to have most of the client side cli on nebula, e.g. requesting a new certificate...

> Sorry, could you explain this more? Are you saying that clicking "goto references" doesn't list all references in the project? Or something else? Here's an example from `pdfpc` which...

Ok. I've confirmed that it does work like that for local files. So I guess the `gtk` libraries are not found because they couldn't be resolved from `cmake`? I have...

For this part, the first half of the problem is getting the necessary csr from `step ca init`. It is more intuitive to add it there, so that the user...

> I understand that you wanted a command that will do an HTTP request to the CA to renew the intermediate. There's a misunderstanding here. The flag would be in...