korywka

Results 12 issues of korywka

All CORS settings according to readme: ``` http.port: 9200 http.cors.allow-origin: http://localhost:1358,http://127.0.0.1:1358 http.cors.enabled: true http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization http.cors.allow-credentials: true ``` And `Data Browsers` works. But Query Explore: ![image](https://user-images.githubusercontent.com/988471/59273035-f9aa9a80-8c5f-11e9-90f5-d95764e93088.png)

Request: ![image](https://user-images.githubusercontent.com/988471/59272257-4d1be900-8c5e-11e9-8db5-4614a44d5d58.png) ```json {"preference":"search"} {"query":{"bool":{"must":[{"bool":{"must":{"bool":{"should":[{"multi_match":{"query":"v","fields":["name^1","name.keyword^1","synonyms^2","synonyms.keyword^1"],"type":"best_fields","operator":"or","fuzziness":0}},{"multi_match":{"query":"v","fields":["name^1","name.keyword^1","synonyms^2","synonyms.keyword^1"],"type":"phrase_prefix","operator":"or"}}],"minimum_should_match":"1"}}}}]}},"highlight":{"pre_tags":[""],"post_tags":[""],"fields":{"name":{},"synonyms":{}}},"size":20} ``` Response: ![image](https://user-images.githubusercontent.com/988471/59272375-94a27500-8c5e-11e9-81fe-a0cfc44d16b7.png)

**mapbox-gl-js version**: 2.9.0 ### Question `case` fallback value works well for `==` condition, but not `>=` if property is not set: https://observablehq.com/@mourner/mapbox-gl-expression-playground `null` instead of `#fallback`: but it works for...

bug :lady_beetle:
style-spec

Is there a way to set `id` to feature (last param of `ST_AsMVT` function)? `id` from table is not passed to feature id. ![image](https://user-images.githubusercontent.com/988471/76747965-a92e1380-6782-11ea-8d24-002f632cf058.png) Or int value: ![image](https://user-images.githubusercontent.com/988471/76750031-3757c900-6786-11ea-8068-877c140fb1cc.png)

enhancement

https://github.com/korywka/mapbox-gl-controls/discussions/43

enhancement

new svelte kit uses `extend` inside `jsconfig.json`: ``` { "extends": "./.svelte-kit/tsconfig.json" } ``` looks like webstorm doesn't follow it and can't resolve path alias: ``` import { requestJSON } from...

Don't take it as a request to do it here and now. But Deno support would be nice. Thanks for your qualitative webauthn JS helpers and docs 👍

### Check for existing issues - [X] Completed ### Describe the feature The issue is the half one of the resolved https://github.com/zed-industries/zed/issues/5612 that was closed only with Prettier support. VSCode,...

enhancement
eslint
tooling

According to MapBox JS API docs, `getStyle` method returns Style JSON: There is not any mention or hint about `Standard` style, for which this method returns different: This makes harder...