jamiechong
jamiechong
It would be great if this component implemented its own CSS styles and didn't depend on Bootstrap.
How can I set the option in the `{{zf-slider}}` component so I can specify `data-start`, `data-end` , `data-step`, `data-initial-start`, etc? Furthermore, how can I access the value that is set...
I'm looking for a way to trigger an action in my controller when the Reveal widget is closed. Foundation has these events: http://foundation.zurb.com/sites/docs/reveal.html#js-events It would be great if I could...
# Bug Report **Ionic version:** [x] **5.0.7** **Current behavior:** I'm using the `IonRange` component with `dualKnobs`. When trying to set a default value _and_ update state with `onIonChange` the parent...
I've been tracking these issues: https://github.com/serverless-nextjs/serverless-next.js/issues/2302 https://github.com/serverless/serverless/issues/10599 Since I've been using serverless 2.7.2 for some time, I'd be more confident in using this patch if it was patching the latest...
I have the case where I'd like to have better control of the version of `node-fetch` used (v3.x beta). If it were a peer dependency I'd be able to do...
It would be a cool feature if certain custom meta fields could be editable in the Quick Edit panel shown on the list of posts. This could just be another...
I have a case where I want to supply custom query params to my GET request. So I supply my `url` as something like `https://my-service.com/graphql?custom_param=test123` - however this fails because...
The git repo for my project has this file structure: ``` .git trellis site ``` I placed the bash script inside `site` and setup the remotes for wpengine. However when...
As far as I can tell, the JSON tile files aren't being cached. You have ``` if ((typeof jsonCache[cellx] !== 'undefined') && (typeof jsonCache[cellx][celly] !== 'undefined') && (typeof jsonCache[cellx][celly][zoom] !==...