icyield

Results 8 issues of icyield

Thanks for the library. Have you an example of using the library to allow ACCESS_BACKGROUND_LOCATION?

See for example https://freegroup.github.io/draw2d/index.html#/examples/port_semantic_group When connection a port if the mouse pointer is moved outside the browser and then returns a dashed line is left on the canvas after a...

I would like to play an alpha video on a background, but the VideoContext webglContextAttributes alpha Can't be overriden because it is copied last. Why is this done? If I...

IBM Cloud only gives Databases for Redis TLS and self-signed certificate support All connections to Databases for Redis are TLS 1.2 enabled, so the driver you use to connect need...

ZRANGEBYSCORE does not use key -> illegal cmd. /// Return a range of members in a sorted set, by score. /// /// - Parameter key: The key. /// - Parameter...

I'm using the multi command. if let multi = redisDB?.multi() multi.lrange(dataflow.redisQueue, start: 0, end: len) multi.ltrim(dataflow.redisQueue, start: len+1, end: -1) //get len amount and remove atomically. multi.exec({ (response) in Under...

If a number of instance of an app are started in parallel there is a danger that if they start in the same second there can be duplicate objectIds generated....

When initing a BSON from a literal it is an int64 by default, but is easy to change (.int32(5)). However when using JSON the "default" type is int32. Is there...

tracked-in-jira