Vadim Markovtsev

Results 259 comments of Vadim Markovtsev

Hi, `src-d/lapjv`'s author here. I am definitely interested in porting to SciPy. Here are some random facts: 1. My lapjv is the same algorithm as lap, apart from the SIMD...

It is trickier. This project only gives you the raw byte stream. The actual bytes are serialized with so-called Java standard serialization. In best case, you have to [offset 4...

Sure. Let me note that this PR changes the CLI code only, as I predicted that changing the library for my specific use case would be too much. As you...

Sure, I will do my best to finish it this week.

Thanks. Has he responded yet? I hate GPL because of the professional reasons. All software which becomes open in my research center department is either under BSD or Apache and...

I've just encountered a `sed` surrogate in a public project: https://github.com/spec-first/connexion/blob/main/.github/workflows/release.yml#L22 Looks familiar, ain't it.

Yes, all is correct! I have something like this in the spec: ``` paths: /foo_bar: put: operationId: foo_bar requestBody: content: application/json: schema: $ref: '#/components/schemas/FooBar' x-body-name: body responses: 200: content: application/json:...

Well, my company has to fork 2.x branch. We are using aiohttp and are not going to drop it any time soon. Perhaps, aiohttp 4.x will become ASGI/WSGI compliant, and...

Sure. Our project is proprietary but public: https://github.com/athenianco/athenian-api/blob/master/server/athenian/api/connexion.py What comes to my mind straight away: - HTTP client. - Middlewares. - A few extra routes outside of the spec. -...

Our fork is here: https://github.com/athenianco/especifico It's not really functional atm, but we are going to put it in good shape this week.