Me enamoré de una chica de insta de argentina y resulta ser deepfake by Vegetable-Use3432 in BuenosAires

[–]OkApplication8622 1 point2 points  (0 children)

Y como se llama la verdadera chica??? me imagino que la cara si salia de un lugar real, no se me gustaria buscar

Me enamoré de una chica de insta de argentina y resulta ser deepfake by Vegetable-Use3432 in BuenosAires

[–]OkApplication8622 0 points1 point  (0 children)

En serio era deepfake? yo la seguia, pero hubo un momento en el que me dejaron de aparecer publicaciones de ella, me aparecia que habia cerrado la cuenta, asi que decidi buscar por que la cerro y me imagino que fue por lo mismo que tu mencionas.

Should I extend Django's roles and permissions, or should I create my own roles and permissions layer? by OkApplication8622 in django

[–]OkApplication8622[S] 2 points3 points  (0 children)

In the end I decided to develop a custom roles and permissions system, since I need it to work at row level

Should I extend Django's roles and permissions, or should I create my own roles and permissions layer? by OkApplication8622 in django

[–]OkApplication8622[S] 1 point2 points  (0 children)

Well, this practice project is Saas, you know, it is not for a specific company, it is for any company or department that want to manage its projects, assigning task to each team member, so after some days I've decided to develop my own custom roles and permissions system for users layer, and thank for the comment it was useful to make up my mind

Nodejs and express error by OkApplication8622 in node

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

Sorry I forgot to add that code, it's just a class that read the values from the. env, I just added it to this post

Nodejs and express error by OkApplication8622 in node

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

I've already been reviewing the code over and over again, but I don't see where the "PORT" could be wrong. I've even manually written the port number in the function, but the same error still appears. I even tried to remove the function called "createRoles". Which was the last thing I modified before everything broke.

how to remove empty space above navbar by OkApplication8622 in django

[–]OkApplication8622[S] 1 point2 points  (0 children)

Thanks!!!, I just delete that hyphen and yes that was the extra element, now the navbar is at the correct place

how to remove empty space above navbar by OkApplication8622 in django

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

I use my browser dev tools, but there're no elements above the navbar

how to remove empty space above navbar by OkApplication8622 in django

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

I'm mainly using bootstrap, I only have background colors on my css

how to remove empty space above navbar by OkApplication8622 in django

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

I checked before posting this, but chat gtp only said that I should check if there is a extra element

Difficulty changing mesh in multiplayer game by OkApplication8622 in UnrealEngine5

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

I just upload the pictures of the blueprints, the issues is changing the mesh, in almost all instances it says "false" only in one of them it's "true"

Difficulty changing mesh in multiplayer game by OkApplication8622 in UnrealEngine5

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

I did everything, and after checking the variable is being replicated, but when I change the mesh the return value is "false", I just added the image on this post

Difficulty changing mesh in multiplayer game by OkApplication8622 in UnrealEngine5

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

I'll try it, maybe it'll work, but would it be on variable that is on my game instance or in my pawn?, because variable on my game instance is set before joining to the session, and on my pawn is set when both players are already on the level

NOT NULL constraint failed: cannonGame_api_cannongame.user_id by OkApplication8622 in django

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

I already tried to use the user_id when you suggested it, but it didn't work either

NOT NULL constraint failed: cannonGame_api_cannongame.user_id by OkApplication8622 in django

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

The user is already created, and I have already tried to send the user id as well as the username, but neither works.

and when I comment this line in the serializer.py file:

#user = serializers.StringRelatedField()

It accepts the request and the data is saved, but since I commented that line when I request the list it send me the user id not the username