peterzen

Results 47 comments of peterzen

> ``` > $ docker run --rm -p 127.0.0.1:5758:5758 -v bisonw_data:/dex/.dexc user/bisonw > failed to create net directory: mkdir /dex/.dexc/mainnet: permission denied > ``` That was another bug, it's fixed...

> For arb+mm with transfers to work correctly, users must have deposits and withdrawals enabled and their IP whitelisted. We have no way of checking that though. There is apparently...

I'm not exactly sure, haven't tried with apache but couldn't get it to to run with nginx without this being in place and it took quite a bit of searching,...

This is the issue the PR solves: https://github.com/spring-projects/spring-boot/issues/6140

> I'm not sure what this is suppose to do. What exactly is the goal here? This is for the use case when the platform is being run on an...

Having the local customizations in a separate file makes it easier to upgrade to the latest Alovoa versions. CSS is notoriously hard to merge by hand :)

> I disagree, you can just place your custom css code at the bottom of alovoa.css, nothing hard about that ;) Yeah you could do that and it works most...