Skip Navigation

Posts
28
Comments
35
Joined
2 yr. ago

  • Thank you very much @connaisseur@feddit.org

    I have tried

     bash
        
    apt-get -o Dir::Cache::archives="/to/path" install --download-only apt-offline
    
    
      

    But it downloaded only the .deb of apt-offline and not all the dependence tree. Most probably because this machine have them already.

    now, remain to force to download also all the dependency tree even if already installed...

  • indeed .appimage are an amazing thing as they do not require any special runtime or installation process !I guess I will have to do my own .appimage of software that do not provide them

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

  • Android @lemmy.world

    Where submit a feature suggestion for Android ?

  • Inkscape @lemmy.world

    Convert Path to strokes, possible ?

  • Are you owning the DoH endpoint ? if not, they can :)

  • I live in a country where the state doesn’t care about what people do online.

    Lucky YOU !!!!, but it's not meaning other country will not track you...

    What similar quick image sharing site should I use?

    It's a really good question ! Sadly a lot of website admin do not understand the harm to use solution like Cloudflare etc... see https://stallman.org/cloudflare.html for a short introduction

    I think it would be wise to open a topic for that question only

    And again thanks four your inkscape solution

  • Thank you ! @infeeeee I didn't know the transformation handles Side note: be aware that files.catbox.moe seem to block TOR user :/

  • inkscape @lemmy.ml

    Mirror / parallel - squeeze / transform path is it possible ?

  • Inkscape @lemmy.world

    Mirror / parallel - squeeze / transform path is it possible ?

  • Thank you ! it works !

    Actually this is working :

     shell
        
    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 !!!!

  • 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

  • Python @lemmy.ml

    Installing gunicorn once on the OS and reuse it between venv ?

  • Python @programming.dev

    Installing gunicorn once on the OS and reuse it between venv ?

  • ok I've found a work around

     html
        
    <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.

  • CSS @programming.dev

    How remove vertical gap between characters ?

  • Thank you very much @taaz

    So you say 2 but with unix socket so it the same as my proposal number 3 ? no ?

    I'll check capabilities

  • indeed I need it to be scriptable.

  • Linux @lemmy.ml

    Elevate privileges between Python program ( and Inter-process_communication )