Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate feasibility of having a "driver" kind of class that lets us do things like read screen dimensions, readChar, etc, which are OS-specific #4

Open
davidbyoung opened this issue Aug 4, 2019 · 0 comments
Assignees
Labels
spike Investigation that must be done before a feature can be worked on
Milestone

Comments

@davidbyoung
Copy link
Contributor

Some console functionality requires very different solutions, depending on the OS of the end user. This includes:

  • Getting the dimensions of the terminal window
  • The ability to read a single character
@davidbyoung davidbyoung self-assigned this Aug 4, 2019
@davidbyoung davidbyoung added the spike Investigation that must be done before a feature can be worked on label Aug 4, 2019
@davidbyoung davidbyoung added this to the 1.0 milestone Aug 4, 2019
davidbyoung added a commit that referenced this issue Nov 16, 2019
* Added route URI generation

* Flattened lexer and parsers namespaces, moved trie compilation and definitions into UriTemplates namespace

* Added a test for creating a URI for a route that does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spike Investigation that must be done before a feature can be worked on
Projects
None yet
Development

No branches or pull requests

1 participant