Colin Woodbury

Results 58 issues of Colin Woodbury

I assume that it's currently possible "expand" an image, say from 256x256 -> 512x512 via some manual `traverse` calls and simple interpolation. Both for `mapalgebra` and for implementing a Haskell...

enhancement

`massiv` has `transpose` already - it would be handy for mathematical libraries/applications to have `inverse` as well.

enhancement

This PR adds pass-through support for the `wasm-bindgen` flag `--no-modules-global`, which is very useful when building/running WASM in certain scenarios (browser extensions in particular). Supercedes #860 which was mysteriously closed...

There is a wonderful org-mode library called [valign](https://github.com/casouri/valign). It makes charts look like this: ![2021-02-21-170006_354x286_scrot](https://user-images.githubusercontent.com/229679/108645049-45b66680-7466-11eb-9082-f12cc16245da.png) Unfortunately `org-brain` doesn't account for it, and so charts with non-fixed-width characters make charts misalign:...

enhancement

### Describe the Bug If two JS functions bound via the FFI are given the same Rust name across different Rust modules, there will be clashes at runtime leading to...

bug

Hi there, thanks for a great project. I've hit a situation where the LSP and what I think is [parinfer](https://github.com/justinbarclay/parinfer-rust-mode) are getting into fights, and this is confusing the LSP....

Hi there, thanks for a nice tool. I'm running it with: ``` goreadme --skip-examples --badge-godoc --badge-goreportcard ``` directly from the project, and I notice that even though the project name...

question

I just completed a `git bisect`, and it seems that commit https://github.com/akermu/emacs-libvterm/commit/74e864a475801147e6c58cd598ffd7625bcf7cf9 has the ill effect downstream of making `*vterm*` buffers invisible to the workspace that they were opened in....

Hi there, I love Magit (thank you!) and recently started using Forge. I'm hoping that Forge can free me from having to visit Github myself and from relying on `gh`...

enhancement
area: notifications

The official `gh` tool allows for new repository creation on Github via their API. It would be handy if this were possible in Forge too (I tried it this morning...

enhancement
area: actions