Florian
Florian
Hello! If I try to compare two strings like `compareTwoStrings("set", "st");` the result is always 0. Strings with length lower than 3 cannot be compared. Is this normal? Greatings!
Hello! I playing with the react-dnd lib. I wanna use a custom drag layer. So i found this sample: [LINK](https://codesandbox.io/s/github/react-dnd/react-dnd/tree/gh-pages/examples_hooks_ts/02-drag-around/custom-drag-layer). My question: Is it possible to create a custom "return...
Hello! I use the standard example code like this: ``` function openInbox(cb) { imap.openBox("INBOX", true, cb); } imap.once("ready", function () { openInbox(function (err, box) { if (err) throw err; var...
### Which @angular/* package(s) are relevant/related to the feature request? Angular 17.3.x and @angular/pwa ### Description Angulars `ngsw-worker.js` shows notification at any time a "push" event occurs. However, receiving push...
Hello! First of all: thank you for this great library! I working with Angular, React and so on, but all in Typescript and not plain Javascript. So with some `//...
### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was I'm...
Hi all,   **Here is a little sample.** [https://stackblitz.com/angular/yvmnrxexppp?file=app%2Fcdk-drag-drop-connected-sorting-example.html](url) Since version 7.2.x (I noticed) there is the problem that the cursor (set in CSS) adapts to the underlying object...
### 🔗 Linked issue Fixes #33780 ### 📚 Description Enums from shared/ directory were not properly auto-imported because TypeScript couldn't resolve `enum` members. Root cause: `shared/**/*` was **not** added to...
## Summary It is the season! This PR brings some winter magic to the Nuxt dev loading screen ☃️ - ❄️ Snowflakes gently falling during winter months (Nov-Jan in Northern...
### 🔗 Linked issue Resolves: #33766 ### 📚 Description Fixes a visual flash when navigating between nested routes with different depths (e.g., 3 levels → 2 levels). The condition at...