Haroen Viaene

Results 163 issues of Haroen Viaene

## Type of issue feature request ## Why? once https://github.com/yeoman/yeoman.github.io/pull/763 is merged and we're all happy with it, we can replace the search to be consistent with what's on the...

If there's a specific part of the program you want to optimise, let's say a single function, you'll run the flame graph tool and that function will take a certain...

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

fixes #1035 Implementation is done by: - adding a new auth mode - adding data as the return type for createAuth - expose data from transporter - serialize transporter data...

Fixes #1080 This change marks all `@algolia/*` packages as bundledPackages for algoliasearch, which means that they are treated as part of this package and not external dependencies. As a result...

fixes #1271 DX-1911 todo: - [ ] try out many cases - [ ] verify calculation is correct - [ ] write tests - [ ] verify error message wording

This avoids the OPTIONS request on the browser in all cases TODO: update tests that asserted this wasn't the case

see: https://stackoverflow.com/questions/3468607/why-does-settimeout-break-for-large-millisecond-delay-values approximate reproduction: ```js const client = getAlgoliaClient(applicationData, { queryParameters: userId ? { 'X-Algolia-UserID': userId } : undefined, timeouts: { connect: 2, read: 3600000, write: 3600000, }, }); ```...

I want to be able to add a custom method, at instantiation of `algoliasearch`, but without monkeypatching. ``` algoliasearch('xxx','yyy', { methods: { initPlaces } }) ``` Right now this isn't...