duduru
duduru
path = /gdrive/My Drive/StarAnime/example I get the 'example' folder ID. How get example folder sharing link?
I am learning Vue. Sorry, my English is not good. https://codesandbox.io/s/bar-chart-kog87?file=/src/App.vue I would like to know what is this for? ```js options: { min: 0, max: 100, } ``` Whether...
Receives bytes, but can also give to memoryview. (buffer.getbuffer() -> memoryview) But pycharm will show a warning. source code https://github.com/alexdelorenzo/aiopath/blob/main/aiopath/path.py#L180 ```py # type-check for the buffer interface before truncating the...
**Describe the bug** Indexed unique will not work after Field regex. **To Reproduce** ### not work ```python class RegexTest(Document): val: Indexed(str, unique=True) = Field(regex=r"^[a-zA-Z0-9]+$") await RegexTest(val='123').create() await RegexTest(val='123').create() ``` ###...
Hello! I have been developing from this template since 2022. At that time I saw that the model was using `{"lazy": "selectin"}` and I used it myself without any problems....
poetry add faust-stream ```py import faust class Greeting(faust.Record): from_name: str to_name: str app = faust.App('hello-app', broker='kafka://localhost') topic = app.topic('hello-topic', value_type=Greeting) @app.agent(topic) async def hello(greetings): async for greeting in greetings: print(f'Hello...
I'm not sure if it's an issue with "Rectangle," but based on my test results so far, I can only suspect it's related to "Rectangle." I tested on two different...