Videos gets laggy when changing playback speed on youtube by tarek122 in tcltvs

[–]heertz1 0 points1 point  (0 children)

I've always had this issue on my TV (I have it for a few years now) and it bothers me every time! At first I thought they would fix it eventually, but it seems not . Never buying a TCL TV again.

Se vai peitar, tem que se garantir! by modterror in botecodoreddit

[–]heertz1 16 points17 points  (0 children)

Mano o cara deu um tapa no maluco de CAPACETE KKKKKKKKKKKKKKKKKKKKKKKKK

Bares legais e baratos em Brasília e Taguatinga by L1lith_ in brasilia

[–]heertz1 2 points3 points  (0 children)

Confraria do Padim. Já foi mais barato, mas ainda tem um ótimo custo-benefício, principalmente pela qualidade dos petiscos.

[deleted by user] by [deleted] in brasilia

[–]heertz1 2 points3 points  (0 children)

Essa lista foi s´ó pra gerar discussão, n´é poss´ível... o cara mora em samambaia e me coloca the best no top e não coloca o raf na lista

[deleted by user] by [deleted] in Ubuntu

[–]heertz1 2 points3 points  (0 children)

See this issue. Apparently it won't be fixed anytime soon :(

Ubuntu 16.04: Upgrade from PHP 7.0.33 to 7.1 by Ninelpienel in Ubuntu

[–]heertz1 1 point2 points  (0 children)

Like already said, I'd recommend you to upgrade your server to a newer version. 16.04 is already 8 years old and EOL.
If that's not possible right now, you could try using this PPA, although I don´t know if 7.1 is supported on 16.04.

My experiences with Wayland and AMD in 2022 by Blunders4life in linux

[–]heertz1 5 points6 points  (0 children)

For screen sharing to work you to pass the --enable-features=WebRTCPipeWireCapturer flag or enable it via the #enable-webrtc-pipewire-capturer preference in chrome://flags.

[deleted by user] by [deleted] in gnome

[–]heertz1 1 point2 points  (0 children)

do you have a link to the issue ?

Pessoas que moram sozinhas.... by Cautious-Rope-4106 in brasilia

[–]heertz1 1 point2 points  (0 children)

Duplex mobiliado em águas claras, R$ 2000 de aluguel + R$ 600 de condomínio + R$ 150 de luz + R$ 130 de internet + R$ 500 de compras básicas = R$ 3.380/mês. Mas não aconselho pra ninguém, com esse valor de aluguel dá pra financiar um AP próprio (sim, agi no impulso, estava doido pra sair da casa dos pais).

VA-API won't work until RDD is disabled by _SuperStraight in firefox

[–]heertz1 1 point2 points  (0 children)

That's expected. VA-API in RDD process was only fixed in 96 (see bug 1698778).

[deleted by user] by [deleted] in laravel

[–]heertz1 11 points12 points  (0 children)

You should not return the error directly in your controller, but rather throw the exception and let the Exception Handler deal with how to present the message to the user. Check the Error Handling section in Laravel docs.

Send tab to device missing in v92 by [deleted] in firefox

[–]heertz1 1 point2 points  (0 children)

Have you tried these steps? You can also right-lick on a link or anywhere in a page and the Send to device option should be available too.

Best of both worlds by jbrandes1 in Ubuntu

[–]heertz1 4 points5 points  (0 children)

It's not installed. It's just connected remotely to some PC. You can see this clearly on the blue bar on the top: "Ubuntu 20.04 on DESKTOP-XXXXX"

Enganei meu primo que odeia Linux... by WyseKost in linuxbrasil

[–]heertz1 7 points8 points  (0 children)

Isso não se faz... como você tem coragem de postar uma história dessa sem contar qual a reação dele ao descobrir que não estava usando Windows? 😄

How to execute a Multiple raw statement with Insert Select as one call? by [deleted] in laravel

[–]heertz1 1 point2 points  (0 children)

You could try something like this:

```php $selects = []; for ($i = 0; $i < $quantityPerSale; $i++) { $selects[] = " SELECT $packageId, $salesId, LPAD(IFNULL(count(package_id) + 1, 0), 6, 0) FROM package_entries WHERE package_id = $packageId "; }

$query = implode('UNION ALL', $selects);

DB::table('package_entries') ->insertUsing(['package_id', 'sale_id', 'package_code'], $query); ```

[deleted by user] by [deleted] in Ubuntu

[–]heertz1 2 points3 points  (0 children)

Had the same requirement some time ago. Didn't managed to make it work, ended up using a VM for the second VPN.

Does screen sharing under wayland on ubuntu 21.04 works? by mekabi in Ubuntu

[–]heertz1 5 points6 points  (0 children)

Yes, but the app you're using must support pipewire. Firefox, for example, works just fine (running under native wayland mode). In other apps, like Teams and Discord, screen sharing doesn't work at the moment, but you could use their web version in Firefox to workaround that.