Alex Walker

Results 135 issues of Alex Walker

We've added support for Rust projects built with Bazel (resolves https://github.com/intellij-rust/intellij-rust/issues/3730) An example project, and demo of the plugin's capabilities, is available here: https://github.com/vaticle/bazel-intellij-rust-example https://user-images.githubusercontent.com/14253102/151391801-a7551fcb-0322-4ed5-adc1-f11784a3b106.mov ## Architecture This integration depends...

# Checklist - [x] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the maintainers...

lang: rust
type: plugin support requests
awaiting-review

## Problem to Solve 1. Have an older TypeDB installed with at least one database in it (say, version 2.5.0) 2. Upgrade TypeDB using a package manager (APT on a...

type: refactor
priority: medium

## Problem to Solve When installing using APT using: ```sh sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 8F3DA4B5E9AEF44C ``` the message: ``` Public key "Grakn Labs (Signing keys for Debian Grakn...

domain: build
priority: high

## Problem to Solve MacBook M1 users get the following unhelpful error message on server startup: ``` ================================================================ ________ __ __ _____ _______ _____ _____ |__ __|\ \ / /|...

type: bug
priority: high

## Problem to Solve We want to discourage the use of IIDs and encourage the use of keys. But right now, generating keys is a cumbersome task. Most users don't...

type: feature
priority: medium

## Problem to Solve Handling an error from the server side on the client side is quite annoying for users, generally boiling down to string parsing. Also, now that we...

type: feature
priority: high

When we have 3 packages, `:apple`, `:banana` and `:cherry`, where `:banana` is in the `deps` of `:apple` and `:cherry` is in the deps of `:banana`, it's possible to use Kotlin...

component: common
status: open - investigating
P3
type: cleanup

Currently we only add the `deps`; the `proc_macro_deps` are ignored, meaning the crate fails to compile when imported via Cargo.

type: feature
priority: high
domain: crates