Roberto

Results 11 issues of Roberto

Maybe a stupid question but... Ther's a way to override the onClickListener event of a BoomMenuButton without modifying the Boom source code? I tried in XML too, setting the android:onClick...

I'm testing HAM buttons on several devices (emulators and real devices) and I noticed that the buttons are not scaled (?!?) depending from the used device. So, for example, on...

Hi, I'm trying to change the color of the shadow of HAM buttons but the result shadow color is always some tint of gray. :( I did something like this:...

![2019-01-10_2015](https://user-images.githubusercontent.com/20070559/50991429-e8285f80-1514-11e9-916b-c60058842e85.png)

### Version ver 6.2.1 ### Details The query of a channel with Channels.GetUploadsAsync() seems to skip all VEVO videos. ### Steps to reproduce call Channels.GetUploadsAsync() for a channel url (e.g....

bug
help wanted
bug/caused by youtube

Hello, I'm trying to debundle a very short react file using retidy. This is my test.js file: **test.js** ``` import retidy from "retidy" import fs from "fs" const code =...

Just to confirm [this post on Samples](https://github.com/mingyaulee/Blazor.BrowserExtension.Samples/issues/1#issue-1450578792). The error is always the same (see picture below) This happens while opening the majority of websites (e.g. github.com and tons of others)....

No documentation. No samples. Nothing? For example: a sample of the function expected by the constructor will be appreciated. Whatever I did up now doesn't work. Thank you. ``` ///...

I have a node js application which handles all the client requests. I created the views using the express handlebars plugin. So I have a main layout and several views...

I'm using a function to open the database and try to use the assigned `server` variable in other functions: ``` var server; function OpenDB() { db.open({ ..... }).then(function(s) { server...