Stephen M. Coakley

Results 51 issues of Stephen M. Coakley

As someone who used to be heavily involved in the development of projects like [Oh My Fish!](https://github.com/oh-my-fish) for many years, I've learned a lot about shells, package distribution, plugins, and...

For example, this should be allowed: ``` echo (require lang)->VERSION ``` but currently only string literals are allowed in a variable path.

I don't want to compromise Riptide's asynchronous design by introducing dirty hacks in order to support Windows, but it would be cool for Riptide to work as a native Windows...

feature
shell

How well does mathjs sandbox code evaluation and execution? Are there mathjs functions that we should not allow the user to call?

As suggested by users, we should provide a built-in function (or magic variable) that allows you to reference the result of a previous line in a subsequent formula, without having...

enhancement

It would be quite handy to provide an IntelliSense handler for math expressions that suggests currently defined variables as well as built-ins. We might not want to do this inside...

enhancement

Provide a way inside VS Code to access a reference of all the available built-in functions and constants, perhaps as a Markdown document. This could also be additional documentation on...

documentation
enhancement

Got some good feedback about the documentation yesterday, such as: - Include a summary of `#[unstable]` in the crate-level docs - Include more of the documentation in the readme as...

documentation

It could be useful to mark certain trait implementations as unstable, for example: ```rust // The struct itself is stable... pub struct MyStruct { // ... } // But its...

This is a great extension just for making VSCode more extensible and customizable. Would it be possible to auto-load scripts on startup? In addition to getting a list of scripts,...