Jared Fields
Jared Fields
How would one easily trigger the animation to play again when navigating back to the page from another?
After nearly 2 hours trying to figure out how to get authentication working with this module, the solution was finally realized, that when using authentication, merely passing the connection string...
Getting the error talked about here (https://github.com/vgrem/Office365-REST-Python-Client/issues/547). Discussion on this seems to be dead. ```python import os from office365.sharepoint.client_context import ClientContext from office365.onedrive.driveitems.driveItem import DriveItem class SharepointClient(): def __init__(self, client_id="",...
I followed the instructions here to set up a client id and secret. https://github.com/vgrem/Office365-REST-Python-Client/wiki/How-to-connect-to-SharePoint-Online-and-and-SharePoint-2013-2016-2019-on-premises--with-app-principal ```python from office365.runtime.auth.client_credential import ClientCredential from office365.runtime.auth.user_credential import UserCredential from office365.sharepoint.client_context import ClientContext client_id = ""...
When calling `Libao.open();`, I'm getting the message in the title, on Windows 10. following the stack trace takes me to this ```dart /// Loads the libao library. factory Libao.open([String? /*?*/...
Awesome project! Adding generation of Flutter / Dart bindings could be useful for both increasing adoption of Nim and building more performant libraries for the cross platform UI library, Flutter.
**Describe the bug** A clear and concise description of what the bug is. What am I doing wrong?? ```nim import nimongo/bson import nimongo/mongo const database = "test" var sm: Mongo...