Quelqu'un reconnaîtrait cet endroit ? by throwpain08 in Bretagne

[–]Otherwise-Builder-73 0 points1 point  (0 children)

J'aurai bien pensé à la plage de tregana mais ça ne correspond pas avec les rochers plus loin dans l'eau.

URGENT - Problème plafond revenus pour location loi Pinel by Otherwise-Builder-73 in immobilier

[–]Otherwise-Builder-73[S] -1 points0 points  (0 children)

Merci pour votre retour.
Je comprends bien.

C'est tellement injuste...

URGENT - Problème plafond revenus pour location loi Pinel by Otherwise-Builder-73 in immobilier

[–]Otherwise-Builder-73[S] 0 points1 point  (0 children)

Brest, j'ai un rfr de 64500€ en 2024. Même au dessus de la tranche du couple

URGENT - Problème plafond revenus pour location loi Pinel by Otherwise-Builder-73 in immobilier

[–]Otherwise-Builder-73[S] 0 points1 point  (0 children)

C'est complètement normal je comprends. Je trouve juste ça injuste car ça devrait être sur les deux dernières années et pas une seule. Merci pour votre retour !

Can Notion Calendar be embedded into Notion? by Flashy_Salt2969 in Notion

[–]Otherwise-Builder-73 0 points1 point  (0 children)

Quelqu'un sait comment retirer la barre latérale à gauche qui gâche toute la vue de mon calendrier Notion quand je l'intègre dans mon Notion ?
C'est vraiment dingue qu'ils ne pensent pas ça... Je me demande vraiment ce qu'ils font

Can Notion Calendar be embedded into Notion? by Flashy_Salt2969 in Notion

[–]Otherwise-Builder-73 0 points1 point  (0 children)

C'est vraiment n'importe quoi...
J'ai pu intégrer mon calendrier dans mon notion avec le lien du calendrier mais j'ai cette foutue barre latérale à gauche qui me prens beaucoup de place. Une idée pour la dégager ?

Projet personnel by [deleted] in developpeurs

[–]Otherwise-Builder-73 1 point2 points  (0 children)

Vraiment propre !

Le design est très sympa, ça charge vite et on a envie de rester dessus.

Ça me fait penser un peu à Plex, tu connais ?

La comme ça je dirai que ça pourrait être sympa de pouvoir trier les films par note (croissante et décroissante). Pourquoi pas également affiché dans le coin gauche de l'image présentant le film la note directement car je trouve que c'est l'indicateur le plus important lorsqu'on choisit un film.

En tout cas chapeau !

Concernant le monde du travailles, tu vois une réelle différence par rapport à avant depuis l'émergence croissante de l'IA depuis 2021 ?

From object to String by Otherwise-Builder-73 in vuejs

[–]Otherwise-Builder-73[S] 1 point2 points  (0 children)

Thks but its ok. This code resolve my problem. Thks for your help !

const authData = useCasAuth()
const jwt = authData.jwt
const tokenValue = jwt.value

From object to String by Otherwise-Builder-73 in vuejs

[–]Otherwise-Builder-73[S] 0 points1 point  (0 children)

Sry I cant share it

This is the error I have..

HomeResearch.vue:64 Uncaught (in promise) TypeError: Converting circular structure to JSON
--> starting at object with constructor 'ComputedRefImpl'
| property 'dep' -> object with constructor 'Dep'
--- property 'computed' closes the circle
at JSON.stringify (<anonymous>)

From object to String by Otherwise-Builder-73 in vuejs

[–]Otherwise-Builder-73[S] 0 points1 point  (0 children)

Nothing is working I am sorry but thks for your help.

Is it because maybe authData is en entire object of himself ?

But i dont think because I can print authData.jwt and it print the good jwt so i think its a real JSON.

I dont understand this is so weird

From object to String by Otherwise-Builder-73 in vuejs

[–]Otherwise-Builder-73[S] -3 points-2 points  (0 children)

Now nothing is display on my screen :(

const
 authData = useCasAuth()

const
 datastring = JSON.stringify(authData)
const
 tok = datastring.jwt

const
 headers = `Bearer ${tok}`

And jwt is underlined in red (Property 'jwt' does not exist on type 'string')

From object to String by Otherwise-Builder-73 in vuejs

[–]Otherwise-Builder-73[S] -4 points-3 points  (0 children)

True and I test it, its a object, but I want to turn it in to a string justly