Alexander Regueiro

Results 78 issues of Alexander Regueiro

A nice feature (maybe you have it planned?), would be for system notifications (i.e., macOS-integrated). Ideally they could be configured in Preferences with checkboxes for various types of notifications, like:...

enhancement

Are you planning to add support for plain structs, rather than just enums?

It might be nice to add support for [MathML](https://www.w3.org/Math/) parsing as an alternative to TeX input. Just a thought. This is certainly not a priority, in my mind.

kind:feature

A better parser infrastructure for TeX syntax already exists in the [MathTeX.NET project](https://launchpad.net/mathtexdotnet), which I worked on around the same time as the original version of WPF-Math. I don't mind...

kind:refactoring

This is just a note to say that [IRCv3](http://ircv3.net) support would be desirable, going forwards. I'm not sure how much of it is already in the library (probably not a...

help-wanted
feature-request
improvement

I'm using v1.4.1 according to the preference pane, and it says a new version is available, and directs me to the website, but the version I just downloaded from the...

The issue with `install -d` is that if the given directory already exists, it is nonetheless given the same mode as the parent directory. This is undesirable in various circumstances...

In http://cglab.ca/~abeinges/blah/too-many-lists/book/third-basics.html, ``` rust pub fn tail(&self) -> List { List { head: self.head.map(|node| node.next.clone()) } } ``` should read ``` rust pub fn tail(&self) -> List { List {...

It would be nice to have some explicit explanation of what "(non)-uniformity" is, in the context you use it (section 2.1).

- [x] Have you followed the [guidelines for contributing](https://github.com/brewsci/homebrew-bio/blob/master/CONTRIBUTING.md)? - [x] Have you checked that there aren't other open [pull requests](https://github.com/brewsci/homebrew-bio/pulls) for the same formula update/change? - [x] Have you...