hms5232

Results 28 comments of hms5232

Merely remove `$this->getBlackListExceptionEnabled()` will make `show_black_list_exception` in `config/jwt.php` meaningless. IMO, If it can return other value or do something else, it will be better and flexible. ```php public function decode(Token...

If you in local and local doesn't has any cache, try to restart the supervisor worker. This work for me.

大大您這貢獻我覺得挺好的,可是分支的內容應該切開整理一下,不然您自訂的東西和主題無關的都混在一起了。這樣埋沒有點可惜。

> @afunTW @vincentinttsh @hms5232 @ziloka able to help on this? 😅 This happened in Python 3.9 too. ``` Traceback (most recent call last): File "E:\code\pb109\main.py", line 11, in broker =...

I notice the develop environment setting set Poetry version 1.3.1, but project pipeline current is 1.1.4. I had made a PR to bump Poetry version in action test (see #115...

I think we only use Poetry in this project. For example, Javascript/Node has three package manager at least, but project will not maintain `package-lock.json`, `yarn.lock` and `pnpm-lock.yaml`. They will choose...

> Understood and agree that CI shouldn't make changes. But I would like to separate into two topics here > > 1. Support multiple package manager or not? > >...

> > So I think requirements.txt is between package.json and lock file. How about you? > > Agree, `package.json` event composes some other functionality. > > > We should only...

> hi @hms5232 , still waiting for your PR hahaha A few weeks ago I found a bug at 1.2.1 and report to poetry, they has fixed it at main...

> @hms5232 ok cool, sounds great Update~ I trace the bug reported issue and notice that Poetry seems that plant to release the fixed at version 1.3. Should we wait...