Wellington Torrejais da Silva 🏳️‍🌈🇧🇷 Profile picture
🇧🇷 #Developer! Web, Mobile & Desktop - 😍: #HTML5, #JS & #CSS - ❤️: #Linux (He/Him) Instagram: https://t.co/p7w6zljmeV As opiniões aqui são pessoais!
Wellington Torrejais da Silva 🏳️‍🌈🇧🇷 Profile picture 1 subscribed
Nov 19, 2021 4 tweets 3 min read
@m00nra1n I see similar situation, I'm using debian based.
But the apt keep the edited.

Jast an small correction for my last commit:
don't edit the file in /usr/share, copy before to /etc/pipewire/pipewire-pulse.conf or to ~/.config/pipewire/pipewire-pulse.conf as suggested by @m00nra1n @m00nra1n From: gitlab.freedesktop.org/pipewire/pipew…

But an GUI, when we can configure this things could be more easy... @PipewireP.
Dec 12, 2020 12 tweets 40 min read
@MichalBryxi @pkimber @baaz @acorncom @BrendanOHaraMP @Azdaroth @gaurav9576 @mehulkar @nullvoxpopuli @knownasilya @greyblake @garrickcheung @TheExelord @vaier @pzuraq Thanks. The problem is, put a combo select inside a form to set a relationship of the model, like in product form, set the category off the product. We tried to use Power Select and other addons from Ember observer, but sometimes they don't render and sometimes we can't int... @MichalBryxi @pkimber @baaz @acorncom @BrendanOHaraMP @Azdaroth @gaurav9576 @mehulkar @nullvoxpopuli @knownasilya @greyblake @garrickcheung @TheExelord @vaier @pzuraq ... sometime we can't integrate with the form. The actually is a component using a tracked property to expose the model to the template. The use of the component to the "form" as make possible to use the inheritance to other forms, with same actions...
Nov 30, 2020 5 tweets 3 min read
@UlissesMaia Olá, morei na Vila esperança por anos.
Mudei pra Zona 7. No primeiro descuido, furtaram minha moto em frente de casa, mas não há câmeras no comércio(meus vizinhos).

Tem como criar uma "cerca virtual" com os Radares?
Triste com a insegurança #Maringá @prefeiturademga Foi aqui na Avenida Paranaguá, tenho essa moto faz anos, estou muito triste, pois não há recursos nesses sentido para auxiliar na recuperação dela. Em outras cidades essa "cerca virtual" com os #radares já é realidade e ajuda muito.

Comercio não tem câmeras...@prefeiturademga
Jun 3, 2020 7 tweets 5 min read
#Firefox I'm trying to open Firefox from another executable.
Working, but the pages is showed Blank.

The curiously think is the Windows Taskbar Previews.
The content is showed normally on Windows previews on task bar and app switch.

@FirefoxNightly @firefox @RandomFFUser #Firefox Someone have some tip to solve that problem.
I searched for the Blank page problems and disabled the hardware acceleration on polices.json

Could the polices.json don't disable the acceleration completely?

@FirefoxNightly @firefox @RandomFFUser
May 29, 2020 8 tweets 5 min read
@locks In the first moment I'm avoiding controllers. Because the team want to do unnecessary things, controllers it's one more thing to take care. If possible I want to use route directly. But the team wins :-( I will use controller, but I'm sad because... @locks I'm sad because they will use controllers just for do redirects. The @nullvoxpopuli and official teach me about the use of router inject as service inside of component.

The controller in that case, isn't necessary. But the telling about responsibilities. They...
May 28, 2020 7 tweets 4 min read
#Ember.js #Emberjs

"Until routable components are introduced somewhere in Ember ?, it is impossible to pass a closure action from a route. For now, you can only pass closure actions from a controller and on to child components."

stackoverflow.com/questions/3110… Is that true? In this case, if the action in the route controls the redirection, I need to create that login inside the component? #Ember.js #Emberjs #JS #javascript

I ask this because a consultant suggest to use closure actions to control redirect in components.
May 28, 2020 5 tweets 4 min read
I don't understand yet the closure actions. I need to pass a route action to the component via template without controller.

The idea is pass a different action for each router.

Help me. #Ember.js #EmberJS #javascript #js ... Nice article, but don't helped me, the article using controllers:
medium.com/ember-titbits/…

I need to work with routes. The example:
The route have "redirectTo" action, the component call de action based in current route(From template). How to do that?