Sean Pedersen

Results 20 comments of Sean Pedersen

Hey thanks for the providing suggestions how to fix the problem. Based on your hints I came up with following work-around: ``` import "react-awesome-slider/dist/styles.css" import "./fixSlider.css" ... ``` fixSlider.css: ```...

Hmm ok no clue what is up with that on your side... Yes you are right the fillParent is old garbage left over after trying various things out. :dagger:

Would be really cool if that would work! Let me know if you need help.

I am having a similar issue with permanentTrackY set to true. For me the scrollbar is only responding when dragged manually with the mouse after permanentTrackY=false. With permanentTrackY=true it is...

Hey, I am experiencing the exact same issue.

Cool looks like I made a good choice using https://github.com/nmslib/hnswlib/ for my project. Yes maybe reduce to the top 10 and the interactive graph is awesome, even for me! I...

The same feature called tag groups is available in Supertag. Check out the documentation for it: https://amoffat.github.io/supertag/usage/tag_groups.html

Cool that you managed to make it work using bash. In the mean time I have created my own tagging tool (https://github.com/SeanPedersen/HyperTag) which comes native with the import function.

Ok so we are on the same page. That is not working though, see my workflow here: https://imgur.com/a/vZgKyV2

I got it to work by manually deleting the end date before setting the start date! That works but is inconvient (bad UX imo). It should overwrite existing end dates.