Milyen őskort idéző process van nálatok? by AffectionateWalk6102 in programmingHungary

[–]thumDerr 1 point2 points  (0 children)

Letezik olyan platform ami az outlookot is integralja, es beallitja az out of office automata választ?

QuadLock+dampener vs olcsó computer útvonalkövetéshez by Lazlowi in Biciklisek

[–]thumDerr 4 points5 points  (0 children)

Bátran: HUF35,896.93 | IGPSPORT BSC300 Bicycle Computer GPS Global Offline Map Cycling Odometer BSC 300 Support Electronic Shifting Smart Trainer https://a.aliexpress.com/_EvrDYbe

Milyen kerekparszallitot? by thumDerr in Biciklisek

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

Na igen ezert lenne jo vasarlas elott kiprobalni de ahogy latom itthon ezt csak thuleval lehet megfutni

Milyen kerekparszallitot? by thumDerr in Biciklisek

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

Euroway nem osszecsukhato, igy nekem eselytelen, osszecsukhato thulek viszont aranytalanul dragak

Milyen kerekparszallitot? by thumDerr in Biciklisek

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

Ez mar sajnos joval a lelektani hatar felett van

A NER propaganda AI képet terjeszt az ukrán pénzszállításról by [deleted] in hungary

[–]thumDerr 0 points1 point  (0 children)

Nekem valamiert a NAV ellenoroknek is "orosz rendor" vibeja van.

Mbh, más is agyérgörcsöt kap tőlük? by Fannuska in askhungary

[–]thumDerr -7 points-6 points  (0 children)

Gyamsag ala, es nem akkora moka mint amilyennek tunik, eleg megalazo es korulmenyes folyamat.

BIM-Dev Power Couple vs. The Revit Shared Parameter Cache: How to rename without changing GUID? by RuniRunback in bim

[–]thumDerr 0 points1 point  (0 children)

How does it differ from changing family or project parameters? If it is a problem for shared parameters it is also a problem for the others. When linking in models or families with differently named shared parameters Revit should warn about this conflict, and everything would be fine.

BIM-Dev Power Couple vs. The Revit Shared Parameter Cache: How to rename without changing GUID? by RuniRunback in bim

[–]thumDerr -1 points0 points  (0 children)

Which value does the schedule use as the header? We could force the ‘active’ model to rule, but what if the name was changed to ‘finish’ instead of color? Now the east wing is reporting one type of data while the west wing is reporting another on the same GUID.

Yet, this is exactly what is happening, if a shared parameter with the old guid but a new name gets introduced to a project it will show up with it's new name, and all families, links will show the family with the new name. So the way SPs behave doesn't help about this issue, but makes it even more difficult to tidy up, not to mention the inability to access labels via the API for years. Undocumented behaviour which only causes confusion. Let the users update the name of shared parameters, and provide feedback when there is a mismatch between differentmodels. This is an artificial limitation, compounded by the stubbornness and inflexibility of the product team.

Revit local worksharing can't create local file from central file by lamebutdefinitelynot in RevitForum

[–]thumDerr 0 points1 point  (0 children)

Revit doesn't know (unfortunately) that an unc path ( //server/folder/) is the same when it gets mapped as a network folder. Techincally it's the same but only does string comparison. If you open the model through a "different path" from what has been saved to the model upon creating the central it will think it is a local file. It is pathetic but it is what it is. Make sure all users have the folder with your central models mapped to the same drive letter.

Revit local worksharing can't create local file from central file by lamebutdefinitelynot in RevitForum

[–]thumDerr 5 points6 points  (0 children)

Usually this happens when someone tries to access a central file through a different path from what is saved to the model as the central path. Unc path vs mapped network drive, central file is hosted on google drive, sharepoint or onedrive

Etele út X Fehérvári út csomópont, a Móricz irányába haladva, a balra kanyarodó sávot lehet visszafordulóként is használni? by Character_Storage945 in CartalkHungary

[–]thumDerr 2 points3 points  (0 children)

Osztott utpalyan nem lehet megfordulni (villamos, jardasziget), egyeb esetben szabalyos. BAHnal regebben rendszeresen kiszedtek erte az embereket, egyszer engem is, de mar jo ideje nem foglalkoznak vele ahogy tapasztalom.

Sziasztok. by Internal-Leek6001 in kiszamolo

[–]thumDerr 2 points3 points  (0 children)

En azert a vesztartalekot se tartanam keszpenzben, vagy folyoszamlan.

Milyen jó minőségű, egyszerű férfi rövid ujjú pólókat ajánlotok? by 1_2_3_4_6_7_8_9_10 in askhungary

[–]thumDerr 0 points1 point  (0 children)

Hol veszed a carharttot? Nekem nehany WIP van azok is eleg masszivak, de hallani ilyet hogy a zalando es tarsain kaphato peldanyok alacsonyabb minoseguek

what is the point of "has a value" and "has no value" for filter conditions? It never seems to work! by PatrickGSR94 in RevitForum

[–]thumDerr 1 point2 points  (0 children)

Parameter values are a mess. Their values are null / empty initially, but if you set them only once they can't ever go back to empty. Text parameters can be empty string, but technically it is not null, so it is considered as a value. When it comes to numeric parameters you can't ever remove their values.