Nikita Chursin

Results 14 issues of Nikita Chursin

Using MM I'm really tired of the `override` breaking syntax highlights. So I changed it to treat `override` the same as `virtual` keyword as they're used in pair anyway.

I got this message trying to parse my API definition. ``` { ErrorNode [Custom facet 'my-facet' cannot be set as it is already defined by object.] } ``` Here are...

the idea is an API like factory.when().method('GET').urlParameterEquals('id', '123').respondWith('responseBody').build()

https://www.linkedin.com/feed/update/urn:li:activity:6751826770095284226?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A6751826770095284226%2C6752926232393920512%29

Seems like a factory would be a more convenient way to build requests

Use case: New API introduced and you need to maintain connections to both versions. But there are different content type header required: no header for v1 and app/json for v2

Needed: * build pipeline (push/deploy, run tests) * badge in readme

Hey, does someone maintains this repo? I see a ton of PRs and issues and the last commit was several years ago. So I just have a question whether it...

Hi @tejado As you already know, the Authorizer app now works for me in the Xiaomi-Mac bundle. But now I have a problem with my actual phone. I use Galaxy...

HI, I'm developing a plugin for Apex in VSCode and have an issue when trying to insert code if I have a file opened without a project folder. Your plugin...