summaryrefslogtreecommitdiff
path: root/examples/blog/snowpack.config.js
diff options
context:
space:
mode:
authorGravatar Nate Moore <nate@skypack.dev> 2021-04-30 09:36:19 -0500
committerGravatar Nate Moore <nate@skypack.dev> 2021-04-30 09:36:19 -0500
commita79c63750f63eee9e8d32ba156c78a71b25dda12 (patch)
tree28f3cd6e62e8aa50601e6c1025bbb1f179f0faa9 /examples/blog/snowpack.config.js
parent509fad6b9a0b4925a85daf95aa9699d726f69ed0 (diff)
downloadastro-a79c63750f63eee9e8d32ba156c78a71b25dda12.tar.gz
astro-a79c63750f63eee9e8d32ba156c78a71b25dda12.tar.zst
astro-a79c63750f63eee9e8d32ba156c78a71b25dda12.zip
chore: release 0.0.9
Diffstat (limited to 'examples/blog/snowpack.config.js')
0 files changed, 0 insertions, 0 deletions
backslashes '\' unconditionally! ``` * openPMD: Replace just for Series We might also be able to silence the warning in openPMD-api later on. 2021-10-16Gaussian Laser : fix possible NaN in the calculation of theta_stc (#2433)Gravatar Luca Fedeli 1-3/+7 * fix issue with acos(arg) * fix bug * fix bug * fix bug * fix bug * fix GPU compilation issue 2021-10-15CI: Windows with Python (#2412)Gravatar Axel Huebl 3-5/+29 * Python: generalize library search (Win) * CMake: Honor Multi-Config Lib Alias For multi-config build generators (MSVC, Ninja opt-in), we have a deeper build structure based on the build type. Honor this structure for the (Python) library alias/symlink. * CI: Windows with Python Co-authored-by: Dave Grote <dpgrote@lbl.gov> 2021-10-15Made explicit several casts (#2431)Gravatar David Grote 2-7/+7 2021-10-15Synchronize GPU before stopping profile timer (#2415)Gravatar AlexanderSinn 4-13/+32 * synchronize device before ending profile * fix shadowing issue * add comment