Stephen Wille

Results 14 issues of Stephen Wille

**Describe the solution you'd like** I would like the option to add semi colons to the end of statements. ``` final DoublyLinkedListNode node = new DoublyLinkedListNode(head.next.data); ``` **For what product**...

enhancement
need help

First I want to thank the maintainers for the work and contributing to OSS. Having said that, I just discovered this library and plan on using it but I'm concerned...

**Describe the bug** In IDEA Ultimate:latest, configure String Manipulation. Try to select ALLUPPERCASE Expect it is not selectable And, it will not upper case any words. Expect, Can not make...

I'd like to change the placeholder text on the search box but I'm not seeing way to do this. Ideally it would be a prop. Are there any plans to...

Testing the demo, and stepping through the code, it doesn't look like there is any way to constrain the width. Is that right, or did I miss something?

It's pretty easy to replicate on the sandbox demo site - https://codesandbox.io/s/jnjv6j495y. 1. Set `min-width:200px` on `.ReactTable .rt-th, .ReactTable .rt-td` in the browsers' console. 2. Resize the First Name column...

I'm looking for the API docs and when I follow the API link on the home page (https://www.scanamo.org), it 404s. https://www.scanamo.org/latest/api The Github pages link on that page is for...

I could have set this up wrong but shouldn't I be able to ‘go to’ the dependencies themselves? When I try drill into a dependency from the ‘project.clj’ it says...

Am I just missing the obvious, or is there a way to change the file names when creating the module? e.g. myTestMod, creates myTestModCtrl and myTestModCtrlSpec, but I want myTestMod.ctrl...

enhancement
help wanted