Alan Foster

Results 50 issues of Alan Foster

Hey; I love the concept of this library. Just wondering if it's possible to make a "full" screen application using ink? By that I mean, something like `htop` which takes...

question

Hey, I've noticed the performance for react-timeseries-charts suffers when the tracker position changes - but the underlying dataset is constant. As a demo - this is the simple timeseries I'm...

:car: performance
:tractor: jira

Is it possible to report JavaScript level exceptions, such as a rejected promise that do not need to crash the app, to hockey app? 🤔 For android it is possible...

The docs for Collection suggest that the SortedCollection should be able to perform both a bisect, and finding the closest data point: > Note: this doesn't find the closest key,...

enhancement

Hi there 👋 Is it possible to set a Texture/Canvas object to use a framebuffer array which is controlled entirely via Ruby? For context I'm writing a simple VNC client,...

Raising this is as a separate issue to keep track of it: https://github.com/iamsolankiamit/prettier-ruby/pull/4#discussion_r192064062 ### Input ```ruby def symbols %i( a b c d ) end symbols ``` ### Current output...

requires tokens

Consider the following JavaScript which has been input into Prettier. Note that the developer has logically grouped together certain variables with deliberate use of whitespace: ```javascript logicalGrouping1 = 10 logicalGrouping2...

enhancement
requires tokens

### Input Ruby 2.3 supports the following syntax: ```ruby documentation =

requires tokens

Rails in particular has a lot of class methods within its API. I'm not massively opinionated here, but perhaps the convention should be to drop brackets on method calls within...

enhancement

I imagine this syntax isn't used often, but the following syntax is not currently supported by prettier-ruby: ```ruby ::Foo::Bar = self ``` Current Output: ```ruby {"ast_type":"const_path_field","error":"Unhandled node within astexport.rb: const_path_field"}...

good first issue