G

Results 9 issues of G

### What happened? When connecting via Apollo WebSocket link, it fails to connect due following error: `Error during WebSocket handshake: Unexpected response code: 403` Checking server logs, following error is...

This commit fixes issue described in PR #291

According to [documentation](https://www.arangodb.com/docs/3.7/indexing-ttl.html#removing-documents-at-certain-points-in-time), you can set `expireAt` to **0**. However, when using `EnsureTTLIndex` collection method provided by `go-driver` package: ```go _, _, err := col.EnsureTTLIndex(ctx, "expireAt", 0, &driver.EnsureTTLIndexOptions{}) if err...

### Bug Report - **Host**: Excel - **OS**: macOS Big Sur 11.3 - **Browser**: Microsoft Excel for Mac (v 16.54) - **Environment**: Production #### Expected behavior: Expected `fetch` to request...

**Describe the bug** Stumbled across a weird bug, where upon adding items to the screen, leftovers are kept on the screen when moving the item or even when it appears...

Unfortunately this action does not allow currently to specify exact filename when there are multiple different binaries in the release. Example - https://github.com/bazel-contrib/target-determinator/releases It publishes 2 binaries: driver and target-determinator....

### Contact Details _No response_ ### What happened? Llamafile crashes when running microsoft's phi-4 model (https://huggingface.co/microsoft/phi-4-gguf): ``` INFO: Running command line: llamafile -m phi-4-q4.gguf --server --v2 --listen 0.0.0.0:9810 --ctx-size 16384--nologo...

bug
critical severity

First of all thanks for this project. Makes managing prompts more understandable for development teams! Question, are there any plans for supporting runtime in other programming languages? For example, Golang?...

documentation
enhancement

In previous CodeHike, it was possible to do the following: ``` Some text [hover here](focus://code.py#3) ```python code.py def method(): print("hello") print("world") `` ``` The current version has the following capability...