Runzhou Li (Leo)

Results 15 comments of Runzhou Li (Leo)

nvm seems that you cannot directly reference another environment variable when you set env through `env:` in github actions ~~this can be further improved through the provided `GITHUB_ACTOR` env var~~...

@oanylund this works, thank you! Just curious, where was this documented? can we assume all those reserved `GITHUB_xyz` env vars can be referenced as `${{ github.xyz }}`?

from https://github.com/danielcaldas/react-d3-graph/issues/185#issuecomment-475746508 > or using a `link.id` property if one was added to the link config this seems to be a solution utilized in similar libraries, such as [`react-sigma`](https://github.com/dunnock/react-sigma#simple-use-case-with-embedded-graph)

I find that use `rv-text="variation.track.name"` instead of `{variation.track.name}` helps a lot too.

@micahlisonbee that's bad to hear. I always find that the use of template tags makes the rendering seems slower, sometimes very noticeable that you can see those `{ value }`...

:+1: for `data-each-[key]-[value]`

@kelvin22 consider the last commit made into this repo is over a year ago now, I'm guessing that this is not going to happen any time soon. In terms of...

This starts from Flask `0.11`

We are in the process of porting this playground as a React app/component. At the time of writing this, the main simulation logic/controls have been ported, which you can see...

`install.sh` is perfectly fine. It's just that sometimes having an unified place to place all the requirement, such as an `requirements.txt`, then simply `pip install -r requirements.txt` or put that...