Results 24 comments of Elle Mundy

Homebrew (OS X command line package manager): https://github.com/mxcl/homebrew/blob/master/Library/Contributions/manpages/brew.1.md?source=cc

Is there a way to construct a jar of jars instead of the way it's done now?

Turns out I was running 2.3.0! I will install the latest and get back to you on whether the issue persists. Thanks!

Seems this has been fixed. I'll close this issue and open a different one if the problem comes up again. Thanks!

fyi, this seems broken again in 2.4.0-beta.1 on macOS Big Sur (so far, all the versions i've tried), on M1

As it is now: ``` func (o Option[T]) FlatMap(mapper func(value T) Option[T]) Option[T] { if o.isPresent { return mapper(o.value) } return None[T]() } ``` Could this work? ``` func (o...

Ah, right you are

That signature is similar to [lo](https://github.com/samber/lo)’s [`Map`](https://github.com/samber/lo/blob/master/slice.go#L23), which is for iterating over slices. (I sometimes think of `Option`s as slices with at most one element, so mapping them makes sense,...

Sorry, I don't think I explained this so well. The quick fix window opens in the correct position (the bottom of the current window). The issue I'm having is when...

When I used `:grep`, I did have to use `:copen` to show the Quickfix window. I had to prefix it with `botright` to get it to open in the same...