Asdine El Hrychy

Results 46 issues of Asdine El Hrychy

Endpoint: `GET /i/rulesets/` Expected payload : ```js { "path": "", "version": "", "signature": { "params": [ { "": "" } ], "returnType": "" }, "versions": [ "", "" ], //...

ui-backend

Update documentation to reflect changes brought by the v0.6 release - [ ] How to use S-Expressions ( #89 ) - [ ] HTTP API reference

enhancement

To avoid having the result of the `eval` action being cached by proxies or browsers when evaluating the latest version of a ruleset, we need to add the right HTTP...

bug

When the Server is instantiated, we create a cancelable context and pass the cancel function to the [`RegisterOnShutdown`](https://github.com/heetch/regula/blob/master/api/server/server.go#L39) method, then this context is used in [every HTTP request](https://github.com/heetch/regula/blob/master/api/server/handler.go#L89). Which means...

bug

It is not clear that the `prefix` parameter is only used to select a subset of rulesets from the server and store the paths of these rulesets as is in...

enhancement

**Is your feature request related to a problem? Please describe.** I'm trying to use cue vet as a linter in a VS Code extension I'm building. Without the -c flag,...

FeatureRequest
Triage

### Description It seems that `wails dev` doesn't call the `OnShudown` function when restarting the app after detecting some code change. Tis prevents us from killing any background process /...

Bug

### What's being changed: This PR introduces a new index cache that is more memory efficient. It organizes data into pages that can be allocated on demand and pruned periodically....

### What's being changed: ### Benchmarks **On SSDs (M1 macbook)** In-memory queue: Import: 0:02:57.825880 Indexing: 13m35.915612542s Indexing from disk: Import: 0:03:04.710558 (+7s) Indexing: 13m45.336531417s (+10s) **On HDDs (gcp e2, 16GB...

### What's being changed: The geo-index is now updated asynchronously by the shared workers. Fixes https://github.com/weaviate/weaviate-chaos-engineering/issues/147 ### Review checklist - [ ] Documentation has been updated, if necessary. Link to...

autoclosed