heinsenberg82

Results 6 issues of heinsenberg82

This error is really driving me nuts. I can't figure it out what's happening. I've already checked my permissions (the container user has full access to all my folders), so...

bug

As the title says... What about support for updating both ipv4 and ipv6 records? Currently, to do that we need to run multiple containers.

The method `Page.GetCookiesAsync()` doesn't return all the cookies showed in the Chrome Dev Tools. After googling this issue, i found a nice explanation on Stack Overflow (https://stackoverflow.com/questions/49389775/puppeteers-page-cookies-not-retrieving-all-cookies-shown-in-the-chrome-dev-to/59604510). So basically the...

Upstream Change needed

### Check The Docs - [X] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [X] I verified the issue was caused by...

bug

I think it would be really great to migrate from `Newtonsoft.Json` to `System.Text.Json`. The latter is more performant than the former, in addition to being the library officially maintained by...

enhancement

I'm trying to filter a database with a method like this: ``` var test = await _client .From() .Where(u => listOfInts.Contains(u.fieldOfTypeInt)) .Get(); ``` However, this give me an error like...

bug