touchft

Results 17 comments of touchft

And I make more testes with following code. ```julia struct comp x::Cfloat y::Cfloat end b = comp(2,3) function ccall_op(x::comp) return ccall((:op, libdir * "/" * libname * ".so"), comp, (comp,),...

> This looks like it is an ABI incompatibility issue. There is no issue if the struct contains `int` instead of `float`, and it appears that the x86_64 ABI describes...

All right. Hope this bug will be fixed soon. Thank you for this great package!

> It would be possible to work around this by passing the struct parameters by pointer instead (this is also the work around needed if using a packed struct, as...

> `CBinding#master` has the fix to let `op()` be called from the inlined function. You will need to add `-Wl,-rpath=$(libdir)` to the compiler context though. I took a try without...

> `CBinding#master` has the fix to let `op()` be called from the inlined function. You will need to add `-Wl,-rpath=$(libdir)` to the compiler context though. Seems not works for me.

> You are probably still using `testc.so` (which is fine with Julia, but not Clang) for your library file name instead of `libtestc.so`. You are great! Now it works after...

It's totally blank before markmap is loaded. If switch to direct connect to internet, markmap loads very fast. But the math formula still fail to show up. When switch back...

Same error. ubuntu 18.04, atom 1.34.0

Followed wtih above suggestions, I made customized branch of `Stipple` and `StippleUI`. The following UI and code are examples. ![2](https://user-images.githubusercontent.com/12428354/117466585-77c76700-af85-11eb-8427-364853823ae8.png) When mouse hover the blue button `UPDATE`, the tips will...