David Cornu
David Cornu
### Describe the bug When a `sl-select` element is included in a page's HTML (as opposed to added afterwards via JS) with a `value` attribute and several nested `sl-option`s, it...
Fixes https://github.com/mattetti/googlecharts/issues/81 cc @zukunftsalick
Given that charts are regularly used to display business data, defaulting to `https` would seem to be the most prudent solution to avoid potentially sending unencrypted sensitive information over the...
### What Bumps the `superagent` dependency in order to bump `formidable` (sub-dependency) to a patched version. ### Why CVE-2022-29622 ### SDK Release Checklist - [ ] Have you added an...
### Check for existing issues - [X] Completed ### Misc notes ## Use case I'm working on an extension to add Haml syntax highlighting (https://github.com/davidcornu/zed-haml). Given that Haml templates can...
## Context The 7.2 release notes (https://edgeguides.rubyonrails.org/7_2_release_notes.html#active-record-deprecations) state: > Deprecate `Rails.application.config.active_record.commit_transaction_on_non_local_return` but also > Remove deprecated behavior that would rollback a transaction block when exited using `return`, `break` or `throw`....
Hi there! While auditing third-party GitHub actions we use to assess the potential impact of the recent round of supply chain attacks, I noticed that this action has a `@v1`...
### Context In a personal code base I currently maintain a `Row` implementation called `DebugRow` as a catch-all type for queries so that I can use its `Debug` implementation for...