Arthur Clemens

Results 18 issues of Arthur Clemens

It looks like `jerome:generate` returns an IOList, not a tuple, as written in the readme.

If a custom component reads the tag `video`, this does not work: ``` ``` but this does: ``` ```

bug
needs investigation

The \b delimiter pattern does not work well with non-english languages. It should actually be '(^| )' + searchString + '(?= |$)' - this should be changed in the file...

The docs give this example: ```js function Example2() { const elementRef = useRef(null); const screenClass = useScreenClass(elementRef); return ( ... ); } ``` This assumes that `screenClass` is calculated based...

We had an init script that set `NODE=our_node`. This did not work, because it should be `NODENAME=our_node`. The variable/parameter are so similar that it is not strange to get confusion....

enhancement

Current interface: ![user-group-interface](https://user-images.githubusercontent.com/350303/31608449-b322ede4-b270-11e7-9a67-2191e7664b9a.png) Suggested improvements: - [ ] Change title to: "User Groups" - [x] Fold open the hierarchy (clicking open every time is a nuisance) - [ ] Place...

enhancement
admin-ui
discuss
presentation (overall)

XCode gives 2 hints for AnimatedGif.m: `[[NSString stringWithString:@"GIF89a"]` is redundant, use `@"GIF89a"` instead. `GIF_buffer = [[GIF_pointer subdataWithRange:NSMakeRange(dataPointer, length)] retain];` imcompatible pointer types assigning to 'NSMutableData *' from 'NSData *'.

For some attributes, the displayed documentation is almost unreadable. Rendered in phx_live_storybook: The same documentation generated by ExDoc: --- Some suggestions: - Documentation column - Render Markdown - Remove `max-width:...

enhancement

I've create a wireframe/visual design to visualize a potential new user interface for Ash Admin. The base idea is to give more room to the navigation - to replace the...

enhancement

The react-router code no longer works with version 4.