flip111

Results 331 comments of flip111

What is the `UPLOAD_LIMIT` property and how does it effect the 3 php ini settings that i linked?

> I think the problem here is that apache can't determine its domain name: My docker instance works well and i see this message too. Also this message (by apache)...

The problem is that when you boot this container you get a port conflict on your local machine when it also has mysql/mariadb > The database container will always run...

The environment variables don't allow for full config over phpMyAdmin. For example the expiration time can not be configured in this way. For this access to the php configuration file...

Maybe the php configuration file can be mapped in a similar way as commented in https://github.com/nezhar/wordpress-docker-compose/issues/51#issuecomment-622122420 ?

I also wasted time with this library when i was looking for native websockets. By the way there is also https://github.com/MetinSeylan/Vue-Socket.io and https://github.com/nathantsoi/vue-native-websocket

I use debreate 0.7.13. On my second attempt i ran out of disc space, so that made me look at the first folder it had created, which is unexpectedly very...

Well i have the suspicion it's not so much the algorithm as it's the chosen data structure. I read here: https://doc.rust-lang.org/std/collections/struct.BTreeSet.html > It is a logic error for an item...

I was using this library for json diff and with big input files it can take quite long. Perhaps it's possible to get the allocated size of the input structure...

> In the application folder of filebot-node (the "client" folder under the package's "target" folder), I find a index.html file, which looks like a bootloader for the node-js application. https://github.com/filebot/filebot-node/tree/master/client-extjs...