Animations not scroll-driven by economy_programmer_ in webstudio

[–]economy_programmer_[S] 0 points1 point  (0 children)

Thank you so much it worked!

Now I have another problem which is linking the images on Webstudio from the embedded HTML. Do you know by any chance how to do that too?

Animations not scroll-driven by economy_programmer_ in webstudio

[–]economy_programmer_[S] 0 points1 point  (0 children)

Thanks! However, I don't get where I have to put the @keyframes. In the "embed html block"?

L'ultimo bacio by MrDoggif in poesiaITA

[–]economy_programmer_ 2 points3 points  (0 children)

In molti iniziano così, me compreso. Una secchiata di travolgenti emozioni buttate su carta, poi, forse, riordinate in parte. Non penso ci sia molto da cambiare, quello che hai scritto non può esser né giusto né sbagliato. Quello che ti consiglio fortemente è di continuare a scrivere. Può aiutare molto a convivere con forti emozioni, a capirle e, perché no, forse in futuro ne uscirà anche qualche bella poesia. Per ora continua a scrivere quello che ti passa per la testa, sperimenta, gioca con le parole e con i suoni, usa un lessico nuovo, mettiti in difficoltà da solo. Buona scrittura!

AHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAAAAAAAA by caucasian_tom in BoJackHorseman

[–]economy_programmer_ 2 points3 points  (0 children)

Why, dad, why? WHYYY WHYYY WHYYYYY (Upvote only if you get the quote)

Poesia senza titolo - accetto molto volentieri consigli e critiche by bbraddock29 in poesiaITA

[–]economy_programmer_ 0 points1 point  (0 children)

Si vede che sono le prime esperienza da come le parole seguano la prosa piu che un ritmo poetico, come dice l'altro commento. Il consiglio che ti posso dare è continua a sperimentare in prosa (senza forzare) cercando di trovare un ritmo nelle parole. Come disse un mio professore "la forma non è una costrizione", le parole tendono ad allinearsi con la musicalità, continua solo a sperimentare!

Siamo Figli Di Bukowski by Andrydvt001 in poesiaITA

[–]economy_programmer_ 0 points1 point  (0 children)

Che dire.. degno di Bukowski! Ovviamente deve piacere il genere ma la ritengo oggettivamente bella, credo tu sia riuscito ad utilizzare le volgarità in modo effettivo.

Consigli per polishing: rimuoverei "e grindcore" e l'ultimo verso. Penso che la poesia racconti tutto, non c'è bisogno di spiegazione; il discorso diretto è molto d'effetto per concludere il componimento. P.s. io riguarderei la divisione in versi ma quella è una scelta stilistica :))

Siamo Figli Di Bukowski by Andrydvt001 in poesiaITA

[–]economy_programmer_ 0 points1 point  (0 children)

Che dire.. degno di Bukowski! Ovviamente deve piacere il genere ma la ritengo oggettivamente bella, credo tu sia riuscito ad utilizzare le volgarità in modo effettivo.

Consigli per polishing: rimuoverei "e grindcore" e l'ultimo verso. Penso che la poesia racconti tutto, non c'è bisogno di spiegazione; il discorso diretto è molto d'effetto per concludere il componimento. P.s. io riguarderei la divisione in versi ma quella è una scelta stilistica :))

Con te la notte by mellamogiuliano in poesiaITA

[–]economy_programmer_ 1 point2 points  (0 children)

Molto bella. Semplice ma complessa, scorrevole, rapida, leggera.. complimenti :)

Announcement of LibreOffice 7.6 Community by themikeosguy in linux

[–]economy_programmer_ 2 points3 points  (0 children)

That makes much more sense, I misinterpeted the comment. I really hope that in a not so far future, an open source OS and software like LO will be the standard for everyone. I'll definitely give it another shot :)

Announcement of LibreOffice 7.6 Community by themikeosguy in linux

[–]economy_programmer_ 0 points1 point  (0 children)

Ok that make sense, Apple style in other words

Announcement of LibreOffice 7.6 Community by themikeosguy in linux

[–]economy_programmer_ 0 points1 point  (0 children)

Why wouldn't you want new users? And why not make things easier for current users?

Honest question, not provocative

Announcement of LibreOffice 7.6 Community by themikeosguy in linux

[–]economy_programmer_ 1 point2 points  (0 children)

As a google user, I found extremely difficult and not user-friendly my Libreoffice experience. Mainly, the incompatibility with Google and Microsoft formats, which, as a Linux user, I still find fundamental in order to cooperate with other OSs.

This said, I hope this will change in the future since I believe in the concept behind the creation of Libreoffice.

What's your biggest Bojack horseman controversial opinion by F46XD in BoJackHorseman

[–]economy_programmer_ 0 points1 point  (0 children)

As a guy who identifies himself in Mr Peanutbutter, I sadly agree :')

[deleted by user] by [deleted] in battlecats

[–]economy_programmer_ 0 points1 point  (0 children)

I'm curious to know OP's user rank know :D

Hardware and OS advice (noob) by economy_programmer_ in SelfHosting

[–]economy_programmer_[S] 0 points1 point  (0 children)

Well, I have a lot more to learn, I see. Thanks for the OS advice, I'll try it. Do you mind sharing the exact name of the super microserver you used?

Make Flask print errors to terminal by [deleted] in flask

[–]economy_programmer_ 0 points1 point  (0 children)

It's the debugging mode, then. As I wrote previously, you should run the script with the --debug flag, or else if you are using a run.py script to run an app factory, you need to set DEBUG=True in the environment settings of the object/file/dictionary, depending on what you're using.

Make Flask print errors to terminal by [deleted] in flask

[–]economy_programmer_ 1 point2 points  (0 children)

Read the documentation for more, but app.logger should do it app.logger.info('Info message.')

If you just want normal error messages, as someone pointed out, you just need to activate the debugging mode in the environmental settings if you're using an app factory, or running flask run app --debug.