Alif Rachmawadi
Alif Rachmawadi
I [modified](https://github.com/picocandy/goworker/commit/d3ca2435bf9410c05a3f776f8d5be751223e176a) `GetConn` to check connection status and perform redial. Here's the changes: ``` patch func GetConn() (*RedisConn, error) { resource, err := pool.Get() if err != nil { return...
Thanks for suggestion @sangar82. I've just partially implemented it on https://github.com/bukalapak/snowboard/commit/a398e2b994609e579b32e272fdd02101ca8dc7b0. You can hide the playground panel by adding `hidden: true`, like: ```js playground: { enabled: true, hidden: true, //...
@kamihouse thanks for the report; the root cause of the issue is because of the webpack module resolution issue. I've pushed fixes in `v4.1.5`. Please retry and let me know.
Hi @cefuroX `snowboard` cli is not intended to be used as such, it's usually used as global installation. If you want to use snowboard as dev dependencies, you can use...
Hi @cefuroX, I couldn't reproduce the issue. Could you retry the installation and run the command? Hopefully, the new version fixes those things.
@cefuroX the issue looks like similar to https://github.com/bukalapak/snowboard/issues/120#issuecomment-618159065. Please use snowboard `v4.1.5` to resolve the issue. You don't have to use global installation; it will works as local dev dependencies...
Hi @daredevil82, thanks for raising the issue. I've updated `Dockerfile` to expose ports explicitly in https://github.com/bukalapak/snowboard/commit/d09dc6250bbb0c95d574b807a4955c575a4a5f17. Also, since `http` subcommand by default listens to `localhost` you need to set flag...
@suesitran Please add the below line, and post the result here: ```yaml - run: flutter format -o show packages/nartus_ui_package/lib/theme/ ```
Closing for now, since we are now incorporating `hash` in [cache-key](https://github.com/subosito/flutter-action/blob/main/action.yml#L23); please try using the `v2` and let me know if the issue persists.
We now support dynamic `cache-key` and `cache-path` https://github.com/subosito/flutter-action/blob/main/action.yml#L23 to cover this issue. Please reopen if the issue persists.