Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
MagnunAVF pushed 1 commit to main MagnunAVF/zero2prod
- Implement confirmation email send and subscription confirm 040bc10
MagnunAVF pushed 1 commit to main MagnunAVF/zero2prod
- Create email client and send email method 3a073d6
MagnunAVF pushed 2 commits to main MagnunAVF/zero2prod
MagnunAVF pushed 1 commit to dev MagnunAVF/places-client
- feat: implement api communication in place service bb49436
MagnunAVF pushed 225 commits to main MagnunAVF/bevy
- make EntityHashMap and EntityHashSet proper types (#16912) # Objective `EntityHashMap` and `EntityHashSet` iterator... 8ac90ac
- Remove unused generic in `DeferredWorld::trigger` (#16911) Fixing what I just noticed. ## Migration Guide - Remove... cf21d9a
- Add benchmarks and `compile_fail` tests back to workspace (#16858) # Objective - Our benchmarks and `compile_fail` ... 2027700
- Fix several regressions from recent rendering changes. (#16890) This commit fixes the following regressions: 1. Tra... 6a4e0c8
- Prevent creation of superfluous empty table (#16935) # Objective - To fix a tiny bug in `bevy_ecs::storage::Tables`... 022c6b1
- Bump crate-ci/typos from 1.28.3 to 1.28.4 (#16943) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.... 8d9a00f
- Remove meshlet builder retry queue (#16941) Revert the retry queue for stuck meshlet groups that couldn't simplify a... b7ee23a
- Drive-by Docs Fixes: `bevy_picking`, `bevy_text` (#16946) Noticed these were either incomplete or inconsistent, so I... ff57e80
- Set panic as default fallible system param behavior (#16638) # Objective Fixes: #16578 ## Solution This is a patc... 460de77
- Fix meshlet shaders for bindless mode. (#16825) We have to extract the material ID from the mesh and stuff it in the... ddf4d9e
- Toggleable UI layout rounding (#16841) # Objective Allow users to enable or disable layout rounding for specific UI... bfc2a88
- Fix `EaseFunction::Exponential*` to exactly hit (0, 0) and (1, 1) (#16910) And add a bunch of tests to show that all... 450b939
- impl EntityBorrow for more types (#16917) # Objective Some types like `RenderEntity` and `MainEntity` are just wrap... 5b899dc
- Implement FromStr for Val (#16926) # Objective This PR implements `FromStr` for `Val`, so developers can parse valu... bacc693
- Use `variadics_please` to implement `StableInterpolate` on tuples. (#16931) # Objective Now that `variadics_please`... ee9bea1
- (fix) SSRPlugin: Don't reference default deferred lighting pass if it doesn't exist (#16932) Fixes a crash when usin... dccd770
- Expose Tonemapping LUT binding indices (#16934) This PR simply exposes Bevy PBR's `TONEMAPPING_LUT_TEXTURE_BINDING_I... 3f38424
- Remove vestigial helper functions for `Commands` and `EntityCommands` (#16936) ## Objective I believe these started... 1669ca6
- Make `bevy_reflect` feature of `bevy_math` non-default (#16938) # Objective bevy_reflect is a big part of bevy_math... 35e0b5b
- Expose bevy_image as a feature (#16948) # Objective - Fixes #16563 - Make sure bevy_image is available when needed... 6577f5d
- and 205 more ...
MagnunAVF pushed 67 commits to main MagnunAVF/deno
- feat(unstable): Implement QUIC (#21942) Implements a QUIC interface, loosely based on the WebTransport API (a future... 65b6479
- perf: don't store duplicate info for ops in the snapshot (#27430) Mostly for changes from https://github.com/denolan... c30f345
- perf: upgrade to deno_semver 0.7 (#27426) ece718e
- perf: remove now needless canonicalization getting closest package.json (#27437) This is no longer required because ... 77e1af7
- feat(unstable): add JS linting plugin infrastructure (#27416) This PR extracts the core part of https://github.com/... 26425a1
- fix(node): handle cjs exports with escaped chars (#27438) Closes https://github.com/denoland/deno/issues/27422 e6869d7
- fix(ext/fs): do not throw for bigint ctime/mtime/atime (#27453) 2e58e08
- fix(ext/fetch): better error message when body resource is unavailable (#27429) fixes #27132 When the body resource... 3cc861c
- feat(unstable): support selectors in JS lint plugins (#27452) This PR adds support for using selectors in the JS lin... 1a809b8
- fix: incorrect memory info free/available bytes on mac (#27460) Fixes https://github.com/denoland/deno/issues/27435 ... a9ab7a8
- fix(ext/node): make getCiphers return supported ciphers (#27466) Currently we only supports 7 ciphers (`aes-(128|192... 9115070
- feat(unstable): add OTEL MeterProvider (#27240) This commit replaces `Deno.telemetry.MetricsExporter` with `Deno.tel... f4e3213
- fix(ext/node): RangeError timingSafeEqual with different byteLength (#27470) Fixes https://github.com/denoland/deno/... 6061f22
- fix(ext/node): add support of any length IV for aes-(128|256)-gcm ciphers (#27476) c45d0da
- fix(unstable): don't error on non-existing attrs or type attr (#27456) When running selectors for JS linting plugins... fdd0edf
- fix(ext/node): convert brotli chunks with proper byte offset (#27455) Fixes https://github.com/denoland/deno/issues/... 5194222
- perf(node/fs/copy): reduce metadata lookups copying directory (#27495) fd8400e
- refactor: use sys_traits (#27480) c391ad3
- chore(lint): remove manual AST field counter (#27449) Addresses the review feedback in https://github.com/denoland/... a844d96
- fix(node): Add missing `inspector/promises` (#27491) Add missing `inspector/promises` in node builtin module list, t... 7b491a2
- and 47 more ...
MagnunAVF pushed 5 commits to main MagnunAVF/pingora
- change visibility of create_dummy_session I'd like to use this in a filter outside of this crate. Need to change the... 343fc98
- fix deadloop if proxy_handle_upstream exit early than proxy_handle_downstream Includes-commit: 87a0483e19cd79907f6a9... bb111aa
- add h2 server session tests - test content-length=0 header - test HEADERS frames without EOS follows and an empty ... 2a94183
- add range_header_filter to proxy trait This makes the `range_header_filter` overridable. The new default implementat... a37224b
- Run cargo machete in github CI Co-authored-by: Ivan Babrou <[email protected]> 42e11c4