Iain Moncrief

Results 21 issues of Iain Moncrief

If you create a new crystal app and add the hedron dependency into the shards.yml, shards is unable to install it. Please create a release, so people can install this...

I am trying to create a partially static executable for macOS, and it works, except for when I try to use hedron and libui.a. I have libgc.a, libevent.a, and libssl.a...

Will there be support for iOS's big titles for the navigation bar in the future?

someday/maybe
feature request

On iOS 12, or at least the beta, the swipebox experiences lag and image flickering in safari, as well as in web stack native apps like PhoneGap or Cordova.

How would I go about creating threads in AssemblyScript? I am having trouble understanding the documentation.

enhancement
question

### Summary of Problem **Description:** The current shape definition for domains https://github.com/chapel-lang/chapel/blob/8259035407d5ab40fd0956912e33e5e4d030b25a/modules/internal/ChapelDomain.chpl#L1480-L1489 is not ideal, and I suspect that it has been causing me problems when I refer to a...

type: Bug
user issue
area: GPU Support

### Summary of Feature **Description:** Twice I have needed an untyped JSON value for the output of JSON parsing. Serializers and deserializers are great, but if your JSON structure is...

area: Libraries / Modules
type: Feature Request

### Summary of Feature **Description:** It would be nice if there was a flag/config param that would make it so ```chapel writeln(1,2,3); ``` gave ```chapel 1 2 3 ``` **Is...

type: Design
area: Libraries / Modules
type: Feature Request
user issue

### Summary of Feature **Description:** Add argmax and argmin functions for arrays and homogeneous tuples. **Is this issue currently blocking your progress?** No. I have come up with a solution,...

type: Feature Request

### Summary of Feature **Description:** Provide syntax highlighting for record/class/type alias usage in code: ```chapel record R {} proc foo(x: R) {} // would be proc foo(x: [[R]]) {} ```...

type: Feature Request
area: Tools
area: Python bindings