[-] SpongeB0B@programming.dev 1 points 2 months ago

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.

[-] SpongeB0B@programming.dev 2 points 2 months ago

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

6

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) tool 🤮

Do you know a program that do that ( Linux )

Thanks.

14
submitted 2 months ago by SpongeB0B@programming.dev to c/foss@beehaw.org

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) tool 🤮

Do you know a program that do that ( Linux )

Thanks.

6

Hi,

I would like to use a rectangle that move (left to right) to reveal an element / image

like this

The white box shall be the image to display

But I'm already block at my svg animation

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

34

Hi everyone,

Does someone know where I can submit a feature suggestion for Android ?

Thanks

12
submitted 2 months ago* (last edited 2 months ago) by SpongeB0B@programming.dev to c/inkscape@lemmy.world

Hi,

is it possible to convert a path like this one

To a series of "line" stroke that are draw in the middle ? Like this (in green)

Thanks.

[-] SpongeB0B@programming.dev 1 points 2 months ago

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

[-] SpongeB0B@programming.dev 1 points 2 months ago

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

[-] SpongeB0B@programming.dev 2 points 2 months ago

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

1
submitted 2 months ago* (last edited 2 months ago) by SpongeB0B@programming.dev to c/inkscape@lemmy.ml

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

The same question on the official inkscape forum 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

8
submitted 2 months ago* (last edited 2 months ago) by SpongeB0B@programming.dev to c/inkscape@lemmy.world

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

The same question on the official inkscape forum 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

[-] SpongeB0B@programming.dev 2 points 3 months ago

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

[-] SpongeB0B@programming.dev 1 points 3 months ago* (last edited 3 months ago)

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

4
submitted 3 months ago by SpongeB0B@programming.dev to c/python@lemmy.ml

cross-posted from: https://programming.dev/post/17866168

Hi,

I use gunicorn in my venv

I have quite few venv that run gunicorn.

I would like to reuse gunicorn for other venv

I launch my web application like this

#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
submitted 3 months ago* (last edited 3 months ago) by SpongeB0B@programming.dev to c/python@programming.dev

Hi,

I use gunicorn in my venv

I have quite few venv that run gunicorn.

I would like to reuse gunicorn for other venv

I launch my web application like this

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

[-] SpongeB0B@programming.dev 4 points 3 months ago* (last edited 3 months ago)

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.

20

Hi,

No matter what I try


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

[-] SpongeB0B@programming.dev -1 points 5 months ago* (last edited 5 months ago)

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 \

[-] SpongeB0B@programming.dev 2 points 5 months ago

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

[-] SpongeB0B@programming.dev 3 points 5 months ago

indeed I need it to be scriptable.

22
submitted 5 months ago by SpongeB0B@programming.dev to c/linux@lemmy.ml

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

🐧

view more: next ›

SpongeB0B

joined 7 months ago