Results 42 comments of Isaac Elliott

Bumping this. It looks like `conventional-changelog` has supported this for a while now, but it's not mentioned on conventional-commits.org.

Sorry, I really dropped the ball on this! I've haven't had much mental energy for open source work recently. If MELPA pulls from `master` (here? https://github.com/melpa/melpa/blob/master/recipes/neuron-mode) then let's keep it...

> I have to say I don't maintain very actively neuron-mode since I don't use neuron anymore (except for reviewing my old notes) and that srid is working on a...

Thanks Sridhar. It seems like emanote will be an option for me moving forward then. I might look into automigrating my neuron zettelkasten. On Wed, 13 Oct 2021, 7:43 am...

~~Your patch seems to fixes my weird collision issue. When I spawn a bunch of entities with `Transform` and `Collider` (one of which is my player) my player collide all...

The only way I've been able to make it work is by parameterising the `Requester` class over that polymorphic kind; otherwise I can't get that `k` to line up properly....

Scratch that; this seem to work too: ``` class (Reflex t, Monad m) => Requester t m | m -> t where -- | The type of requests that this...

My changes so far are here: https://github.com/LightAndLight/reflex/commit/0d1f2381b5ad2cdaeac4c5ff855c22b8218ac467 The adjustable instance won't type check. I'm going to let it simmer for a bit.

Only `Debug` level logs are produced. There weren't any warnings.

> @edolstra: > > I do think nix flake update should be renamed to nix flake upgrade to better reflect what it does (namely upgrade all inputs to the latest...