|
Re: Time zone crap.
Guys, you are epic beyond all expectation.
You do realize that this fucks security transactions for a large part of GMT + 1, right?
Like major fucks, right?
And through your help now we know..
There
Guys, you are epic beyond all expectation.
You do realize that this fucks security transactions for a large part of GMT + 1, right?
Like major fucks, right?
And through your help now we know..
There
|
By
Alex Zavatone
·
#636
·
|
|
Re: Time zone crap.
AHA!
I tried them all.
Fun times!
It is called the veld, is it not? Must I send you a photo from the Cape Town Fish Market which sadly is in Windhoek.
Biltong saves lives
AHA!
I tried them all.
Fun times!
It is called the veld, is it not? Must I send you a photo from the Cape Town Fish Market which sadly is in Windhoek.
Biltong saves lives
|
By
Alex Zavatone
·
#635
·
|
|
Re: Time zone crap.
In a capital and it was jacked in Doha and Windhoek.
Good data though.
In a capital and it was jacked in Doha and Windhoek.
Good data though.
|
By
Alex Zavatone
·
#634
·
|
|
Re: Time zone crap.
You can try
zdump -v /usr/share/zoneinfo.default/Africa/Windhoek
To understand what your system thinks is the timezone in Windhoek, on my system the latest lines
You can try
zdump -v /usr/share/zoneinfo.default/Africa/Windhoek
To understand what your system thinks is the timezone in Windhoek, on my system the latest lines
|
By
Giacomo Tufano
·
#633
·
|
|
Re: Time zone crap.
It seems that Namibia recently changed the timezone permanently (cfr. https://support.microsoft.com/en-us/help/4074837/time-zone-and-dst-changes-in-windows-for-northern-cyprus-sudan-and-ton , sorry
It seems that Namibia recently changed the timezone permanently (cfr. https://support.microsoft.com/en-us/help/4074837/time-zone-and-dst-changes-in-windows-for-northern-cyprus-sudan-and-ton , sorry
|
By
Giacomo Tufano
·
#632
·
|
|
Re: Time zone crap.
Hi Alex,
Sorry to hear of your problem. I’m in Johannesburg, I’ve included my setting below which may help.
Note that I set the region to Apple Europe and the system detects Johannesburg (if it
Hi Alex,
Sorry to hear of your problem. I’m in Johannesburg, I’ve included my setting below which may help.
Note that I set the region to Apple Europe and the system detects Johannesburg (if it
|
By
B T Small
·
#631
·
|
|
Re: Time zone crap.
AFAIK cell phones can determine time accurately via the cell transmission, so they are always accurate. Macs, and iOS devices without cell chips, on the other hand, don’t have that benefit nor a GPS
AFAIK cell phones can determine time accurately via the cell transmission, so they are always accurate. Macs, and iOS devices without cell chips, on the other hand, don’t have that benefit nor a GPS
|
By
Keary Suska
·
#630
·
|
|
Re: UIImageView Scaling
No worries about disagreements: you're looking at the code and I'm getting the condensed version in your description.
Your comment about timing being an issue disturbs me since, ideally, the behavior
No worries about disagreements: you're looking at the code and I'm getting the condensed version in your description.
Your comment about timing being an issue disturbs me since, ideally, the behavior
|
By
Steve Christensen
·
#629
·
|
|
Re: Time zone crap.
This sounds like something for Radar. So far, travelling the well-known world (the oddest being the canary islands), I have had any issues with that.
I have been tracking the back-and-forth of the
This sounds like something for Radar. So far, travelling the well-known world (the oddest being the canary islands), I have had any issues with that.
I have been tracking the back-and-forth of the
|
By
Alexander von Below
·
#628
·
|
|
Time zone crap.
I’m in the deepest darkest jungles of ferocious downtown Africa at the moment (yeah, science) and if I‘m not smoking crack again, all of my business meetings are jacked up by an hour because
I’m in the deepest darkest jungles of ferocious downtown Africa at the moment (yeah, science) and if I‘m not smoking crack again, all of my business meetings are jacked up by an hour because
|
By
Alex Zavatone
·
#627
·
|
|
Re: Swift with NSDocument and Revert To... browse all versions.
You truly are a Hero! and made an old hacker very happy
thank you
Bill Pitcher
bill@...
You truly are a Hero! and made an old hacker very happy
thank you
Bill Pitcher
bill@...
|
By
Bill Pitcher
·
#626
·
|
|
Re: Swift with NSDocument and Revert To... browse all versions.
Well, dang, I got that wrong. (I “fixed” a typo in the email, forgetting to check that it actually worked.) You can’t use a KeyPath expression like “\WindowController.document.model” in
Well, dang, I got that wrong. (I “fixed” a typo in the email, forgetting to check that it actually worked.) You can’t use a KeyPath expression like “\WindowController.document.model” in
|
By
Quincey Morris
·
#625
·
|
|
Re: Swift with NSDocument and Revert To... browse all versions.
K, the problem I’ve been working around with the kvoDocumet bs
documentObservation = self.observe(\WindowController.document.model) {
error "Type of expression is ambiguous without more context”
K, the problem I’ve been working around with the kvoDocumet bs
documentObservation = self.observe(\WindowController.document.model) {
error "Type of expression is ambiguous without more context”
|
By
Bill Pitcher
·
#624
·
|
|
Re: Swift with NSDocument and Revert To... browse all versions.
It’s more or less correct, although I think you’re still making it a bit harder than it needs to be. Here are some inline comments on your window controller:
You don’t actually need this. The
It’s more or less correct, although I think you’re still making it a bit harder than it needs to be. Here are some inline comments on your window controller:
You don’t actually need this. The
|
By
Quincey Morris
·
#623
·
|
|
Re: Swift with NSDocument and Revert To... browse all versions.
Thank you for your help with this!
I’ve given it another try and hope some knowledgeable person could check that I’m still not Doing it Wrong ™
Currently WindowController.document still
Thank you for your help with this!
I’ve given it another try and hope some knowledgeable person could check that I’m still not Doing it Wrong ™
Currently WindowController.document still
|
By
Bill Pitcher
·
#622
·
|
|
Re: UIImageView Scaling
Steve,
I don’t want to disagree with you, but I’m seeing additional pieces of evidence which suggest (to me, at any rate) that this issue is related to timing, not insufficient constraints. I’ll
Steve,
I don’t want to disagree with you, but I’m seeing additional pieces of evidence which suggest (to me, at any rate) that this issue is related to timing, not insufficient constraints. I’ll
|
By
Rick Aurbach
·
#621
·
|
|
Re: UIImageView Scaling
Setting only edge constraints (top/bottom/leaing/trailing) on the image view will not guarantee "consistent" size. Unlike UILabel, for example, an image view doesn't necessarily have an intrinsic size
Setting only edge constraints (top/bottom/leaing/trailing) on the image view will not guarantee "consistent" size. Unlike UILabel, for example, an image view doesn't necessarily have an intrinsic size
|
By
Steve Christensen
·
#620
·
|
|
Re: UIImageView Scaling
I have explicit constraints. I expected consistent behavior and really don't understand why I don't get it.
I've tried two cases:
(1) UIImageView directly embedded in a (sub)-controller's view. Fully
I have explicit constraints. I expected consistent behavior and really don't understand why I don't get it.
I've tried two cases:
(1) UIImageView directly embedded in a (sub)-controller's view. Fully
|
By
Rick Aurbach
·
#619
·
|
|
Re: UIImageView Scaling
I think I ran into similar issues in the dim past. If I recall correctly, the image view would resize to accommodate the image size if the image was set before a layout pass, or maintain some fixed
I think I ran into similar issues in the dim past. If I recall correctly, the image view would resize to accommodate the image size if the image was set before a layout pass, or maintain some fixed
|
By
Steve Christensen
·
#618
·
|
|
Re: UIImageView Scaling
1. For any image which has an intrinsic size larger than the destination UIImageView object, the sizing behavior is the same. Namely, when the picker is dismissed (calling loadData(), the upper left
1. For any image which has an intrinsic size larger than the destination UIImageView object, the sizing behavior is the same. Namely, when the picker is dismissed (calling loadData(), the upper left
|
By
Rick Aurbach
·
#617
·
|