Gopalakrishna Palem
Gopalakrishna Palem
Facing same problem. The file size is: **105337352** bytes, but in the end the cursor ended up being: **105363955** which is greater than the file size, throwing exception in the...
Wondering the state of this. Has the tags supported been added? If we have to encode / decode with custom tags, how to specify the tag handlers?
Looking for similar option. It would be great if any HTML content can be shown in the tooltip, such as line-breaks, hr, and links (a tags).
Came across this while facing the problem of cookie header not being sent. It has been quite difficult to troubleshoot, since I have been trying to send a cookie header...
Here are few errors/warnings on the VS2015 to start with: ``` 1>------ Build started: Project: cppwamp, Configuration: Debug Win32 ------ 1>cl : Command line warning D9002: ignoring unknown option '-std=c++11'...
@michaelaeriksen Is it working with VS2015? Have been waiting to make it work as embedded lib.
- Product:Credit Risk Rating Banking Application - Company or Organization: Latize Pte Ltd - Link: http://ulysses2.ddns.net/ (demo version) - Screenshot: 
One way this is implemented in frameworks such as Meteor is to have a separate `client side` resource equivalents. This is similar to "views" in the database terminology, where a...
Came across this while looking for `retry` options for auth / JWT expiration scenarios. My request is, rather than provisioning options for developers to somehow achieve retries, it would be...
Also, in a micro-services scenario with complex dependencies amongst services, retries could prove to be helpful for self-regulating services (auto switch-on and shutdown), as noted here https://github.com/feathersjs/feathers/issues/853