Geremia Taglialatela

Results 97 issues of Geremia Taglialatela

### Discussed in https://github.com/FortAwesome/Font-Awesome/discussions/19943 Originally posted by **tinwe** October 12, 2023 The new version of Print has a cut out in the middle of its pages, which only makes it...

in progress
needs-triage

### Bug description All anchor links at https://fontawesome.com/v5/docs/web/use-with/react in anchors are broken Example: Swap Duotone Icon Layer Opacity links to `https://fontawesome.com/web/style/duotone-icons` ### Font Awesome version n/a ### Application and Operating...

bug
doc
fontawesome.com

3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 Close #553

``` $ mailcatcher -f -v --http-ip=0.0.0.0 Starting MailCatcher v0.9.1.beta2 ==> smtp://127.0.0.1:1025 ==> http://0.0.0.0:1080 ``` Unfortunately I cannot run specs on my machine, it looks like that there are issues with...

Make the gem more secure by requiring that all privileged operations by any of the owners require OTP. Ref: https://guides.rubygems.org/mfa-requirement-opt-in/

Hi, The reduced test case simulates `connect()` and `disconnect()` that happen in JS frameworks like [Stimulus](https://stimulus.hotwired.dev/). A real use case in Stimulus may look like: ```js connect () { this.element.autonumeric...

**Describe the bug** It is expected that HTML elements are disabled in a globally disabled `fieldset` Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#attributes > If this Boolean attribute is set, all form controls that are...

bug

**Describe the bug** `destroy` does not respect `selected` value. This causes issues when using with libraries like [Turbo](https://turbo.hotwired.dev/) and [Stimulus](https://stimulus.hotwired.dev/), where you want to `destroy()` when leaving the page or...

bug

Hi, I do not know if this deserves a cop or if it is the correct place to discuss this kind of requests While performing some tests, I've noticed that...