Avatar

SpongeB0B

SpongeB0B@programming.dev
Joined
7 posts • 5 comments
Direct message

Thank you @gerbercj@lemmy.world sadly it’s hosted on google … :/ https://issuetracker.google.com

If I post here on lemmy, me feature request somebody would be kind to submit to google ?

Thanks.

permalink
report
parent
reply

it’s related to the GPS fix. So which is it ?

permalink
report
parent
reply

Thank you ! it works !

Actually this is working :

path/to/venv/bin/gunicorn A_Web_App:app

Some other poster, claim it’s dirty… but which problems could it generate ? (if any)

Thanks all !!!

permalink
report
parent
reply

I don’t want to make the venv portable…
I want to use the gunicorn that is installed in one venv accessible to other venv

permalink
report
parent
reply

ok I’ve found a work around

<style>
.FlexColumn {display: flex;flex-flow: column nowrap }
.FlexColumn > div {display: inline-block; margin: -4px 0}
</style>

<div class="FlexColumn">
	<div>X</div>
	<div>X</div>
	<div>X</div>
	<div>X</div>
	<div>X</div>
</div>

But if someone have something more proper, I’m all ears.

permalink
report
reply