Manu Schiller
Manu Schiller
@tommoor this should be fairly simple to achieve :) 1. remove static imports and `refractor.register` calls 2. dynamically import the syntax on language changes Besides that: I would love have...
> I don't see any way that including a variable in the require statement can work, the bundlers need to know what code can be required so that chunks can...
this would be an awesome feature indeed! using it in bear all the time
We would also need to have access to `layoutData` in `onRender` as well. I'd love to contribute bringing the feature back to react-pdf@@v2, but I'd need some small hints in...
I tried to use https://github.com/diegomura/react-pdf/pull/421 as a starting point, but the APIs have changed too much in the past 4 years for me to understand where I'd need to start...
@diegomura since I'm still stuck with this feature - would it be possible to sponsor this feature to bring `layoutData` back? :) If you are interested you can get in...
after some debugging the problem seems two-fold: 1) cosign does not use DOCKER_CONFIG for locating the `.docker/config.json` file. This is not documented anywhere, I only found the option in https://github.com/sigstore/cosign/issues/587....
I followed the installation instructions at https://github.com/phihag/pdfform.js#installation and used the version at https://raw.githubusercontent.com/phihag/pdfform.js/dist/dist/pdfform.minipdf.dist.js for testing purposes. Using the currently published npm version 1.0.14 everything works fine: https://codesandbox.io/s/boring-violet-n3v6u @phihag I will...
@christian-bromann if i figure it out I'll gladly contribute the solution :) Right now I am close by using `mitm` as local proxy with a script to enhance the request...
this should already be possible (at least with the bitnami helm charts it is): https://github.com/bitnami/charts/blob/main/bitnami/keycloak/values.yaml#L992 We use that on a regular basis like so: ```keycloak-realm-config.yaml # templates/keycloak-realm-config.yaml apiVersion: v1 kind:...