Skip to content
代码片段 群组 项目
  1. 1月 23, 2023
  2. 1月 22, 2023
  3. 1月 19, 2023
  4. 1月 14, 2023
  5. 1月 11, 2023
  6. 1月 04, 2023
  7. 1月 03, 2023
  8. 12月 24, 2022
  9. 12月 18, 2022
  10. 12月 17, 2022
  11. 12月 15, 2022
  12. 12月 04, 2022
  13. 11月 27, 2022
  14. 11月 24, 2022
  15. 11月 21, 2022
  16. 11月 03, 2022
  17. 10月 31, 2022
  18. 10月 29, 2022
  19. 10月 24, 2022
  20. 10月 23, 2022
    • Bruno Seoane's avatar
      Update run_extras to use the temp filename · 0523704d
      Bruno Seoane 创作于
      In batch mode run_extras tries to preserve the original file name of the
      images. The problem is that this makes no sense since the user only gets
      a list of images in the UI, trying to manually save them shows that this
      images have random temp names. Also, trying to keep "orig_name" in the
      API is a hassle that adds complexity to the consuming UI since the
      client has to use (or emulate) an input (type=file) element in a form.
      Using the normal file name not only doesn't change the output and
      functionality in the original UI but also helps keep the API simple.
      0523704d
  21. 10月 21, 2022
加载中