Greg Chapple

Results 64 comments of Greg Chapple

Hey Jan! I'm afraid my windows experience is somewhat limited. I'm gonna set up a windows VM right now simply for testing iota. From your error message, it would appear...

@droekm the rustbox installation has changed a good bit since you would have come across this issue. Could you try installing again and see what happens?

Ok, thanks @lachy-xe. I'll dig into this more!

@bombless yeah, its tricky because the termbox C library doesn't work on windows. The Go version does, however. I started writing [rustbox](https://github.com/gchp/rustbox) as a pure Rust implementation of termbox. That...

Yeah, I was thinking about this the other day. If we are to only load chunks of files at a time, can we still do things like search, line count,...

We will also have to change how files are saved to accommodate large files too. Right now files are saved to a temporary directory then moved to replace the old...

@ellisadigvom that's very interesting, thanks for sharing! I have been leaning quite heavily towards a Rope recently, but have not had the time to sit down and try it out....

So, anyone know of a piece table implementation in rust? :)

@vinipsmaker I've never heard of GNU Guile before, but it looks interesting. Do you have experience with it? It would be cool to support existing plugins. Extensions / plugins are...

@brookst I actually watched this talk a while back, very interesting!