Markus Tran

Results 7 comments of Markus Tran

Seems like this method is responsible for checking if the value is equal to `"default"`. https://github.com/durs/node-activex/blob/8f226abaa88f6e61be4e3af1978b058d5517dcb3/src/utils.h#L403 If this behavior is necessary, is it possible to change the string to something...

I just ran into this issue, and it was very annoying to debug. I realize now that it's mentioned in the README, but I glossed over it and expected `parse()`/`parseAsync()`...

> For interest @pillowfication , why were you calling parse multiple times? Was it unit tests, or a long running process using same program multiple times, or something else? I'm...

These errors are now occasionally seen with no changes to the workflow: ``` npm error An unknown git error occurred npm error signal SIGTERM npm error command git --no-replace-objects clone...

> Any updates on this? I'm facing the same issue for `{@link Something.type}`. When I replace it with `{@link Something["type"]}`, it throws the following error: > > ``` > tsdoc-reference-missing-dot:...

The best I can do right now is an intermediate script between `api-extractor` and `api-documenter` that replaces custom tags in the `.api.json` file with tags that `api-documenter` can understand. For...

Also related are the following calendar codes: - `b1` - Gregorian calendar - `b2` - Hijri calendar ```go println(fmt.Sprint(ps.Parse(`b1dd/mm/yy`))) // Expected: [{Positive [{b1 DateTimes []} {dd DateTimes []} {/ Literal...