Sandro Simas

Results 9 issues of Sandro Simas

I have a React project (typescript) that bundles to a single JS file including everything. PurifyCSS webpack plugin is not working as expected. The following is the relevant code of...

### Describe the bug The dropdown loses the selected option when the component loses focus. The event `onKeyDown` is coming with an undefined value, resetting the field. The event `onClick`...

Type: Bug

The only way I found to import `ItemSwipeProperties` is by importing it directly from `src` ```` import 'package:swipable_stack/src/model/swipe_properties.dart'; SwipableStack( builder: (BuildContext context, ItemSwipeProperties properties) { ... } }

I'd like to completely remove the manual swipe, so I can do it using the controller when the buttons are pressed. Currently, we can set `detectableSwipeDirections` with an empty Set,...

I'm trying to implement a JMS client using Weblogic implementation, but its not working correctly. The inicial context factory class of Weblogic JMS implementation is ````weblogic.jndi.WLInitialContextFactory````. I was looking at...

I try to change the text appearence of the detail but is not working. How can i add an extra margin between the title and detail? ``` @dimen/text_extra_large @android:color/white 40dp...

``` private void setTitleText(CharSequence contentText) { if(this.mTitleTextView != null && !contentText.equals("")) { // THIS LINE SHOULD NOT EXIST this.mContentTextView.setAlpha(0.5F); this.mTitleTextView.setText(contentText); } } ``` Why this code sets the mContextTextView alpha...

![image](https://user-images.githubusercontent.com/1282074/38911407-77c2bb56-42a5-11e8-917f-88dd4a88a354.png) After close the error alert, it shows "Starting daemon" forever.

bug
workaround

Thanks for the awesome library! I was wondering if there's a way to use BIP49 with a configuration not listed [here](https://github.com/mrtnetwork/blockchain_utils/blob/main/lib/bip/bip/conf/bip49/bip49_coins.dart). If not, would it be possible to add support...