Schell Carl Scivally
Schell Carl Scivally
@ch1bo - done! Can you guys release a new version of hdevtools on hackage with the new repository details?
Oh! Sorry! News to me ;) You guys rock. :+1:
Still valid!
Still valid.
My guess is it's a bug. The parser has a couple bugs in it. I've found that sometimes when parsing function parameters it will incorrectly parse `function (int value)` as...
Will this be able to provide a "jump to definition" functionality? I'm really looking forward to that.
YES! I was really hoping you were going to say that! Coincidentally I had tried `CTRL-]` right before my first reply, but I had missed the `,tg` step. This is...
Thanks - I didn't run into that problem because other bad things happen when I start my editor in a directory other than the one with the .cabal file, so...
Changing this line in build.rs: https://github.com/boncheolgu/tflite-rs/blob/5346165a8e7517546a38cf5a9d183d3307d8b9fc/build.rs#L104 to ```rust let target = &os; ``` fixes the problem for me. ~~Also - I had do `git submodule init && git submodule update...