Glen Dovey

Results 7 issues of Glen Dovey

When you apply a custom `ViewHolder` the Height and Width is not respected. for example; XML layout; Java class; public class CustomNavigationView extends TreeNode.BaseNodeViewHolder { public CustomNavigationView(Context context) { super(context);...

It would be super cool if there was a button that you could press that would launch a random game from a specified category

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug

When turning axis on and off dynamically via the plot.draw() method; plot.getOptions().yaxes[key].show = true; fails on the multiple passes because; axesLabels[axisName] is undefined (line 449)

When you use; ```` import { AudioContext } from 'standardized-audio-context-mock'; global.AudioContext = AudioContext; ```` typescript gives you an error of; ```` Type 'typeof AudioContextMock' is not assignable to type '{...

i updated to the last version of `cypress` today and then i got lots of errors in VS code for my jest tests, because VS code thought I was using...

**Describe the bug** when i try to use react-dropzone and try to drop a `.md` file the returned value doesn't contain the correct mime type, it returns an empty string...

bug