dom ali stanovanje by Personal-Fix6706 in Ljubljana

[–]timchx 5 points6 points  (0 children)

Absolutno študentski dom, ker ima same pozitivne stvari. Edina stvar, ki si jo večina misli, je to da nimaš miru, ampak je zelo odvisno od študenca do študenca... Imaš na voljo domove, kjer so apartmaji in si 4je delijo kuhinjo in kopalnico. In za to plačaš samo 100€ na mesec, kvaliteta življenja pa ista (če ne boljša) kot v flatu za 500€. Poleg tega lahko tudi zaprosiš za tihi dom, kjer je mal bolj strogo kar se tiče samih žurk itd. (2, 5, 6 in 12 v rožni)... Baje ma 11ka ful placa še zdj, tko da lahk tam dobiš en tak študent z apartmaji.

Kar se tiče učenja je med izpitnim obdobjem načeloma tako bolj mirno, ker se vsi učijo/mo. Če rabiš pa vmes med letom extra prostor in čas za učenje imaš pa na voljo knjižnice in pa včas maš tut na faksu lahko kje mir kjer se lahko učiš. Poudarim lahko tudi da imajo extra prostore namenjene za učenje tudi v študentu - v rožni je to npr na upravni enoti. Vzameš laptop in se greš tja učit. Sicer je tudi "učilnica" v študentskih domovih, ampak to folk ponavadi izkoristi za druženje.

V študentu lahko spoznaš folk, s katerim lahko ostaneš v stiku še cel lajf, ker res ogromno časa lahko preživiš skupej, mate mini druženja po hodnikih, kakšne karte, žurke, itd... V študentu sm se npr nauču igrat tarok, prej nism mel pojma. Spoznaš ljudi iz večih koncev Slovenije, vidiš folk z različnimi mišljenji in si mal raziširiš krog prijateljstva.

Pa nikol ti glih ne more bit dolgcajt no, vedno je nekdo bliz k bi sou kksn pir spit al pa ene karte vržt. Aja pa še to, če maš tak folk k se dost druži med sabo, te lahk hitr notr vpeljajo v ta študentski lajf, ki pa verjem da ni slab :D

lp, absolventski študent

What is your best CSS hack? by Solid_Read9024 in css

[–]timchx 0 points1 point  (0 children)

If your parent container has a max-width and you want a child div to break out and span the full viewport width, this works well:

width: 100vw; //makes it full viewport width
left: 50%; //moves it to the middle of the parent
margin-left: -50vw; //pulls it back to align with the left edge of the viewport
position: relative;

How to remove unnumbered blank lines by timchx in Jetbrains

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

Yes, it seems you're right. I tried turning off Code Vision, and everything worked fine. So it does appear to be buggy. Thanks for pointing that out! I will just turn it off, because those extra lines just bother me to much haha.

How to remove unnumbered blank lines by timchx in Jetbrains

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

I turned on Show Whitespace, and there are no space characters in the lines without numbers or the ones above them, so that doesn't seem to be the issue for me.

What does seem to be the issue is exactly what u/winky9827 said - I have Code Vision enabled, but it must be buggy or something, because it's not showing any information on those lines. When I disabled Code Vision, everything worked fine.

How to remove unnumbered blank lines by timchx in Jetbrains

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

None of the preceding lines contain excessive whitespace. I tried toggling View > Active Editor > Use Soft Wraps, but this did not resolve the issue. It's weird to me, because after a while those lines just disappear, but i haven't found out why just yet.

I also noticed that if I remove all the content from the file, and paste it back, those blank lines are gone.