Tak Tran
Tak Tran
[Sorry for posting again (but the issue I posted in is [closed](https://github.com/enquirer/enquirer/issues/27#issuecomment-497774599), so might not be looked at] I'm trying to do multiline, eg, I try to paste something like...
It seems like if you use an `if` statement within an `SVGCanvas` animation, it doesn't work as expected. This function is a small reproduction of the problem: ```javascript export const...
Hi, It seems like the text node start position is supposed to be 1 more than it is.  In the above image, I...
I wanted to make the `examples` folder in my library read only, like the processing libraries (eg, `serial`), so I added this in. This means that when users try to...
I tried deploying `logger_logstash_backend`, but I get the error message ``` -----> Generating release using mix to generate release Building release with MIX_ENV=prod. You have dependencies (direct/transitive) which are not...
Fixes #37 (kind of, upgrade to 18 instead of 17) ## Changes * Add React v18 peer dependency * Update dependencies to work with React v18 ⚠️ I didn't test...
I'm trying to run this on cloud build, and it seems like everything is set up with the keys (the code checks out fine, tests run and a build a...
How would you recommend deploying when you have CircleCI set up so that the `gh-pages` branch isn't built? I have a `ignore` statement in my `.circleci/config.yml` file, but this is...
I've encountered the issue where if you squash or rebase the container repository containing the subrepo folder, the `.gitrepo` > `subrepo.parent` value gets stale because the commit shas have changed....