James Fenn

Results 120 issues of James Fenn

Currently, unless otherwise specified, all data specified in an app's config file is replaced with the versions of that data fetched from github unless otherwise specified. However, the github versions...

enhancement

I will probably not be working on this anytime soon, as [their API looks very painful to use](https://support.crowdin.com/api/api-integration-setup/) and doesn't provide profile pictures. @deletescape wrote a python script to fetch...

enhancement

Add support for variables, Make tabs on the bottom of the create dialog with a ViewPager between variables, regular equations, etc.

enhancement

_Nooooo_ idea what causes this, both were reported from a mysterious Acer device running Android 4.4 so it may be device specific, or... maaayyybe not. Who knows.

bug

The circular `SelectableColorView`s have aliasing problems, mainly because they extend and clip the normal `ColorView` rather than drawing a circle themselves. There are a few different ways to alias clips...

bug

This would only be a good temporary solution for users, and is definitely not an excuse to build apps that use this intentionally, but it would be useful for the...

enhancement

Would be nice if it could search & display open issues in a repo that contain the exception name, plus a link to create an issue (and possibly a way...

enhancement

A util component that allows html syntax, i.e. `html("© 2020 James Fenn")` or html-formatted text, without needing a single parent element/node to create a component wrapper

enhancement

Got this to occur in a random situation a while ago: ```js div( p("Hello"), () => button("Sign In").className("button") ).attr("style", "text-align: center;"); ``` Renders as: ```html Sign In Hello ```

bug

It'd be good to separate functionality and make the components strictly act as a data structure that can be accessed by the actual "renderer" that transforms it into HTML and...