Miklós Fazekas

Results 56 issues of Miklós Fazekas

Fixes: #191 It looks that some version of HP Scan produces invalid pdf files. Where the length value would point ot of the file. ``` 8 0 obj stream endstream...

Rails 5.1 will introduce webpacker see https://github.com/rails/webpacker. The ideas is that it allows assets to be compiled by webpacker, but those have to be include by adding `javascript_pack_tag`

I have the following structure: ``` Item -> ItemInfo | ^ \/ ``` I'd like to search for item_infos which has parent with something in their item_infos. ``` ItemInfo.ransack({ items_parent_item_info_name_cont:...

WIP only, somehow position doesn't seems to work correctly...

When migrating from v1 to v2 we had to replace a lot of `"up-restore-scroll": "true",` => `"up-scroll": "restore",` Not sure if this is the right way to add such migration.

We have SymbolManger with Symbol annotations. When tapping on the annotation we do receive `onAnnotationDragStarted`. We'd like to configure GestureManager with [setMoveThreshold](https://docs.mapbox.com/android/api/gestures/0.5.1/com/mapbox/android/gestures/MoveGestureDetector.html#setMoveThreshold-float-) so we can receive taps without drag. However...

Rebase of #454 to current main

new feature

### Summary ```sh % expo --version 6.0.5 % expo init --npm ... % cd my-app-npm % expo install rnmapbox/maps#main ... Installing 1 other package using npm. > npm install ......

needs review

With Mapbox 1.8.0 supporting animation in camera padding, we can remove our own implementation. (After we've updated to 1.8) See: https://github.com/mapbox/mapbox-maps-ios/issues/1286 https://github.com/mapbox/mapbox-maps-ios/pull/1479

iOS
v10