phenobarbital

Results 7 comments of phenobarbital

Hi, I'm getting the same error (getting with get_folder_by_server_relative_path or get_folder_by_server_relative_url), this code: ``` target_folder = ctx.web.get_folder_by_server_relative_url( "{}".format(remotepath) ).get().execute_query() if target_folder.properties['Exists'] is True: file = target_folder.upload_file(filename, file_content) ctx.execute_query() ``` ends...

Hi @garvenlee, thanks for checking my package, unfortunately, the current version of Cassandra Driver is not compatible with Python> 3.10, several methods failed with: `'As of 3.10, the *loop* parameter...

I tested an experimental version of python-driver with a patch for Python> 3.10 support and works: CONNECTION > [{'release_version': '4.1.3'}] we need to wait until Datastax releases a new version...

Long story short: Hi, the primary issue is that I'm not using Windows, and my GitHub workflow is tightly integrated with Ubuntu builds, I can add builds for Windows but...

Hi!, sure!, I write two examples how to use it: ```python import asyncio from asyncdb.drivers.sqlserver import sqlserver async def call_stored_procedure(): # Create a connection params = { "server": "your_server", "user":...

Thank you for your request, unfortunately, I have several functions with dependencies over Pendulum and there is no 3.13 support. I'm looking to avoid this hard-requirement to build a wheel...

It's funny because botbuilder-core works with newer versions of jsonpickle (if jsonpickle is upgraded after installation, I can't find any issue), but any existing library in my ecosystem depends on...