-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output?
What do you see instead?
What version of the product are you using? On what operating system?
Please provide any …
-
``` swift
class Talk: Object {
dynamic var title = ""
let messages = List()
dynamic var owner: User?
dynamic var created = NSDate()
dynamic var updated = NSDate()
}
```
``` swift
class Mess…
-
On iOS8 (did not test other version, but it s probably also the case), if RegionFormat is set to UK and Date&Time 24-Hour disabled, mt_dateFromISOString returns null:
```
NSString *dateString = @"201…
-
| | |
| --- | --- |
| Bugzilla Link | [23224](https://llvm.org/bz23224) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The commit to bl…
-
Hi Devinross,
I am using the Tapku Calendar Library Day View in order to display events. Events are getting displayed properly when the calendar loads for the first time. If I change the date lets sa…
-
line 418:
if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue])
should read:
if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue]/1000.)
-
```
it will create something like this in ns1.h file:
#import
#import "USAdditions.h"
#import
#import "USGlobals.h"
@class USBoolean ;
@class NSNumber ;
@class NSNumber ;
@class NSNumber ;
@class N…
-
```
it will create something like this in ns1.h file:
#import
#import "USAdditions.h"
#import
#import "USGlobals.h"
@class USBoolean ;
@class NSNumber ;
@class NSNumber ;
@class NSNumber ;
@class N…
-
As per http://opensoundcontrol.org/node/3/#timetags the TimeTag should be seconds since midnight on January 1, 1900, but OSCBundle is incorrectly sending seconds since Jan 1, 2001.
Quick fix:
NSDate\…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output?
What do you see instead?
What version of the product are you using? On what operating system?
Please provide any …