issues Search Results · repo:whitesmith/ulid language:C++ is:public
Filter by
6 results
(65 ms)6 results
inwhitesmith/ulid (press backspace or delete to remove)Required versions of iOS, tvOS and macOS in Package.swift file are different than Podfile ones and they are too high to
use ULID in projects with lower deployment target.
lukasz-szyszkowski
- Opened on Jun 7, 2021
- #8
Support Swift Package Manager could be relevant since SPM is gaining maturity.
ricardopereira
- Opened on Nov 23, 2018
- #6
I think the problem is in the shifting done here (ulid_struct.hpp - line 247):
void EncodeTime(time_t timestamp, ULID ulid) {
ulid.data[0] = static_cast uint8_t (timestamp 40);
ulid.data[1] = static_cast ...
pedromancheno
- 3
- Opened on Mar 29, 2017
- #4
import ULID
print(ULID().ulidString)
Running this results in an identifier with a timestamp in the year 1970. I realised this happens because the precision
is in seconds and not milliseconds. Thus, I ...
pedromancheno
- 1
- Opened on Mar 28, 2017
- #3
ricardopereira
- Opened on Feb 15, 2017
- #2
ricardopereira
- 1
- Opened on Feb 15, 2017
- #1
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.