olfek
olfek
### Which @angular/* package(s) are the source of the bug? animations ### Is this a regression? No ### Description https://github.com/angular/angular/blob/950a5540f15118e7360506ad82ec9dab5a11f789/packages/animations/src/players/animation_player.ts#L76-L80 https://github.com/angular/angular/blob/950a5540f15118e7360506ad82ec9dab5a11f789/packages/animations/src/players/animation_player.ts#L197-L199 As you can see, `position: number` is used as...
The current code ... https://github.com/Authenticator-Extension/Authenticator/blob/6511920bac98576e3c97fe2d213b23e9dc899422/src/store/Accounts.ts#L90 ... fails in these two examples: ``` 0 - 61 + 60 < 0 59 - 120 + 60 < 0 ``` The offset (middle...
Alternative proposal to - https://github.com/Authenticator-Extension/Authenticator/pull/1283
https://open-vsx.org/extension/medo64/render-crlf Which can be installed in this browser IDE: https://idx.dev
Can I use this instead of `@types/firefox-webext-browser`? Asking because in the README of this project, it says: > This project supplies the TypeScript types **for** the [WebExtension browser API Polyfill](https://github.com/mozilla/webextension-polyfill)...
`@types/firefox-webext-browser` can be used without any import statements by adding `firefox-webext-browser` to `tsconfig.json > compilerOptions > types`. When I try to do the same with this package, it does not...
https://github.com/Authenticator-Extension/Authenticator/pull/1310#issuecomment-2464889071
Obfuscated variables are not made readable using the available inline source map. With `pathMappings` configured, breakpoints in VSCode work, but the variables values aren't visible in the editor on mouse...
Publish on NPM
### Operating System Windows ### Ruby Version ruby 3.4.7 (2025-10-08 revision 7a5688e2a2) +PRISM [x64-mingw-ucrt] ### Jekyll Version jekyll 4.4.1 ### GitHub Pages Version n/a ### Expected Behavior n/a ### Current...