eurobob

Results 13 issues of eurobob

# Bugs and Questions ### Checklist - [X] I have read through the [FAQ](https://formidable.com/open-source/victory/docs/faq) and [Guides](https://formidable.com/open-source/victory/guides/) before asking a question - [X] I am using the latest version of Victory...

feature request :pencil2:

I was using the following code with the regular package: ``` onMapReady={() => { mapRef.current.fitToSuppliedMarkers( markers.map(({_id}) => _id), { edgePadding: {top: 50, right: 50, bottom: 50, left: 50}, }, );...

### Version 1.0.8 ### Platform iOS ### OS version iOS 11 ### Phone model iPhone 5S ### Steps to reproduce 1. Kill application 2. Ensure app is full suspended by...

### Version Any ### Platform iOS ### OS version iOS 10 ### Steps to reproduce 1. Open app and run beacon logic 2. Close app or leave in background 3....

### Version 1.0.8 ### Platform iOS ### OS version iOS 10 I've been experiencing difficulty with ranging beacons. Currently this is what happens when i build my app (only testing...

I am wrapping axios-hooks in my own custom hook, which is then called by other hooks to fetch data based on specific API configurations ``` const useQuery = ( data:...

``` Toolbar.render node_modules/material-ui-markdown-editor/node_modules/material-ui/Toolbar/Toolbar.js:82 79 | noGutter = _props.noGutter, 80 | style = _props.style, 81 | other = (0, _objectWithoutProperties3.default)(_props, ['children', 'className', 'noGutter', 'style']); > 82 | var prepareStyles = this.context.muiTheme.prepareStyles;...

Can we please have some more flexibility than just an icon and some text? It really would make a lot of sense to enable the ability to use a JS...

user: looking for contributors
type: accepted/enhancement

Hi, thank you so much for your work on this sorely missing feature in xcode. I'm a JS developer looking to switch to Swift and develop for the visionOS platform,...