Alex

Results 67 issues of Alex

**Bug 🐞** Version: "vue-instantsearch": "^2.7.0" Repro: https://codesandbox.io/s/recursing-proskuriakova-52zr2?file=/src/App.vue:1726-1781 I'm really struggling with the page number persisting on page refresh. It resets to page 1 on page refresh even if ?page=2 was...

# Bug Report ## Problem When clicking on an html type="file" input a system file picker appears instead of camera options. ![ss](https://cl.ly/3dc68efab053/Screenshot%202019-08-20%20at%2008.35.57.png) ### What is expected to happen? If I...

enhancement

Is it possible to have a comma seperated input? I can't find this funcitonality in Advanced Custom Fields plugin either ![alt](http://al3x.me/TD7o/d)

Does this lib support stringifying non-enumerable properties in objects?

Is there a way to add a placeholder on the search input that shows in the dropdown? I'm not convinced every user would recognise that space at the top as...

enhancement

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

Am I reading the release notes for v3 correctly in that this module is only for node now and browser usage has been dropped? https://github.com/JustinBeckwith/retry-axios/releases/tag/v3.0.0 > It also drops support...

**mapbox-gl-js version**: 2.1.1 **mapbox-gl-draw version**: 1.3.0 ### Steps to Trigger Behavior ``` this.draw = new window.MapboxDraw({ displayControlsDefault: false, controls: { polygon: true, trash: true }, defaultMode: 'draw_polygon' }) ``` ```...

question

Eslint is reporting `no-undef` errors for global magic functions such as `useHead` and `defineNuxtPlugin` ``` { "env": { "browser": true, "es2021": true, "node": true }, "plugins": ["simple-import-sort", "import", "package-json"], "extends":...

I'm not sure if this is a webpack issue, but I'm doing the following: ``` const fetchProjects = requireTaskPool(require.resolve('./Projects/fetchProjects')) fetchProjects(this.existingProjects) ``` `./Projects/fetchProjects.js` ``` function fetchProjectsWorker (existingProjects) { } module.exports =...