momadvisor
momadvisor
Thanks for your good suggestions. And In my opinion about your ask... Yea. I think many people want such features. I could find many questions on google about how to...
@simolus3 Your comment is a bit confusing because it makes it sound like `dump` command supports `--dialect`. The official [documentation](https://drift.simonbinder.eu/Tools/?h=dialect#exporting) also gives a similar confusing expression. I’ve opened a pull...
This PR deserves to be accepted. It is worthy of editing the major version. why not until 2025?
@exaby73 Any tools you've found good for being compatible with drift? I am in a same situation so I should try to search and find a 3rd party migration tool....
> > I'm experiencing this issue as well. It's causing enough of a headache that I'm considering ripping out streams altogether from my app and hosting a client and both...
Drift and Stormberry can already coexist with Serius on their own. Hastily building a new unique ORM may cause resistance or become a barrier for newcomers who want to adopt...
I experienced the same error. Even if I directly modify the code to fix the issue, another new problems occur. It seems that Windows support is still not running smoothly....
``` #!/usr/bin/env python3 import asyncio import logging from computer import Computer, VMProviderType from agent import ComputerAgent async def main(): logging.basicConfig(level=logging.DEBUG) async with Computer(os_type="windows", provider_type=VMProviderType.WINSANDBOX, verbosity=1, use_host_computer_server=False) as computer: agent =...
> Having similar issues... > > 1. Can't install `pywinsandbox` from git directly per the docs, Get an error. > 2. If I use the pypi version of it, it...
(2025 currently) It occurs `Bad state: StreamSink is bound to a stream` error. Once you pass a socket to ClientTransportConnection.viaSocket(s), the HTTP/2 transport connection takes ownership of the socket and...