Sonny Kieu

Results 9 comments of Sonny Kieu

Lỗi này thỉnh thoảng xảy ra trên hầu hết các phiên bản macOS. Khi lỗi xảy ra thì hoàn toàn không thể gõ được tiếng Việt với OpenKey trên tất...

> Mình đang dùng bản 2.0.4 và MacOS Big Sur (11.5.2) thì thử cách Log Screen không được. Chỉ có Logout user hoặc Restart mới được. Mà Logout user thì...

MBP 16" M3 Max - app cannot control the fan when the fan is off. When the machine is under some heavy load (eg. docker build), app can set the...

> Sau khi search 1 lúc thì mình đã phát hiện ra cách fix lỗi này, khá đơn giản như sau > Các bạn vào **System Settings** > **Privacy and...

I notice that chaining is okay as long as `accessCheck()` is followed by `execute()` in the chained call: ``` $entity_ids = $query->condition('field_myfield', TRUE)->accessCheck(FALSE)->execute(); ``` ``` $entity_ids = $query->accessCheck(FALSE)->condition('field_myfield', TRUE)->execute(); ```

We got the same issue and had to install the extension and its dependencies manually: ```bash # Download the azure-devops extension # See https://learn.microsoft.com/en-us/cli/azure/azure-cli-extensions-list # See https://github.com/Azure/azure-devops-cli-extension/releases/tag/20240514.1 wget https://github.com/Azure/azure-devops-cli-extension/releases/download/20240514.1/azure_devops-1.0.1-py2.py3-none-any.whl #...

Confirming on the issue with 2.3.0. The query is ```sql SELECT `base_table`.`uid` AS `uid`, `base_table`.`uid` AS `base_table_uid` FROM `users` `base_table` LEFT JOIN `users_field_data` `users_field_data` ON `users_field_data`.`uid` = `base_table`.`uid` WHERE (`users_field_data`.`uid`...

> > > Mình bận việc gia đình và project khác nên chưa có nhiều thời gian, sau khi mình sắp xếp được công việc mình sẽ tiếp tục mong...

Confirming it's gone again: ``` Problem 1 - Root composer.json requires bower-asset/jquery == 3.7.1.0 (exact version match), found bower-asset/jquery[dev-main, 1.0-alpha1, ..., 1.12.4, 2.0.0-beta1, ..., 2.2.4, 3.0.0-alpha1, ..., 3.6.4] but these...