Max Vorobev
Max Vorobev
`vmax/bazel-deps-deploy` has been moved to [`oferb/startupos_binaries`](https://github.com/oferb/startupos-binaries)
@johnynek I'll be happy to setup a CircleCI pipeline which will deploy whatever is merged to `master` to Github Releases page. Are you interested?
@johnynek friendly ping to remind about my PR 🙂
@alexjpwalker I believe the solution to this will be platform-specific: * macOS uses [Keychain](https://developer.apple.com/documentation/security/keychain_services) * on Linux different DEs handle secrets themselves e.g. [GNOME Keyring](https://wiki.gnome.org/Projects/GnomeKeyring) or [`ksecretsservice`](https://community.kde.org/KDE_Utils/ksecretsservice) under KDE *...
@grzesuav sorry for the late reply! CRD: ``` apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: helloworlds.example.com spec: group: example.com scope: Namespaced names: kind: HelloWorld plural: helloworlds singular: helloworld versions: - name:...
@flyingsilverfin special package need to be built for Anaconda. I assume the recommended way for installing PyPI packages into Anaconda environment is using `pip` (as with regular installations)
Log from another instance of this happening: ``` 14:32:28.299 g.c.t.p.GraphPlanner ERROR [grakn-core-service::0] - Graph Planner: { vertices: $n [thing] { hasIID: false, types: [name], predicates: [] } (start) $o [thing]...
Should we use config.hpp so that we rebuild text editor for making changes or should we think of using a .config file?
@oferb it's not an issue with `aa` per se, it's just that `git` could not get authorized by `ssh-agent`. First of all, let's check whether `ssh-agent` is running
Apple Silicon support is blocked by facebook/rocksdb#7720 and google/or-tools#2332