Deleted user

Results 71259 issues of Deleted user

### Version(s) affected 11.3.0 ### Description It seems as if the TOTP sign in task in [src/Command/Auth/Blocking/TotpSignInTask.php](https://github.com/chesslablab/chess-server/blob/main/src/Command/Auth/Blocking/TotpSignInTask.php) is not working as expected with Authenticator on the newest Chrome update. ```php

I see that Papirus missing a few apps icons ie: Chrome on the "KDE System Monitor - Processes". ![Screenshot_20241105_105313](https://github.com/user-attachments/assets/7449d445-9a68-4118-8014-72ab9a3ae609) Meanwhile, another package [Uos Dark [Deepin V20]](https://store.kde.org/p/1990795) has it more completed....

- `@testing-library/jest-dom` version: 6.6.3 - `node` version: v22.13.1 - `jest` (or `vitest`) version: 3.0.5 - `npm` (or `yarn`) version: [email protected] ### Relevant code or config: ``` ; .npmrc hoist=false ```...

I entered the following command, ``` heimdall flash --repartition --resume --pit A52Q_EUR_OPEN.pit \ --PERSIST persist.img \ --MISC misc.bin \ --DSP dspso.bin \ --MODEM modem.bin \ --BOOT boot.img \ --RECOVERY recovery.img...

![Image](https://github.com/user-attachments/assets/279c1967-3b02-4564-8bea-92fcb8f332e8)

**Describe the bug** .epub file crash. **To Reproduce** Steps to reproduce the behavior: 1. Open the file. **Expected behavior** Opens up the .epub file. **Screenshots** If applicable, add screenshots to...

bug
works for me

我好像没有找到组件提供的相应销毁或者解绑resize的方法,我看了下源码,源码给window的resize添加了个箭头函数监听窗口调整组件大小。 如果是单页面应用用了该组件,切换到别的页面,当前页销毁(如用了vue)没有解绑window的resize事件会引发内存泄漏。如果没有修改view中的相关宽高获取函数不会有任何提示,如果修改了,并且获取的宽高是根据被销毁页面中某些元素计算的则会报错。 如果用户来回切换页面则会造成window的resize添加多个监听函数,会引发雪崩式的报错。。。 有哪位大佬们能指点一下吗。。。。

This issue was automatically migrated from Google Code. _Original author: [email protected] (January 05, 2013 19:12:09)_ _Original issue: https://github.com/google-code-export/beets/issues/494_

feature
migrated
lyrics

I'm trying to use beets to automatically recompress my FLAC albums before adding them to the library. It's a FLAC to FLAC conversion. I'd like to use the maximum compression...

feature
convert

In the section 'Predicates as events' the function `is_prime` is defined, but the examples use `prime` which was previously defined as a set the primes up to 13. This means...