Luca Faggianelli
Luca Faggianelli
Is it possible to increase icon size of timeline markers? so basically supporting a class like `is-medium` or `is-large`: ```html ``` I personally came up with this: ```scss .timeline .timeline-item...
I'm trying to use the `useDefaults` option, but Typescript doesn't like it: ```ts app.use(helmet({ contentSecurityPolicy: { // @ts-ignore useDefaults: true, directives: { 'connect-src': 'https://*.sentry.io' } } })) ``` also the...
Hi there, I use firebase for my app and firestore as backend/DB so I developed a `FirestoreModel` that inherits from vue-mc `Model`, but i'm missing something, how would you implement...
I have a group element `` containing several elements, there's always an `` and optionally other stuff. The drag and drop works but it flickers a lot and the drop...
It's such a great library, why don't you publish it on NPM so we can install it with `npm install qrcodegen`? Happy to help if you want!
**Is your feature request related to a problem? Please describe.** As a user I would like to access runtime variables in test functions **Describe the solution you'd like** The test...
**Is your feature request related to a problem? Please describe.** Once you create a global variable in the pipeline page, it cannot be changed (nor the name neither the value)...
**Describe the bug** The Select input element in the New/Edit trigger page has a background not in line with the website theme: in my case I have a dark theme...
**Describe the bug** My code contains non-ascii chars (in particular the Euro symbol `€`) but Mage transforms it into an unknown symbol PS: for the moment I found a workaround...
I'm using the standard HTML form element so it would be nice to have the `name` property to handle form data on submit. SelectBox it's also missing the `required` property.