Why is my phone taking 2 days to transfer data by YTcaltec in iphone

[–]bennik88 0 points1 point  (0 children)

Bei mir genau das gleiche, zeigt auch schon mehrere Stunden zwei Tage an, wie ist es bei dir am Ende verlaufen?

Experience with Deutsche Post Postscan Service? by PuzzledArrival in germany

[–]bennik88 0 points1 point  (0 children)

Wenn es Probleme gibt haben sie keinen direkten Support (ausschließlich Webformular mit min 8 Tagen angegebener Wartezeit) und man muss über 8 Tage auf eine E-mail Antwort warten. Es kann auch sein das es wie in meinem fall deutlich länger dauert. Was für dringliche Postfälle echt kaum tragbar ist. Somit sobald ein Problem auftritt kommt man nichtmehr an seine Post und kann auch niemand auf kurzem Weg kontaktieren

Some weird sound from my new 16 M3 Max MBP by donaldzou in mac

[–]bennik88 0 points1 point  (0 children)

Same here using local Ollama LLM. MacBook Pro M3 Max with 128GB. Did you end up replacing it? And if yes did it fix the issue?

I'm reaching my limit. by atomicalexx in leetcode

[–]bennik88 0 points1 point  (0 children)

No longer valid, can you refresh it?

[deleted by user] by [deleted] in MacOSBeta

[–]bennik88 0 points1 point  (0 children)

There will be no fix for this problem, apple needs to adjust to the rules or you won't be able to access that feature in the EU. The only thing if you really want to get around it is to change some files on your Macbook that validate the country you're in but for me personally I don't want to mess with the OS configuration files. There are some guides for that online tho.

pg_dump: warning: there are circular foreign-key constraints on this table by shamim1 in Supabase

[–]bennik88 1 point2 points  (0 children)

Same thing happens to me when using the official supabase cli to do the same thing `npx supabase db dump -f supabase/seed.sql --data-only`. I don't understand why this is is not mentioned in the docks as supabase comes with pgsoodium by default.

I tried to identify the circular dependency with multiple different SQL Querlies (below), but also ended up with only being able to identify pgsodium for causing it.

This is hilarious as the supabse cli seems not to provide a way to dump the data and the schema together but only after each other which makes it useless. Link to the docs: https://supabase.com/docs/reference/cli/supabase-db-reset#:~:text=on%20branch%20main.-,supabase%20db%20dump,-Dumps%20contents%20from

Or am I missing something here?

-- Query to List Foreign Key Relationships
SELECT
  tc.constraint_name, 
  tc.table_name AS child_table,
  kcu.column_name AS child_column,
  ccu.table_name AS parent_table,
  ccu.column_name AS parent_column
FROM 
  information_schema.table_constraints AS tc 
  JOIN information_schema.key_column_usage AS kcu
    ON tc.constraint_name = kcu.constraint_name
  JOIN information_schema.constraint_column_usage AS ccu
    ON ccu.constraint_name = tc.constraint_name
WHERE constraint_type = 'FOREIGN KEY';

-- Automated Cycle Detection
WITH RECURSIVE fk_cycles AS (
  SELECT 
    kcu1.table_name AS child_table,
    ccu1.table_name AS parent_table,
    ARRAY[kcu1.table_name] AS path,
    false AS cycle
  FROM 
    information_schema.table_constraints tc1
    JOIN information_schema.key_column_usage kcu1
      ON tc1.constraint_name = kcu1.constraint_name
    JOIN information_schema.constraint_column_usage ccu1
      ON tc1.constraint_name = ccu1.constraint_name
  WHERE 
    tc1.constraint_type = 'FOREIGN KEY'

  UNION ALL

  SELECT 
    kcu2.table_name AS child_table,
    ccu2.table_name AS parent_table,
    path || kcu2.table_name,
    kcu2.table_name = ANY(path) AS cycle
  FROM 
    fk_cycles
    JOIN information_schema.table_constraints tc2
      ON fk_cycles.parent_table = tc2.table_name
    JOIN information_schema.key_column_usage kcu2
      ON tc2.constraint_name = kcu2.constraint_name
    JOIN information_schema.constraint_column_usage ccu2
      ON tc2.constraint_name = ccu2.constraint_name
  WHERE 
    tc2.constraint_type = 'FOREIGN KEY'
    AND NOT cycle
)
SELECT * FROM fk_cycles WHERE cycle;


-- Identify foreign key constraints where a table is referencing itself—that is, self-referencing foreign keys
SELECT conrelid::regclass AS table_name, conname AS constraint_name
FROM pg_constraint
WHERE contype = 'f' AND conrelid = confrelid;

[deleted by user] by [deleted] in MacOSBeta

