Richard Hagen
Richard Hagen
Maybe require Guzzle(or similar!) now, and automatically configure it, and in a next major version, you could suggest Guzzle, and leave it for the user to configure it? The best...
Hi! I have started to work on it, but I have a hard time with the "loose definition" of the API, it's incredibly hard to maintain backwards compatibility when there...
Hi! Hmm, we are using Jira Server (rest v2), but Atlassian is dropping the product in february... But does the Datacenter version still use v2, or are they on v3...
Hi! I'm planning to build our IconPicker, but haven't started yet ;) And I'm also the one calling library.add... (Maybe a better aproach would be to lazy load all the...
Hi! Thanks, my current solution is slightly "lower tech" ;) ```js import fontawesome from "@fortawesome/fontawesome"; import { faUser, faCoffee, faQuestionCircle, faWheelchair, faBlind, faHospitalSymbol, faAmbulance, faFirstAid, faBrain, faHeart, faExclamation, faBold, faItalic,...
Fixed locally by adding `cascade={"persist"}` on the property...
Thanks for looking in to it!
We are also installing with --ignore-scripts, so I added this RUN-command after npm install: ``` RUN cd /app/node_modules/@parcel/watcher && yarn run node-gyp-build ```
Any chance this PR can include Symfony 6.1 as well? :)
The required RBAC: ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: uptime-kuma namespace: uptime-kuma --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: IngressRole rules: - verbs: - get - list apiGroups: -...