Cody Allen

Results 250 comments of Cody Allen

@maxtremblay thank you! I now see the behavior that you were talking about. If I remove the `use .base` then it works just fine. But the `Stream.range` that's being defined...

+1 for getting these functions into base ☺️

I have mixed feelings on this. On the one hand, it's nice to remove some boilerplate. On the other hand, sometimes type class method names are necessarily abstract (like `combine`...

> how does a type class instance implement the method of a type class trait using a more descriptive name? Can you give an example? I said that _data structures_...

@cvogt sorry, I kind of failed to say that I _do_ appreciate the idea of trying to make type classes easier to work with in scala, and I'm glad that...

@aryairani it's not a requirement for release, but I'd also love if you could help me understand what is needed for the jit runtime so I can make it available...

@aryairani is it really just reflog timestamps? I assumed that if I did a `pull` or `clone` it would fetch a bunch of stuff in parallel which would result in...

Here is a transcript that reproduces the issue: ```` ```ucm .> project.create-empty proj proj/main> builtins.merge ``` ```unison this.is.a.really_really_really_really.long.name_space.path.foo = "foo1" this.is.another.really_really_really_really.long.name_space.path.foo = "foo2" bar = foo ``` ````

@aryairani do you think that this might have been LSP related? I recently switched to neovim's builtin LSP and I see this message whenever I close my scratch file in...

`Link.Term.toText` is another primop that this list seems to be missing.