Athan Clark

Results 15 issues of Athan Clark

I don't have a reproducible example at this moment, but what would cause this value to be an array, or an empty one? ```js bus.invoke({ // ... args }, function...

It would be a nice aesthetic for packages to showcase what their latest package-set version is compliant with, similar to how pursuit generates badges for the latest version they host....

I'm not sure if this is my machine or your code, but here's the command-like output: ``` /home/athan/glsl-optimizer/contrib/glslopt/Main.cpp: In function ‘bool init()’: /home/athan/glsl-optimizer/contrib/glslopt/Main.cpp:20:37: error: cannot convert ‘bool’ to ‘glslopt_target’ for...

I've found some use-cases for looking at all the "paths" that a tree has within it - both "complete" paths (all transitively connected nodes from the root to the end-points),...

feature-request
Tree

Firstly, thank you for this library :) Second, I've found that the Arrow concepts are very general, and not specific to HXT. Can we break these into a separate package?...

Could a popup be programmatically closed? From what I understand, `uglipop()` itself _opens_ a new modal (with the content specified in an argument, or statically). Do you think it would...

enhancement

I'm not sure if this would actually solve this issue, but observe the compiler errors when you change [line 13 of the example source](https://github.com/zudov/purescript-websocket-simple/blob/master/example/src/Main.purs#L13) to one of those -XNamedFieldPins inspired...

I think it would be very useful if while viewing the description of a package, the pairs of `(package set version, package version)` were shown; so if you're looking at...

Hi there, I really like the feel this library gives me for designing grids, but I'd like more control over each generated element. I really like using inline styles for...

folders should be mappable, such that _all_ files in the folder share the same type (no existential parameters), and that it's natively recursive. This introduces a new type atom `Folder...