Nikita Vaniasin

Results 10 issues of Nikita Vaniasin

In future the dashboard and whole pkg/server will be deprecated and removed. The PR creates new listeners and CLI options to control them. The important API endpoints are copied from...

**Description** `docker builder prune --keep-storage 40G` fails due to Out of memory error (dockerd get killed by system) **Steps to reproduce the issue:** I've got my /var/lib/docker/overlay2 folder size more...

refactoring: docker-related code moved into new package

@ajanikow I've implemented it as CLI option, but let me know if it should be a feature flag.

### Describe the bug ### Steps to reproduce (code taken from slightly adjusted tuple_test.go): ``` require.NoError(t, conn.Do(ctx, Query{ Body: "CREATE TABLE named_tuples (`1` Tuple(`s` String, `i` Int64, `m` Map(String, Float32)))...

bug

Sometimes `gothic.CompleteUserAuth` returns error for Google Oauth and I'm not sure what does that mean. Returned error: `could not find a matching session for this request`. I'm using the default...

Hi I've encountered an issue where `vk` provider will return "Cannot fetch user email" error for users which doesn't have this field filled in their VK profile. I can't see...

### Description I've started to use 'watch' feature for one project, but it fails every time when I change files from state A to state B and then back to...

kind/bug
status/0-triage

I wasn't able to figure out how to allow line breaks inside the table cell so I forked the repo and implemented it myself by providing object for `sanitize` method:...