Results 28 comments of marvelph

Although I checked the logs, I found a log of reconnection at the timing of memory leak, but there was also a case where a memory leak started at the...

@georgepsarakis I want a little time to cut out the project for reproduction. It is setting of Celery. ``` BROKER_URL = [ 'amqp://xxxxxxxx:[email protected]:5672/zzzzzzzz' ] BROKER_TRANSPORT_OPTIONS = {} ``` The scheduler...

@georgepsarakis Since my test environment can tolerate performance degradation, you can use tracemalloc. Can you make a patched Celery to dump memory usage?

I tried to find out whether similar problems occurred in other running systems. The frequency of occurrence varies, but a memory leak has occurred on three systems using Celery 4.x,...

@jxltom Yes. As far as my environment is concerned, problems do not occur in Python 2.

AltTab combines native tabs into a single item. By changing the settings, tabs can be separated into separate items as windows. https://github.com/lwouis/alt-tab-macos

@nikitabobko How about mimicking the logic of AltTab? https://github.com/lwouis/alt-tab-macos/issues/1540

The same problem is occurring. The clear key does not work when assigned.

+1 Currently, it is difficult to find an appropriate value for max-buffer-size.

The characters assigned to these keys are as follows. ``` kVK_JIS_Yen : "¥" kVK_JIS_Underscore : "_" kVK_JIS_KeypadComma : "," kVK_JIS_Eisu : "英数" kVK_JIS_Kana : "かな" ``` In addition, some keys...