Vadim Suharnikov

Results 22 comments of Vadim Suharnikov

I got the same issue today. Code ```py @fixture async def client(): async with httpx.AsyncClient() as http_client: yield HavenClient( http_client, TEST_APIKEY, ) @fixture async def client_without_apikey(): async with httpx.AsyncClient() as...

I made a simple example `plugins: anyio-3.6.1, asyncio-0.18.3` `asyncio: mode=auto` test_test.py ```py import pytest @pytest.fixture async def test_value(): return 'test' async def test_value_is_test(request: pytest.FixtureRequest): tv = request.getfixturevalue('test_value') assert tv ==...

I guess we can close this stale issue :sweat_smile:

Well, I have made the solution for `OptimisticTransactionDB`. Although I am not entirely sure that the solution correctly utilizes a RocksDB function, it appears to be functioning properly for my...

@lino-levan does supermaven support chats? I didn't find information about that

> Supermaven does not support chat _yet_. The team is working on it iirc. Ok, I will give the trial period a try, but without the ability to chat, it...

Well, v2 is just an alpha. I guess I shouldn't be harry up to move on to an unstable branch of my working project :sweat_smile: Thank you for your work....

Oh, I found this club :smile: Today I got the same error: https://github.com/microsoft/vscode-remote-release/issues/9102

> Same issue here today with 2606:50c0:8003::154:443 I just restart my router, and it works again. I'm not sure what happened