Eason Kang

Results 8 comments of Eason Kang

Just some findings. With the recent [Dotenv change](https://github.com/vlucas/phpdotenv/blob/b740396414a95cbe868bf7f168f997fe16d970d6/UPGRADING.md#details), the `Dotenv::create(__DIR__)` is supported now. To make it work again, we need to replace it with `Dotenv::createUnsafeImmutable(__DIR__)`. > The Dotenv\Dotenv::createImmutable and Dotenv\Dotenv::createMutable...

Hi @JohnOnSoftware, I happened to test this repo for another customer. There seems something changed in `dotenv` again. Now `Dotenv::createImmutable()` seems not working anymore, but `Dotenv::create()` work fine.

Hi, This project is based on the node.js v15. If you use node.js v16 and above, please change the `node-sass` version referencing in the `package.json`. For example, for node.js v16,...

@augustogoncalves My apologies for confusing. It's Forge DM API for accessing cloud products such as BIM360, A360 Team, Fusion 360, and etc. So, they will be below. Thanks! - /src/Autodesk.Forge/Api/HubsApi.cs...

Sounds related to this issue: https://github.com/guzzle/guzzle/issues/1855 A workaround is to disable SSL certificate validation at https://github.com/Autodesk-Forge/core-php-client/blob/3d55f599a5f90b8710057ee051a1061b236933fd/lib/Auth/TokenFetcher.php#L52 like the below according to the GuzzleHttp API documentation: ```php if ($httpClient === null)...

@petrbroz Happy New Year! No worry. it's okay to wait for the new SDK. There was someone asked me about this, so I created this issue for tracking.

Upgrading to HA v2024.2.3, the error came back ... It is most like related to `construct`, according to this thread. Some say upgrading `construct` works, but some said it didn't...

Same here, but it is most like related to `construct`, according to this thread. Someone say upgrading `construct` works, but some said didn't work. - https://github.com/al-one/hass-xiaomi-miot/issues/1526#issuecomment-1937079676 - https://github.com/al-one/hass-xiaomi-miot/issues/1526#issuecomment-1939350884