Silviu Caragea
Silviu Caragea
With minimum refactoring you can just rename `$path` as `$path_or_content` and then in `initializeHandle` if `$mode` is `null` (let's suppose we use this convention when `$path_or_content` is a string content...
Hello, Unfortunately we are using this library in OTP versions older than 21. Once we will update our systems we will take this into account. But please note that something...
Hello, We removed the OTP 19/20/21 from travis because are not longer supported there out of the box. Idea is that internally we are using this library in OTP 19...
@csrl Are you talking about an ENV variable or can you elaborate on how you want to achieve this ? If it's an env variable I think you can also...
A better idea might be to use a custom define like: ```erl -ifdef(USE_LAGER). %% Log macros will use lager -else. %% Log macros will use logger -endif. ``` And somehow...
This PR needs a bit of changes. First we need to get rid of representing strings as lists.there are few places like the following (_ -> "") ```erl Keyspace =...
Hello, Unfortunately is not possible at this moment. This is on my todo list but I have no idea when will be implemented. Silviu
Hello, Thanks, give me few days and I'll provide you some feedback on this.
Hello, I did my review here: https://github.com/cibingeorge/erlcass/pull/1 You can also sent the pull request to the main repo and we can continue the review there. Your contribution looks nice. Silviu
Why don't you add the timestamp in message header ? you can add there whatever metadata you want