hareku
hareku
I have same issue.
@Legym Thanks!!!
I want to use splitChunks with extractCSS option.
The patch https://github.com/mavinoo/laravelBatch/pull/56 causes SQL syntax error if a column is not int type and its new value starts with a operator. @WalterWoshid Would you have any ideas to deal...
@lionbro32 Does the error occur on both [fanbox-dl_0.17.0_Darwin_arm64](https://github.com/hareku/fanbox-dl/releases/download/v0.17.0/fanbox-dl_0.17.0_Darwin_arm64) and [fanbox-dl_0.17.0_Darwin_x86_64](https://github.com/hareku/fanbox-dl/releases/download/v0.17.0/fanbox-dl_0.17.0_Darwin_x86_64)?
A work around for nuxt `v3.8.1`. This script inserts server options before starting the server. ``` sed -i -e "/server\.listen/i server.keepAliveTimeout = 62 * 1000\nserver.headersTimeout = 63 * 1000" .output/server/chunks/nitro/node-server.mjs...
It appears that the connection at the TCP layer is being denied. It is possible that some security tool on your PC is running. Try closing the security tool or...
PHP ini file path is broken in `docker-php-ext-enable`. https://github.com/eugeneware/docker-php-5.3-apache/blob/master/docker-php-ext-enable#L59 I fixed it with `$PHP_INI_DIR` env. ``` ini="$PHP_INI_DIR/conf.d/docker-php-ext-$ext.ini" ``` You can copy a fixed script. ```Dockerfile FROM eugeneware/php-5.3 COPY ./fixed-docker-php-ext-enable /usr/local/bin/docker-php-ext-enable...
Can you tell me how you are setting the flags for the fanbox-dl? (Please mask the session id)
[v0.28.0](https://github.com/hareku/fanbox-dl/releases/tag/v0.28.0) fixes the 403 errors by a solution #71 . I no longer get the errors in my environment.