Ivan Aksamentov

Results 218 comments of Ivan Aksamentov

@mesqueeb There were Typescript errors https://app.circleci.com/pipelines/github/hodcroftlab/covariants/498/workflows/0106cf4e-1095-44f3-8198-24f65d25623a/jobs/372 We are still on Typescript 4.0.x. That might be the reason (or not). I managed to fix it by pinning the `ts-tollbelt` pacakge to...

Hello, The static build indeed works with `BUILD_SHARED_LIBS=OFF`, however when attempting to link the resulting library on Linux, linking fails with `undefined reference to dlopen` and such, coming from `dynamic_link.cpp`,...

Thanks @alexey-katranov ! The `__TBB_DYNAMIC_LOAD_ENABLED` worked!

@alexey-katranov I'd say no. But we have a decent workaround. The suggested macro worked for my particular case (we use a really simple parallel pipeline) on Linux and macOS. I...

@emmahodcroft Check this related PR and my more general thoughts about rendering of the different types of values in the tooltips: https://github.com/hodcroftlab/covariants/pull/255#issuecomment-1006325326 We have yet another type not mentioned there...

Thanks Richard, cool stuff and feels very snappy! In principle it works as is and is very useful already. It also did not require revamping the whole page layout, compared...

Regarding echarts, I find their interface rather unusual indeed, it's not adapted for React at all. But I was so excited to see how many features it has and how...

Alright, I've resolved remaining issues with polyfills, with typescript and eslint. In terms of code this should is ready to go. Please double check that things still work as expected...

> fade-in animation is no longer working oops!

FadeIn should be fixed in the latest commit