From 8ab9e0050d36c5280ff536a2db1d92b7d3f74493 Mon Sep 17 00:00:00 2001 From: TWIOS Dev Date: Sun, 17 Aug 2025 23:02:39 +0000 Subject: [PATCH] twios-2025-08-17 --- config/this-week-in-open-source.config.json | 2 +- src/twios/2025-08-17.md | 22 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/twios/2025-08-17.md diff --git a/config/this-week-in-open-source.config.json b/config/this-week-in-open-source.config.json index c377a54471..c65d6083dc 100644 --- a/config/this-week-in-open-source.config.json +++ b/config/this-week-in-open-source.config.json @@ -679,6 +679,6 @@ ], "exclude_closed_not_merged": true, "output_path": "src/twios/", - "last_date": "2025-08-03..2025-08-10", + "last_date": "", "query_type": "Merged" } \ No newline at end of file diff --git a/src/twios/2025-08-17.md b/src/twios/2025-08-17.md new file mode 100644 index 0000000000..ecbfb102d6 --- /dev/null +++ b/src/twios/2025-08-17.md @@ -0,0 +1,22 @@ +## Rust + +- [mainmatter/gerust] [#255](https://github.com/mainmatter/gerust/pull/255) don't just override project files ([@marcoow]) +- [mainmatter/gerust] [#254](https://github.com/mainmatter/gerust/pull/254) Fix duplicate modules ([@marcoow]) + +## Svelte + +- [sveltejs/kit] [#13578](https://github.com/sveltejs/kit/pull/13578) feat: allow to specify options for the service worker in `svelte.config.js` ([@paoloricciuti]) + +## Ember + +- [ember-learn/super-rentals-tutorial] [#260](https://github.com/ember-learn/super-rentals-tutorial/pull/260) Add missing concurrently and swap to pnpm ([@mansona]) +- [mainmatter/build-start-rebuild-perf] [#31](https://github.com/mainmatter/build-start-rebuild-perf/pull/31) Add shoutout to Discorse for providing inspiration for this tool ([@pichfl]) + +[@mansona]: https://github.com/mansona +[@marcoow]: https://github.com/marcoow +[@paoloricciuti]: https://github.com/paoloricciuti +[@pichfl]: https://github.com/pichfl +[ember-learn/super-rentals-tutorial]: https://github.com/ember-learn/super-rentals-tutorial +[mainmatter/build-start-rebuild-perf]: https://github.com/mainmatter/build-start-rebuild-perf +[mainmatter/gerust]: https://github.com/mainmatter/gerust +[sveltejs/kit]: https://github.com/sveltejs/kit