Vlad

Results 9 comments of Vlad

@AndreiRegiani Can you take a look at this? I also just ran into this issue. Sending a post with a data body fails without this fix. i.e the following post...

Not sure if this project is being actively maintained anymore? I also just added a quick and easy approach to adding v3 support (lacking some structured testing)

Example call with v3 ```python apiv3 = bigcommerce.api.BigcommerceApi( client_id=client_id, store_hash=store_hash, access_token=access_token, api_path='/stores/{}/v3/{}' ) apiv3.Variants.all() ```

Also interested in a Linear integration! For context we're an early stage startup that uses linear mostly due to its minimal/simplified ticketing system.

@csharplus Just had a chance to review - noticed the merge with the fix for 3.12 (using nkeys 0.2.0). How come we're staying with 0.1.0 for

I believe nkeys is a dependency of several of the ML packages within requirements.txt - there were a few breaking changes around oracle and duckdb I believe, but upgrading those...

``` # package.js "posthog-js": "^1.157.2", "next": "^14.0.1", ``` ``` # next.config.js reactStrictMode: false ``` unable to use posthog given this error

Trying to understand the state of this MR - my understanding is that this would allow for a native session restore like capability as well? I'm a new user to...

Been dealing with this issue and wanted to quickly tackle it - sent @m13v a few screenshots with my token. It looks like the `https://screenpi.pe/api/user` isn't properly handling auth. I...