Sam Uresin

Results 8 issues of Sam Uresin

## 🐛 Bug Report I use this package to display a set of images uploaded by users -- which can be large in size -- in a "Media Gallery" fashion...

I was using the old version of perfect scrollbar in my React app. In the old version, there was an `ps.initialize()` method that I was using with a `ref` to...

Is it possible to set/get multiple values in a single call/operation -- like in AsyncStorage? If not, any plans on implementing this feature?

### Description Using `await Shell.Current.GotoAsync("//../../nameof(MyPage)");` doesn't seem to remove from navigation stack the last detail page(s) that I've been on before navigating to `MyPage`. ### Steps to Reproduce Here's how...

t/bug
area/shell 🐢
s/verified
s/triaged
s/needs-attention

### Description The `KeepLastItemInView` doesn't seem to be working on iOS. I have a bunch of items in a `CollectionView` which gets its data from an `ObservableCollection` in a view...

t/bug
platform/iOS 🍎
area/collectionview 📃
s/verified
s/triaged
migration-compatibility

### Current Behavior If I place an `Entry` or `Picker` control in a `Popup`, as soon as the soft keyboard shows up, the `Popup` goes off screen. This was working...

bug
unverified
area/views

I'm following along the tutorial on PluralSight for React with ES6 and Redux. I'm using Visual Studio Code as my editoe. When I add `babel-node` in the start script, I...

I tried to incorporate the sass into my app's css as my app already uses sass. Dropped the sass files next to my other sass files and added the imports...