srknzl

Results 86 comments of srknzl

I got an error as well. I was using `npx tsc index.ts` therefore not getting an error. `npx tsc` lead to an error for me as well. Even with simple...

The issue is fixed. Next release will include it. (a release from maintenance branches or master)

@fatihozer0 there is an error in code quality checker. DOCUMENTATION.md:1444:131 MD013/line-length Line length [Expected: 130; Actual: 136] line 1444 is too long.

@fatihozer0 Left two more simple comments for you.

looks like options are not passed to underlying command directly. one can use npx mocha to do this

possible via https://stackoverflow.com/a/14404223

Thanks for reporting. Probably related to `hzStarter` that you are using. In a `getDistributedObjects` call, the server returns `DistributedObjectInfo` list that has `serviceName` and `name` fields, and client uses that...

I have a fix in #991 , now unknown proxies will be ignored from result instead of throwing.

I opened the pr but as APIs team will discuss what to do, for all clients to be in sync. As a result, my proposed solution may change. WDYT? How...

thanks I am trying to apply the best UX > instructing me what to do I dont think user has something to do. Also, if you check the pr, you...