Abraham Toriz Cruz

Results 69 comments of Abraham Toriz Cruz

What an interesting coincidence. I faced the same issue just now, three hours after you. It is happening with all my configs. I'm including one as reference but there's nothing...

I haven't seen this error before. I actually [ported timetrap](https://gitlab.com/categulario/tiempo-rs) to rust in case you want to try it out :P it is a binary and bundles sqlite so you...

@patrickdavey I'd like to take a closer look at your problem, of course this is not the space to discuss it. Do you mind opening an issue mentioning your setup?...

I think this request goes to mathmode (https://www.npmjs.com/package/mathmode) that package is responsible of the convertion

I made a PR to mathmode with the code necesary to make displaystyle the default behavior https://github.com/mikolalysenko/mathmode/pull/7 but it is still not merged...

What about not having a wkt-specific internal representation and instead having `LooksLikeALinestring`, `LooksLikeAPoint` traits and a `Wkt` trait that provides the `wkt(&self) -> String` function implemented for every type that...

I looked at it when I was trying to find options but by reading the readme I didn't get the idea of how it would help in my case. But...

> I have the same problem on Windows 10... > > ``` > $ cargo run > Finished dev [unoptimized + debuginfo] target(s) in 2.41s > Running `target\debug\spinning-square.exe` > thread...

I just recently had this same problem and your addition would have helped me but it also assumes the windows-gnu toolchain which is not always necessary what you want. For...