Tom Erik Støwer
Tom Erik Støwer
Instruments is reporting a memory leak in _conversionRulesFromUnit:toUnit: in HHUnitConverter.m here: ``` objective-c NSMutableArray *rules = [NSMutableArray new]; ``` The leak goes away when I change that line to: ```...
I'm trying to create instances of MIHRSAPublicKey and MIHRSAPrivateKey using `initWithData:` after they have been encoded as strings from their data values, and decoded back into data values. See following...
Hey, great idea! Do you know any similar projects for react-intl? If not, I might try to create one based on this.
I upgraded to 6.0.0 (also tried 6.0.1) and everything works fine in development mode, but in the production build the background map doesn't render using. I'm using a mapbox token....
I had the following error message trying to add spqr on top of a model I don't control: ``` Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error...
### Description When using IconLayer's onClick or onHover properties, the PickInfo argument of the callback should include the object from the data. When the data property is an array this...
http://redis.io/commands/lrange
To allow using the core validator in bespoke pipelines, I would love to see it published as a standalone package on npm.
## What is the issue and _why_ is it an issue? Using poll-based consumption (the current situation) for real-time data has several challenges. * The specification states that real-time feeds...
The topic of improving data quality has been discussed in different forums. At the North America workshop in October -23, the GBFS group agreed that encouraging the use of schema-generated...