Nolan Darilek

Results 143 comments of Nolan Darilek

Ugh, is there no workaround for this? I was trying to migrate a project that only maintains a single release for the master branch. Now, while the build works, you...

Thinking about taking a stab at this. Does it need to be complete before I submit a PR, or as long as I implement the methods and get them working,...

Yeah, `Result` was my intent for that callback. Would there be any interest in incrementally adopting the failure crate as well? I see #83, #28, and #21 touch on this...

Fair enough. From my own experience, I can say that:  * I've used it on a few crates, and the experience has been both lightweight and much more pleasant than...

Finally attempting this. All of these APIs are callback-based, though. Should the Rust versions use callbacks or futures? Seems like futures are a better approach. Are there examples of any...

Haven't pushed it forward and am not sure if I will at this point. I've been waiting for Yew to mature enough such that I can code my UI in...

I'm making a bit of progress with Yew. Before I take a crack at this, I want to make sure I can import my ~3.2G Spatialite map, which is a...

Did you ever get this working? Right now I'm running into a hairy issue where I'm trying to access a file from an input element, subdivide it with the `slice`...

Thanks. Where would I track LoadEndEvent in this instance? Would it be on the element where the file was added, the FileReader, etc.? Also, how did you expose the FileList?...

Oh, NM on loadend, I'm looking at my old JavaScript code and see that I'm hooking it on FileReader. Thanks, still curious if it's possible to access the FileList without...