Patrick Dung
Patrick Dung
@jgm I've got the Pandoc nightly version: ``` pandoc 2.18-nightly-2022-05-17 Compiled with pandoc-types 1.22.2, texmath 0.12.5, skylighting 0.12.3, citeproc 0.7, ipynb 0.2, hslua 2.2.0 Scripting engine: Lua 5.4 Copyright (C)...
I think it needs to check the 'email_verified' claim, because an account exists (email claim) in external provider may not imply it is verified at that end. [Reference URL](https://stackoverflow.com/questions/27927114/can-email-address-not-verified-in-oauth2)
For my setting, the OIDC connects to Auth0, and the backend is two OAuth2 providers (GitHub and GitLab). Users were not asked for the password to store in Coral. Besides...
Would it be possible that the {attach} or {filename} are processed by AsciiDoctor instead of Pelican? I could not get it working and tried the methods mentioned in the previous...
I am using the latest version of asciidoc_reader and head of Pelican (as of yesterday) After using DEBUG=1 for the make command, it is found that it is using asciidoc...
I am using PostgreSQL. The /posts/security/... post did not appear in the initial page load. It only appears after clicking the load more button.
Fedora 36 users here. I have problem to compile scipy@main with Python 3.11: ``` (pelican-py311) $ pip install git+https://github.com/scipy/scipy@main --no-clean Collecting git+https://github.com/scipy/scipy@main Cloning https://github.com/scipy/scipy (to revision main) to ./pip-req-build-06lek5k6 Running...
@rgommers Here's the result: ``` $ /usr/bin/pkg-config openblas --cflags Package openblas was not found in the pkg-config search path. Perhaps you should add the directory containing `openblas.pc' to the PKG_CONFIG_PATH...
@songrijie Could you provide a more verbose example for this part ``` ... local kp = ... // grafana persistent storage grafanaPv.grafanaStorageWithPVClaim(defaultPvcStorageName); ... ``` I have problem integrating this part...
Yes, you are right. I install Falco on a host. Use of ```--cri /run/k3s/containerd/containerd.sock``` solved the problem. The name of the container can now be shown: ```16:10:51.023333426: Notice [16:10:51.023333426][9dc5e707f717] [goatcounter]```...