Rui Aguiar
Rui Aguiar
I have a question about the notification scheduling capabilities of this library. I'm trying to build out a calendar-type application that needs to schedule many notifications with custom repetition. I...
When following the tutorial at https://docs.graphene-python.org/projects/sqlalchemy/en/latest/tutorial/ and using the following packages ``` asgiref==3.4.1 Flask==2.0.2 graphene==3.0 graphene-sqlalchemy==3.0.0b1 graphql-core==3.1.6 graphql-server[flask]==3.0.0b4 graphql-relay==3.1.0 uvicorn==0.16.0 gunicorn==20.1.0 ``` to run an ASGI uvicorn server with flask...
When using this module with `expo`, I get the error `Native module cannot be null`, and I assume this is due to the manual linking process. Is there a way...
## Description Title says it all. Is there a way to hide the bot avatar? The user avatar has hideUserAvatar, but I don't see anything for the bot.
Addresses https://github.com/LucasBassetti/react-native-chatbot/issues/53#issuecomment-561184520 hideBotAvatar is a prop that is undocumented, and should be referenced in the README.
**Is your feature request related to a problem? Please describe.** I want to be able to add backwards edges to my graph - for example, if I have an edge...
I don't think this library parses RRULE:FREQ=YEARLY;INTERVAL=1;COUNT=6;BYMONTH=2;BYDAY=3MO (president's day) correctly. I tried it, and it gives me back RRULE:FREQ=YEARLY;INTERVAL=1;WKST=MO;DTSTART=20190103T054718Z;COUNT=6;BYMONTH=2 which is incorrect. I think the issue is the BYDAY not...
This PR addresses what I believe to be 2 bugs with the `test_resolutions` parameter of `load_darcy_flow_small`. Firstly, the conditional is `if res not in [16, 32]:` but the error message...