Where submit a feature suggestion for Android ?
  • SpongeB0B SpongeB0B Now 100%

    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.

    1
  • Where submit a feature suggestion for Android ?
  • SpongeB0B SpongeB0B Now 100%

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

    2
  • cross-posted from: https://programming.dev/post/18448635 > Hi, > > I was a very long time I didn't need to created a animated gif... > I had a program before to take a static images (.jpg, .png etc..) and convert then into an animated gif.. > > All the web search engine push for online (aka [SaaSS](https://www.gnu.org/philosophy/who-does-that-server-really-serve.en.html)) tool 🤮 > > ![](https://programming.dev/pictrs/image/69ebfdf9-c0b6-4833-8fd6-4ad47dac4b78.gif) > > Do you know a program that do that ( Linux ) > > Thanks.

    6
    2

    Hi, I was a very long time I didn't need to created a animated gif... I had a program before to take a static images (.jpg, .png etc..) and convert then into an animated gif.. All the web search engine push for online (aka [SaaSS](https://www.gnu.org/philosophy/who-does-that-server-really-serve.en.html)) tool 🤮 ![](https://programming.dev/pictrs/image/69ebfdf9-c0b6-4833-8fd6-4ad47dac4b78.gif) Do you know a program that do that ( Linux ) Thanks.

    13
    6

    cross-posted from: https://programming.dev/post/18448206 > Hi, > > I would like to use a rectangle that move (left to right) to reveal an `element` / `image` > > like this > > ![](https://programming.dev/pictrs/image/d54c7bfd-faec-4927-ab5c-8da413bc0772.gif) > > The white box shall be the image to display > > But I'm already block at my svg animation > > ```svg > <svg viewBox="0 0 265.135 68.642" xmlns="http://www.w3.org/2000/svg"> > <g x="-55.790085" y="0.79151762"> > <rect > style="fill:#ffcc00;stroke-width:2.46513;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;stop-color:#000000" > width="55.465603" > height="151.60599" > transform="rotate(45)" /> > <animate > attributeName="x" > values="-55.790085;265" > dur="5s" > repeatCount="indefinite" /> > </g> > </svg> > ``` > > Because the rectangle is not moving :'( > > Any ideas ? > > Thanks. >

    4
    0

    Hi, I would like to use a rectangle that move (left to right) to reveal an `element` / `image` like this ![](https://programming.dev/pictrs/image/d54c7bfd-faec-4927-ab5c-8da413bc0772.gif) The white box shall be the image to display But I'm already block at my svg animation ```svg <svg viewBox="0 0 265.135 68.642" xmlns="http://www.w3.org/2000/svg"> <g x="-55.790085" y="0.79151762"> <rect style="fill:#ffcc00;stroke-width:2.46513;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;stop-color:#000000" width="55.465603" height="151.60599" transform="rotate(45)" /> <animate attributeName="x" values="-55.790085;265" dur="5s" repeatCount="indefinite" /> </g> </svg> ``` Because the rectangle is not moving :'( Any ideas ? Thanks.

    7
    0

    Hi everyone, Does someone know where I can submit a feature suggestion for Android ? Thanks

    31
    9

    Hi, is it possible to convert a path like this one \ ![](https://programming.dev/pictrs/image/f2f2b65c-1dcf-44d0-a677-301cc21bebcb.jpeg) To a series of "line" stroke that are draw in the middle ? Like this (in green) \ ![](https://programming.dev/pictrs/image/6f4a39e1-4146-49a3-b951-d5feab1bfd73.jpeg) Thanks.

    12
    2
    Mirror / parallel - squeeze / transform path is it possible ? [ SOLVED ]
  • SpongeB0B SpongeB0B Now 100%

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

    1
  • Mirror / parallel - squeeze / transform path is it possible ? [ SOLVED ]
  • SpongeB0B SpongeB0B Now 100%

    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

    1
  • Mirror / parallel - squeeze / transform path is it possible ? [ SOLVED ]
  • SpongeB0B SpongeB0B Now 100%

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

    2
  • cross-posted from: https://programming.dev/post/18113218 > Hi, > > Is it possible with Inkscape to squeeze a shape in a mirror way (sorry I don't know how to phrase it better) \ > > Here a gif from a rasterize/pixel editor with what I'm looking for \ > ![](https://i.postimg.cc/QCyKHf2k/T.gif) > > > ::: spoiler The same question on the official inkscape forum > ![](https://programming.dev/pictrs/image/a8883716-78da-434b-811b-11a21f3af537.jpeg) > WTF the fuck happen to peoples ? > Internet should not be a place where everyone could express, share what he want ?! > > I'm glad their is Lemmy, so quick and easy > :::

    1
    2

    Hi, Is it possible with Inkscape to squeeze a shape in a mirror way (sorry I don't know how to phrase it better) \ Here a gif from a rasterize/pixel editor with what I'm looking for \ ![](https://i.postimg.cc/QCyKHf2k/T.gif) ::: spoiler The same question on the official inkscape forum ![](https://programming.dev/pictrs/image/a8883716-78da-434b-811b-11a21f3af537.jpeg) WTF the fuck happen to peoples ? Internet should not be a place where everyone could express, share what he want ?! I'm glad their is Lemmy, so quick and easy :::

    7
    7
    Installing gunicorn once on the OS and reuse it between venv ?
  • SpongeB0B SpongeB0B Now 100%

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

    2
  • Installing gunicorn once on the OS and reuse it between venv ?
  • SpongeB0B SpongeB0B Now 100%

    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

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPY
    Python SpongeB0B Now 83%
    Installing gunicorn once on the OS and reuse it between venv ?

    cross-posted from: https://programming.dev/post/17866168 > Hi, > > I use [gunicorn](https://gunicorn.org) in my [venv](https://docs.python.org/3/library/venv.html) > > I have quite few `venv` that run gunicorn. > > I would like to reuse `gunicorn` for other `venv` > > I launch my web application like this > > ```bash > #PWD = venv dir > source ./bin/activate > gunicorn A_WebApp:app > #A_WebApp is my python file A_WebApp.py > ``` > I supposes that `gunicorn` is a shell program ? if yes I should use `$PATH` ? \ > or `gunicorn` is a Python program only ? and then what I should do to use gunicorn in another `venv` ? > > Thanks.

    4
    0

    Hi, I use [gunicorn](https://gunicorn.org) in my [venv](https://docs.python.org/3/library/venv.html) I have quite few `venv` that run gunicorn. I would like to reuse `gunicorn` for other `venv` I launch my web application like this ```bash #PWD = venv dir source ./bin/activate gunicorn A_WebApp:app #A_WebApp is my python file A_WebApp.py ``` I supposes that `gunicorn` is a shell program ? if yes I should use `$PATH` ? \ or `gunicorn` is a Python program only ? and then what I should do to use gunicorn in another `venv` ? Thanks.

    12
    11
    How remove vertical gap between characters ?
  • SpongeB0B SpongeB0B Now 83%

    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.

    4
  • Hi, No matter what I try ```html <style> .FlexColumn {display: flex;flex-flow: column nowrap } </style> <div class="FlexColumn"> <div>X</div> <div>X</div> <div>X</div> <div>X</div> <div>X</div> </div> ``` ```html <!-- I tried many CSS trick here... --> <div> <span>X</span><br><span>X</span><br><span>X</span><br><span>X</span> </div> ``` I always get a vertical gap between the characters ! Any ideas ? Thanks.

    19
    10
    [QUESTION] Flatpak or AUR?
  • SpongeB0B SpongeB0B Now 46%

    AppImage !

    • Open format? Yes
    • Free format? Yes
    • Fully Contained Single Executable Support . Like an exe file for Windows systems Yes (the only one)
    • App Size** The lowest** !

    https://en.wikipedia.org/wiki/AppImage

    Matrix
    https://www.fosslinux.com/42410/snap-vs-flatpak-vs-appimage-know-the-differences-which-is-better.htm
    https://phoenixnap.com/kb/flatpak-vs-snap-vs-appimage \

    -1
  • Elevate privileges between Python program ( and Inter-process_communication )
  • SpongeB0B SpongeB0B Now 100%

    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

    2
  • Hi everyone, I have a Python program (A) that run under a regular user account. (good) When some events occur in (A) I need to modify my [nftables](https://nftables.org/projects/nftables/index.html) and only the `root` is allowed to do so. I've come up with 3 ways to do that (if you know other please share) but I don't which would be the best. 1. Make a `sudo` call from (A) with `from subprocess import run` but I will need to store the password ! and I don't think is possible to keep it encrypted and decrypted when need it (it's a flaw) \ . 2. Make (A) writing a file with the requests. Create a (B) daemon (that run as root) that check that file every X and do the necessary \ . 3. Make (A) do an [IPC](https://en.wikipedia.org/wiki/Inter-process_communication) ( Linux socket ) to (B) daemon (that run as root) and does the necessary. I suppose that the solution 2 is less heavy that the 3 ? But if I'm not mistaken it will react also slower ? Thanks. 🐧

    22
    10
    SpongeB0B Now
    12 12

    SpongeB0B

    programming.dev