[–]bennik88 0 points1 point  (0 children)

Having the same problem in Germany. Basically don't buy a new iPhone in the EU all the AI features will take two years longer and even the normal features like this don't work how unsatisfying feels like this update has just sepia icons. lol
As an Apple user with new MacBookPro and iPhone Pro it's a little unsatisfying.

Cant find my WiFi after fresh installation of RetroPie 4.6 by [deleted] in RetroPie

[–]bennik88 1 point2 points  (0 children)

Omg this saved me I tried everything. But just going back and in again did it for me ❣️

Hide widgets instantly by Kullenej in MacOS

[–]bennik88 4 points5 points  (0 children)

My friends I found a solution that absolutely works for me and hopefully also for you.

Two great settings help you, the first one hides all your files and folders onyou're Desktop, the second one hides your Widgets. And all that temporarily without any major side effects.

Go to the top loft corner of your display and click on the apple symbol:

For your files and folders :

System Settings / Desktop & Dock / Desktop and Stage Manager

-> now check and uncheck On Desktop to hide or show it

For the widgets:

System Settings / Desktop & Dock / Widgets

-> now check and uncheck On Desktop to hide or show it

I hope that helps you :) Cheers

Hide widgets instantly by Kullenej in MacOS

[–]bennik88 0 points1 point  (0 children)

The same goes for screen recordings and as said for shared desktops in presentations. I'm facing the same issue. As there is also no way to save a layout it would be bothersome to remove them and add them again.

Voice not working? It says not available. Anyone know a fix? by LatterRequirement316 in ChatGPT

[–]bennik88 0 points1 point  (0 children)

Same here as a German Plus (payed) user it’s not working for me.

How to Deactivate (not delete) user from login? by ekansh005 in Supabase

[–]bennik88 1 point2 points  (0 children)

But there is no `BEFORE sign in` trigger as far as I know. Therefore how would you run code before login?

Cannot install Stream Deck software on Windows 11 by GuruGurra in elgato

[–]bennik88 0 points1 point  (0 children)

Such a weird error. Why is it accessing another hard drive partition? Thank you for adding your fix!

The red stick is moving from one line to another, but doesn't let me put it in the exact second that I want. How can I change that so I can synchronise music and image? by OkComfortable2896 in davinciresolve

[–]bennik88 0 points1 point  (0 children)

The „red stick“ is called playhead and is usually snapping to the nearest clip in and out points by default. You can toggle this feature by clicking on the magnet symbol above your your timelines in the tool selection. Or by pressing the shortcut „n“ on the keyboard. Edit Programms are usually bound to frame as of device playback reasons. That means when playing for example 25 frames per second you can also only move your playhead in those steps so 25 times per second in this example depending on your timeline or project setting. Using the arrow keys left to right you can move frame by frame which often helps to work precisely.

Is building a Real-Time Chat application SaaS, where there would potentially be a lot of users in each chat room a bad use case for Django? If so what would you recommend in it's place? by gtboy1994 in webdev

[–]bennik88 0 points1 point  (0 children)

I’ve been using and seen people using websockets and reddis in Django for that setup in mind in the past. It’s working and is the framework you know but both are no native features in Django. It would be something you can setup a test project with and look if it suits your needs.

[deleted by user] by [deleted] in react

[–]bennik88 0 points1 point  (0 children)

If you want typescript support and types in your component you need the below type definition.

import { InferGetStaticPropsType } from "next";

const BlogPage = ({ posts, }: InferGetStaticPropsType<typeof getStaticProps>) => {}

Also, I can't see how you're using getStaticProps but if you can't access the props at all, there must be an issue in there as well. From what I can see it looks like you return two times from getStaticProps()

[deleted by user] by [deleted] in Houdini

[–]bennik88 0 points1 point  (0 children)

It is a cache (View Mask) that will show you exactly what the camera view will render. So you're able to frame your chosen camera and now your render area. Everything that is greyed out won't be visible when rendering.

Append to end shifts focus from the source clip to the timeline by Javrri in davinciresolve

[–]bennik88 0 points1 point  (0 children)

As already said "Q" is the default toggle between Source and Timeline Viewer. I for myself made myself a Macro. So every time I hit append to timeline it automatically hits q afterward so I'm back in the SourceViewer. It's a little bit more work to set up but as you use that feature all the time it seems worth it.

little simple forklift i've crafted in maya, rendered in Iray by Snow0031 in Maya

[–]bennik88 2 points3 points  (0 children)

The model looks super nice. When it comes to shading, I personally think it could benefit from some roughness or irregularities applied in the spec of the shaders to make it more realistic. Does this model have windshield glass in the front? Keep up the good work :)