P. L. Lim

Results 538 comments of P. L. Lim

I didn't read everything here but am a bit shocked that your Travis CI matrix against `astropy dev` did not catch this earlier.

Is this done? I just realized I am in this version of GitHub repo and it is not a fork of the spacetelescope one. I am confused. Which one is...

Is it possible to at least archive this one?

It is not very fun for me either. I got here because one of your colleagues pointed me to a file in this repo.

Hello. I contacted GitHub Support with the following and was rerouted to this issue. I was told that there is currently no plan on their roadmap (https://github.com/github/roadmap) to make this...

Strangely enough, accidental removal did not happen for astropy/astropy#11028 when the file changed was only `docs/conf.py` and `Docs` label was also applied manually when PR was opened. ![Screenshot 2020-11-11 101002](https://user-images.githubusercontent.com/2090236/98828449-196e6100-2406-11eb-868b-20ef8d1352d1.jpg)...

I am not familiar with `minimatch`, but over at astropy/astropy#10974 , it seems that just `example/**/*` is enough.

I think I just encountered this. I have a `pull_request` workflow that uploads the artifact, and as recommended by https://securitylab.github.com/research/github-actions-preventing-pwn-requests , I am using `workflow_run` to download it, but I...

You need `pull_request_target` for it to work. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests

@keflavich , are you sure your workaround still works? This does not work for me with `astropy` 5.1.dev: ```python >>> w.wcs.cunit[w.wcs.spec] Unit("m") >>> w.wcs.cunit[w.wcs.spec] = 'Angstrom' >>> w.wcs.set() >>> w.wcs.cunit...