F. Levi

Results 31 comments of F. Levi

For anyone else stumbling in here, it's usable via [skypack](https://www.skypack.dev/). It's a little messy to get it to work with proper types, or maybe I'm just missing something, but it...

@Epikur86 https://typesense.org/docs/0.24.1/api/documents.html#delete-by-query

Oh never mind found out why, should've researched a bit more. https://typesense.org/docs/0.24.0/api/collections.html#cloning-a-collection-schema But then I guess the question becomes: Is there any point of providing anything else than the name...

Going from "instantsearch.js": "4.64.1" to "instantsearch.js": "4.64.3" does break types somehow. The following starts erring, telling me `hitsPerPage` doesn't exist as an option. ```typescript connectConfigure(() => {})({ searchParameters: { hitsPerPage:...

All I know is that I reverted my update only on `instantsearch.js` from .3 to .1 and then it worked. But now that I'm trying to reproduce it, it no...

I also just ran into this issue. `intersection` ~~in combination with `record`~~ seems to be flawed. The following code shouldn't even be accepted by typescript, but more importantly it just...

Also should these types be recursive for the new `object` and `object[]` field types?

> 5 years later, still not implemented :( > > Using functions as @dirkluijk commented is not an option for me as this functions will run each time the change...

It seems that `karma-webpack 3.0.5` needs `webpack@"^2.0.0 || ^3.0.0"`, but the current version sits at `4.46.0`. NPM is strict with peers. There are 3 options: 1. Use `--legacy-peer-deps` when installing...

I am not sure what to do about the last issue, tests seem to pass alright. It's a `coveralls` issue, token related or something similar. Can you do something about...