Tyler Kropp

Results 10 issues of Tyler Kropp

Fixes #105 Related to #117 In this solution, I gave serial.Serial a new function called ReadContext, which is identical to Read, except it also takes in a context.Context as its...

It appears all the Go implementations of serial drivers are not asynchronous. This is fine, because in Go you can use goroutine to wait on blocked code. However, cancellation would...

enhancement

## Expected Behavior I expect to be able to have optional parameters for constructors that have many parameters. ## Actual Behavior Fails to compile: ` warning: 'T boost::ext::di::v1_2_0::core::injector::create() const [with...

### Please describe your bug The client and server are trying to coordinate on where to seek to, but it repeatedly fails. While this is happening, the client is bogged...

bug

I've been using [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) a lot recently, and it works pretty well. It would be good to provide an example of how it works for those learning. Also, it should...

Three problems happen on Windows which were not a problem on Linux: - The `output` flag doesn't exist. - Commands in `compile_commands.json` don't have properly escaped backslashes, which are common...

There are more shader types not currently supported: - ray closest hit shader (.rchit) - ray any hit shader (.rahit) - ray miss shader (.rmiss) - ray generation shader (.rgen)...

I am not 100% clear on how git works with remotes, so I'll just tell you what I believe might be causing the issue. The install script (`gvm install go1.10.2`)...

I have some simple recommendations. I could not figure out how development works using git and zites, so I'll just lay it out here. I believe it looks strange for...

enhancement

**OS:** Windows 10 **Version:** v20.05.1 **Commit/Build:** d0d7686 All cars attach to the front of a train, and the train only drives backwards. **Steps to reproduce:** 1. Buy train. 2. Place...

vanilla bug