Szymon

Results 33 issues of Szymon

ScrollView seems not to work branch with issue is located [here you can see it by viewing this](https://github.com/fatsandwichgames/wasm-website/tree/bug/scroll-view-issue) http://127.0.0.1:8080/#privacy-policy/MyName This simply loads PrivacyPolicy.swift view Which content is large and it...

bug

RuntimeError: Out of bounds memory access (evaluating 'a.exports') To reproduce. Checkout this branch: [Github branch with this error](https://github.com/fatsandwichgames/wasm-website/tree/bug/RuntimeError--Out-of-bounds-memory-access) and simply try to run the app. It should crash. testes with...

bug

Another thing I've noticed is that Spacer isn't working. When I drop Stack ad spacer view is not stretch for the entire screen. Many problems with them Best way to...

bug

Going further. If i place Text inside GeometryReader It won't adjust it's size. It is not multiline. and setting frame(maxWidth: proxy.size.width) base on Geometry reader will stretch my view in...

question

Another error where view subviews are cached with wrong data captured in closures branch with this bug can be [found here](https://github.com/fatsandwichgames/wasm-website/tree/bug/recreating-view-subview-caches-wrong-data) To reproduce simply build the app. 1. Select 1st...

bug

EnvironmentObject value passed in view hierarchy changed on server callback crashes serwer. error: warning: couldn't get required object pointer (substituting NULL): Couldn't load 'self' because its value couldn't be evaluated...

I have a `@State var alert: (header: String, message: String)? = nil` changing it's value do not remove view from DOM. Further more the call ends with error: [Error] Failed...

## New issue checklist - [X ] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [ X] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [...

PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL. I would love to see support...

Hi, I am trying to configure HereMaps for use with out NMAMapView object. I have implemented few helper methods for that ` @objc(initializeNMAContext) class func initializeNMAContext() { guard !NMAApplicationContext.isInitialized() &&...