Thomas Kientz

Results 16 issues of Thomas Kientz

Is there a way to disable certain nodes/targets so we can prevent insertion in particular paths. I have used `isLeaf : true`, but it doesn't work when a node already...

[](https://issuehunt.io/r/egoist/vue-content-loader/issues/18) My content's width depend on the screen size, is it possible to create content loaders with a dynamic width for responsiveness purposes ? The width and height properties seems...

enhancement
:dollar: Funded on Issuehunt

I have created a simple index with ``` searchIndex = new Index({ language: 'fr', tokenize: 'forward', charset: 'latin:balance', }) ``` When searching for "foo" I don't get any results for...

bug

**Is your feature request related to a problem? Please describe.** The endpoint `/cubejs-api/v1/sql` returns a parameterized query which is of no use. **Describe the solution you'd like** An endpoint that...

enhancement

# Feature Request ## Describe the Feature Request While developing extensions in iOS, you may find a need to share application or user data between the host app and the...

enhancement
platform: ios
plugin: preferences

Some assistance would be great when writing schemas. Since schemas are js files, eslint and/or typescript would help avoid typos and inform about mandatory keys.

enhancement
help wanted

### What icon would you like to alias? check-* ### What alias(es) should be added to the above icon? success-*

Alias

fix https://github.com/algolia/vue-instantsearch/issues/1145

**Bug 🐞** ### What is the current behavior? When typing fast, some characters are missing in the searchbox with a custom renderer ```html Loading... ``` Eg : Typing "house" fast....

### What problem does this feature solve? Vue 2.7 supports composition API but we can't use it with Vuex (v3). ### What does the proposed API look like? Porting `useStore`...