Decky Fiyemonda

Results 17 issues of Decky Fiyemonda

Should have a way to select type font during printing I imagine using this ```{FT:n}``` Select Font Type 0 = A 1 = B

enhancement
help wanted

SwipeRefreshLayout is invisible, the swipe is work, onRefresh event is called, but the progress bar is invisible

### Problem Currently the model class must be direct descendant of Realm.Object class, But creating many model class with repetitive field or methods could be exhausting (for example when all...

T-Enhancement
O-Community

In your code ``` const containerStyles = StyleSheet.create({ ... swipeContainer: { height: '100%', width: '100%', }, }); ``` the height style, causing SwipeableItem cannot auto determine its height based on...

### How frequently does the bug occur? Always ### Description I have this piece of code ``` console.log('getCurrentPartitionValue()', getCurrentPartitionValue()); syncSession = Realm.App.Sync.getSyncSession( realmApp().currentUser, getCurrentPartitionValue(), ); console.log('syncSession', syncSession); const sessions =...

T-Bug
O-Community

Could you also add nvm and jvms? Latest nodejs (v12) breaking realm during build And with jvms it enable to use latest jdk.

## Why? 1. I prefer to selfhost services like this as web application instead of desktop application 2. I want my services to be accessible from anywhere (in my local...