Roland Groza

Results 32 issues of Roland Groza

### Is this a bug report? Yes. ### Can you also reproduce the problem with npm 4.x? Yes. ### Which terms did you search for in User Guide? *Unexpected token*,...

I looks like the package has some issues decoding urls that contain a dot (`.`). According to [RFC3986](https://tools.ietf.org/html/rfc3986#section-2), that's a valid character. The error I get is `Could not decode...

Now that the TS compiler supports module [resolution](https://github.com/Microsoft/TypeScript/issues/2338) via node, it would be nice not to use TSD to install the typing but instead have them included with the npm...

enhancement
4.x

Is it possible to change PSAD's email notification banners to a more friendly `Body`, `Subject` and `From` fields ? Sometimes the client needs a bit more in the `Subject` and...

**Describe the bug** Parsing the following: ```ini [mysection] mykey=90 ``` When using [MapTo](https://ini.unknwon.io/docs/advanced/map_and_reflect) results in: ``` set field "mykey": unsupported type "uint8" ``` If the type is `uint8`: ```go type...

bug

**Is your feature request related to a problem? Please describe.** Currently, there's no way to add extra fields to resources (e.g for hosts we can only set name, description and...

enhancement

**Describe the bug** A clear and concise description of what the bug is. I'm trying to setup Athens to download private repos from a Gitlab server that's not running on...

I was wondering if there was a way to exclude certain typings from the typings installed. Let's say I have a TS project and that I run two different builds...

discussion

Would it be possible to set a custom timestamp when logging using one of the macros? E.g: ```cpp LOG(INFO, myTimeStamp)

I've created a custom network dispatcher following the example from this repo and then I configure logging using the following: ```cpp #include "utils/easylogging++.h" #include "utils/net-dispatcher.h" INITIALIZE_EASYLOGGINGPP int main(int argc, char*...