Jasperav

Results 42 issues of Jasperav

As stated here: https://www.elastic.co/guide/en/elasticsearch/reference/master/sql-rest-params.html

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

feature-request

## Environment * **IntelliJ Rust plugin version:** 0.4.178.4873-222 * **Rust toolchain version:** 1.64 * **IDE name and version:** CLion 2022.2 * **Operating system:** MacOS Monterey ## Problem description The scroll...

## Environment * **IntelliJ Rust plugin version: 0.4.177.4844-222** * **Rust toolchain version: 1.63** * **IDE name and version: CLion 2022.2** * **Operating system: MacOS** ## Problem description This windows pop...

When querying the database with this SDK, the sorting order is different than using the Rest API: **Index** ``` { "uid": "users", "primaryKey": "user_id" } ``` **Settings** ``` { "displayedAttributes":["user_id"],...

bug
needs investigation
hacktoberfest

I got another different error. I killed the process myself because it was running for 40 minutes without any luck. ``` 2022-09-21T08:41:00.8924440Z + /Applications/Docker.app/Contents/Resources/bin/docker system info 2022-09-21T08:41:01.1322920Z + (( i++...

I sometimes get this error: ``` 2022-09-21T08:29:55.9163020Z ##[group]install docker 2022-09-21T08:29:55.9264530Z [command]/usr/local/bin/wget https://raw.githubusercontent.com/Homebrew/homebrew-cask/fe866ec0765de141599745f03e215452db7f511b/Casks/docker.rb 2022-09-21T08:29:55.9968810Z --2022-09-21 08:29:55-- https://raw.githubusercontent.com/Homebrew/homebrew-cask/fe866ec0765de141599745f03e215452db7f511b/Casks/docker.rb 2022-09-21T08:29:56.0269100Z Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... 2022-09-21T08:29:56.0369610Z Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected....

The new workspace deps feature is explained here: https://betterprogramming.pub/workspace-inheritance-in-rust-65d0bb8f9424 Reproduction path: 1. Add random dependencies to your root Cargo.toml 2. Run this library 3. 'All deps seem to be used'...

There is an annoying bug with MacOS 14.0 which causes binaries to fail: https://github.com/rust-lang/cargo/issues/12670 This is a PR which fixes the bug: https://github.com/alexcrichton/curl-rust/pull/530. Now it seems easy: update to the...

bug

I am using this kit in my macOS app using the prebuild frameworks. I noticed the performance of this is horrible. It takes approx 10 times longer to generate the...

needs-analysis
macos