Max Vorobev
Max Vorobev
This: ``` options: # one comment languages: [ "java" ] licenses: [ "permissive" ] resolvers: - id: "mavencentral" type: "default" url: https://repo.maven.apache.org/maven2/ thirdPartyDirectory: "third_party/maven/" transitivity: runtime_deps versionConflictPolicy: highest dependencies: #...
Attempting to include Android Support library (or, rather, any library from Google Maven) fails. Reproducible example: `dependencies.yaml`: ``` options: languages: [ "java" ] resolvers: - id: "google" url: https://dl.google.com/dl/android/maven2/ transitivity:...
## Problem to Solve Currently, remote cache is not working when building under Windows. ## Proposed Solution Store credentials somewhere and point Windows job at it
## Description Currently, using Python 3.8 or newer when deploying APT packages might result in a package that's not installable. ## Environment 1. OS (where TypeDB server runs): Ubuntu 21.04...
A good implementation would take the same set of arguments and produce the same-structured archives (minus the format)
## Description `match-get` with *only* anonymous variables should be disallowed as executing such a query yields empty concept maps as a result. ## Environment 1. OS (where Grakn server runs):...
## Description Deleting in a match with anonymous variable does not work AND does not throw an error ## Environment 1. OS (where Grakn server runs): macOS Catalina 2. Grakn...
**Describe the bug** It currently seems to be impossible to add a new public key to user's account using `GHMyself`. [`POST /user/keys`](https://developer.github.com/v3/users/keys/#create-a-public-ssh-key-for-the-authenticated-user) is the relevant GitHub API endpoint. **To Reproduce**...
If a hook returns `StatefulSet` containing `volumeClaimTemplates`, Metacontroller is constantly trying to patch the object (despite the hook returning the same object). Relevant log: ``` {"level":"Level(-4)","ts":1658169024.02068,"logger":"composite.hello-controller","msg":"Sync","object":{"name":"your-name","namespace":"default"}} {"level":"Level(-5)","ts":1658169024.0232823,"msg":"Diff between observed and...
Hi, We've tried buiding a custom image based on this repo (e.g. having first line in our `Dockerfile` say `FROM norstella/oxalis:5.0.5`) and tried to put files into `/oxalis/ext`. However, after...