i-ky

Results 40 issues of i-ky

### Description When `-p` (aka `--project-name`) is explicitly passed to `docker compose` and `COMPOSE_PROJECT_NAME` is also present in the environment or `.env` file, then Docker Compose will use the value...

kind/bug
status/0-triage

Similar to https://github.com/zulip/zulip-mobile/issues/4610 There should be a link to open code block in playground if [code playground](https://zulip.com/help/code-blocks#code-playgrounds) is configured for the block's language.

enhancement

Emoji reactions may be as important as messages as they often represent a short reply. Would be nice to include them into archive.

I've tried to enter the following code: ```cpp class Foo {}; int main() { return 0; } ``` ... and I'm getting: ``` Error running /usr/bin/clang-6.0 -I /home/klee/klee_src/include -emit-llvm -c...

Dockerfile which was added in #69 and #70 installs `swagger-merger` NPM package: https://github.com/WindomZ/swagger-merger/blob/860e4ea58b490444c15a2888e1c5fa9ef32f132c/Dockerfile#L3 It is probably the most efficient way to build a Docker image around `swagger-merger`, but it leaves...

Some time ago I was in a search for a way to generate `compile_commands.json` for a project with a very tricky build system that did not respect `CC`/`CXX`, used hardcoded...

It is [documented how to point clangd to LLVM public remote index server](https://github.com/clangd/llvm-remote-index/blob/master/docs/index.md#pointing-clangd-to-llvm-remote-index-server). I am wondering if it would be possible to provide `.clangd` configuration file pointing to LLVM public...

I have already used [Gitpod](https://www.gitpod.io) a couple of times to contribute to this repo, so I decided to add a proper configuration so that `gem install ...` and `jekyll serve`...

This fixes the issue when the bottom "Main article:" box may be displayed partially outside of the parent `` element. The issue can be observed on [Design of clangd](https://clangd.llvm.org/design/) page....