Marshall Bowers

Results 33 issues of Marshall Bowers

I think it would be great to have a Dhall implementation (specifically the parser) available for other people to consume from [Pursuit](https://pursuit.purescript.org/). A couple of questions I have: 1. How...

This PR adds support for `allOf`. Resolves #15.

I can see from the README that support for `allOf` is pending. It looks like the (partial?) support is implemented, but commented out: ```js // NOTE this is not proper...

One of my favorite features in [Jest](https://facebook.github.io/jest/) is [snapshot testing](https://facebook.github.io/jest/docs/en/snapshot-testing.html). I think it would be a great addition to `wren-test`.

Asynchronous support was previously added in #5. However, it was never fully working properly, as `redux-persist` does not support asynchronous transforms. Support for asynchronous transforms is tracked by https://github.com/rt2zz/redux-persist/issues/303. Once...

enhancement
blocked upstream

- **I'm submitting a ...** [ ] bug report [x] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

This is the current design we have for accessing the game context stored in the `Context` object: ```rust impl Context { /// Returns the game context. pub fn game(&'a self)...

I recently discovered [hecs](https://github.com/Ralith/hecs), which seems like it might be a good candidate to include as Peacock's ECS.

A-ecs

I was thinking of starting work on a JavaScript backend for Idris2. I have some preliminary work (AST and codegen) completed [on my fork](https://github.com/maxdeviant/Idris2/commits/js-backend), but I wanted to check in...

Feature request

[WIP] Release Notes: - Added support for loading user themes from `~/.config/zed.themes`.

cla-signed