Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
MagnunAVF pushed 2 commits to dev MagnunAVF/places-client
MagnunAVF pushed 2 commits to dev MagnunAVF/places-client
MagnunAVF pushed 3 commits to dev MagnunAVF/places-client
MagnunAVF created a branch on MagnunAVF/places-client
main - React client to save and search places.
MagnunAVF created a repository: MagnunAVF/places-client
https://github.com/MagnunAVF/places-client - React client to save and search places.
MagnunAVF pushed 3 commits to main MagnunAVF/rustlings
MagnunAVF pushed 4 commits to main MagnunAVF/pingora
- Improve support for sending custom response headers and bodies for error messages a8a6e77
- Add the ability to trigger forced-miss behavior from the `cache_hit_filter` function 9850e92
- Make cache eviction async This prevents eviction from affecting the time to finish the request. Also adds a Display ... fa4654a
- expose getters for cache and hit spans 36d68e8
MagnunAVF pushed 75 commits to main MagnunAVF/deno
- fix: improve auto-imports for npm packages (#27224) Improves auto-imports when using `"nodeModulesDir": "auto"` f863a62
- fix(task): kill descendants when killing task process on Windows (#27163) f058623
- fix(outdated): allow `--latest` without `--update` (#27227) Ref #27025. it does nothing (it's the default behavio... e718e3f
- refactor: remove usages of `deno_core::resolve_import` for resolving redirects (#27234) This was doing an allocation... a26b873
- fix(node/worker_threads): data url not encoded properly with eval (#27184) When using the `eval` option on Node's `w... e8d731c
- fix(unstable/temporal): respect locale in `Duration.prototype.toLocaleString` (#27000) Adds a temporary polyfill for... 25aed50
- chore: update hickory dns crates (#27137) ae5c743
- test(ext/node): fix flaky node/http2.createServer() test (#27208) 3bae68e
- fix: clear dep analysis when module loading is done (#27204) Closes https://github.com/denoland/deno/issues/26663 ab4568a
- fix(task): `--recursive` option not working (#27183) We didn't handle the `--recursive` option properly in `deno tas... f098dd0
- fix(install): use locked version of jsr package when fetching exports (#27237) Fixes #27193. ffac282
- chore: forward v2.1.3 release commit to main (#27248) This is the release commit being forwarded back to main for 2.... 2e2d317
- chore: add script to check remaining node compat cases (#27122) 1ee13a3
- fix(ext/node): accept file descriptor in fs.readFile(Sync) (#27252) closes #27123 07737b0
- test(ext/node): remove flaky node:dgram compat test case (#27249) 796749c
- fix: do not panic when fetching invalid file url on Windows (#27259) I tried adding a test, but it's not possible du... 9fe52b1
- fix(task): do not always kill child on ctrl+c on windows (#27269) We don't need to forward the kill signal because c... 56035f3
- refactor: Make `deno_runtime::shared` module public (#27242) Signed-off-by: Benjamin Swerdlow <Swerdlowbenjamin@gmai... d7dfd4b
- fix(ext/node): handle Float16Array in node:v8 module (#27285) Closes https://github.com/denoland/deno/issues/26580 883abfa
- fix(node): update list of builtin node modules, add missing export to _http_common (#27294) Fixes https://github.com... 44d7697
- and 55 more ...
MagnunAVF pushed 146 commits to main MagnunAVF/bevy
- Make visibility range (HLOD) dithering work when prepasses are enabled. (#16286) Currently, the prepass has no suppo... 56c70f8
- Add missing registration for `TextEntity` (#16649) # Objective Fix a [Blenvy](https://github.com/kaosat-dev/Blenvy)... 7dfc77b
- BrpQueryRow has field deserialization fix (#16613) # Objective BrpQueryRow doesn't serialize `has` field if it is e... f59ae0f
- Retained `Gizmo`s (#15473) # Objective Add a way to use the gizmo API in a retained manner, for increased performanc... d2a07f9
- Cluster light probes using conservative spherical bounds. (#13746) This commit allows the Bevy renderer to use the c... b7bcd31
- Add Immutable `Component` Support (#16372) # Objective - Fixes #16208 ## Solution - Added an associated type to `... a35811d
- Add "bevy_input_focus" crate. (#15611) # Objective Define a framework for handling keyboard focus and bubbled keybo... ea33fc0
- Expose `SystemMeta`'s access field as part of public API (#16625) # Objective Outside of the `bevy_ecs` crate it's ... 67bd2b0
- Turn `apply_deferred` into a ZST System (#16642) # Objective - Required by #16622 due to differing implementations ... f87b9fe
- Improve profiling instructions (#16299) # Objective - Make it easier to understand how to profile things. - Talk ab... 83c7291
- Flush commands after every mutation in `WorldEntityMut` (#16219) # Objective - Currently adding observers spawns an... 76d610d
- Do not attempt to send screenshots to Pixel Eagle without a token (#16655) # Objective Running Github Actions on for... ec39f6b
- Window picking (#16103) # Objective On the web, it's common to attach observers to windows. As @viridia has discove... 09b0b5d
- Add `no_std` support to `bevy_reflect` (#16256) # Objective - Contributes to #15460 ## Solution - Added `std` fea... bf765e6
- Retain `RenderMeshInstance` and `MeshInputUniform` data from frame to frame. (#16385) This commit moves the front en... 8c2c07b
- Add optional transparency passthrough for sprite backend with bevy_picking (#16388) # Objective - Allow bevy_sprite... 4be7530
- Add `no_std` support to `bevy_color` (#16633) # Objective - Contributes to #15460 ## Solution - Added the followi... 73c6479
- Fix the `texture_binding_array`, `specialized_mesh_pipeline`, and `custom_shader_instancing` examples after the bindl... d3241c4
- picking: disable raycast backface culling for Mesh2d (#16657) # Objective - This fixes raycast picking with lyon - ... e763b71
- Fallible systems (#16589) # Objective Error handling in bevy is hard. See for reference https://github.com/bevyengi... 0070514
- and 126 more ...
MagnunAVF pushed 2 commits to main MagnunAVF/customer-churn-prediction
MagnunAVF pushed 1 commit to main MagnunAVF/customer-churn-prediction
- Add seed to reproduce experiments 98f320e
MagnunAVF pushed 1 commit to main MagnunAVF/customer-churn-prediction
- Improve data visualization 7e1545d
MagnunAVF pushed 94 commits to main MagnunAVF/bevy
- remove ViewUniformOffset from inactive cameras (#16399) # Objective - Fixes #16285 - Inactive camera are keeping t... bce19c1
- Headless by features (#16401) # Objective - Fixes #16152 ## Solution - Put `bevy_window` and `bevy_a11y` behind ... 6e81a05
- Fix meshlet private item regression (#16404) I didn't mean to make this item private, fixing it for the 0.15 release... 3ec0958
- Expose BRP system scheduling and add system set (#16400) # Objective When adding custom BRP methods one might need t... 9f04fc0
- Bind only the written parts of storage buffers. (#16405) # Objective - Fix part of #15920 ## Solution - Keep track... ed65083
- Fix MSRVs for standalone crates (#16333) # Objective MSRV in the standalone crates should be accurate ## Solution ... 8dfd076
- Add missing exports in bevy_ecs (#16415) # Objective Seemed to have missed the export of `DynamicComponentFetch` fr... d3e9ecb
- Fix bubbling of runtime requirements for `#[require(...)]` attribute (#16410) # Objective Fixes #16406. Currently,... ded5ce2
- bevy_reflect: Add `ReflectSerializerProcessor` (#15548) **NOTE: This is based on, and should be merged alongside, ht... 17c4b07
- Properly set accessible value on label nodes (#16418) # Objective https://github.com/AccessKit/accesskit/pull/475 c... 59863d3
- remove gcd impl from bevy_render (#16419) # Objective - bevy_render (poorly) implements gcd (which should be in bev... 1cb5604
- add docs to view uniform frustum field (#16369) just some docs to save future me some clicking around c6fe275
- add docs to clip_from_view (#16373) more docs 701ccde
- Revert most of #16222 and add gamepad accessors (#16425) # Objective #16222 regressed the user experience of actual... 00c2edf
- Rename box shadow rendering variable names (#16393) # Objective It looks like this file was created based on the `u... 1006a52
- Fix `bevy_hierarchy` failing to compile without `reflect` feature (#16428) # Objective Run this without this PR: `c... 81db6ec
- Adds some helpful methods to TextFont (#16370) # Objective - Add methods to facilitate `TextFont` component creatio... 4dd805a
- Fix runtime required components not registering correctly (#16436) # Objective - Fixes #16406 - Fixes an issue whe... 4a6b686
- Fix detailed_trace! (#16452) Alternative to #16450 # Objective detailed_trace! in its current form does not work ... deda3f2
- Add a note to the on_unimplemented message for `QueryData` recommending `&T` and `&mut T`. (#16449) # Objective A n... 4362b52
- and 74 more ...
MagnunAVF pushed 102 commits to main MagnunAVF/deno
- feat(fmt): support SQL (#26750) This commit adds support for .sql files in "deno fmt" subcommand. Closes: https:/... c55e936
- feat(compile): ability to embed local data files (#26934) ``` > deno compile --allow-read=. --include data-file.txt... 46b6037
- feat(compile): ability to embed directory in executable (#26939) 6b478cd
- feat: Wasm module support (#26668) Support for Wasm modules. Note this implements the standard where the default ... 8be2bbf
- feat(publish): add `--set-version <version>` flag (#26141) 9956731
- fix(lockfile): track dependencies specified in TypeScript compiler options (#26551) We should track dependencies in ... fadda6a
- feat(info): show location for Web Cache (#26205) Closes #26181 --------- Co-authored-by: Bartek Iwańczuk <biw... 429f392
- fix(publish): improve error message when missing exports (#26945) dabb677
- feat(task): add --eval flag (#26943) This commit adds `--eval` flag to `deno task` subcommand. This flag allows t... 318dd3c
- fix(fmt): formatting of .svelte files (#26948) Closes https://github.com/denoland/deno/issues/26690 Closes https://... 03f47e6
- feat(lint): Add checked files list to the JSON output(#26936) Fixes #26930 8f72798
- feat: permission stack traces in ops (#26938) This commit improves permission prompts by adding an option to print ... cf49599
- chore: use forked sqlformat-rs (#26952) Some crucial fixes have not yet been released, so I forked it for the time ... 0670206
- feat: subcommand to view and update outdated dependencies (#26942) Closes #20487 Currently spelled ``` deno o... 56f3162
- feat(permission): support suffix wildcards in `--allow-env` flag (#25255) This commit adds support for suffix wildca... b729bf0
- feat(task): workspace support with --filter and --recursive (#26949) This commit adds workspace support to "deno tak... f0b245c
- feat(init): add --npm flag to initialize npm projects (#26896) This commit adds support for `deno init --npm <packag... d17f459
- docs: fix casing of Wasm (#26954) be10901
- 2.1.0 (#26957) Bumped versions for 2.1.0 Co-authored-by: bartlomieju <[email protected]> 3da4eca
- chore: fix cargo publish (#26958) 0b8df9f
- and 82 more ...
MagnunAVF pushed 1 commit to main MagnunAVF/customer-churn-prediction
- Improve notebook structure a594fd2
MagnunAVF created a branch on MagnunAVF/rustlings
dev - crab: Small exercises to get you used to reading and writing Rust code!
MagnunAVF pushed 1008 commits to main MagnunAVF/rustlings
- Merge pull request #1819 from gerases/grammar-fix Correct for more standard English 6afc484
- docs: update AUTHORS.md [skip ci] 3200581
- docs: update .all-contributorsrc [skip ci] e267449
- Merge pull request #1826 from rust-lang/all-contributors/add-gerases docs: add gerases as a contributor for content 8d0aa11
- chore: update from_into.rs task description to fit the code b70ed10
- fix: Ensure scripts have LF line endings Use gitattributes file to ensure script files have LF line endings. This so... 6072ec1
- chore: fixed minor typo bcb192c
- Added .git to end of Repo's https URL The install.sh script didn't work for me, after I changed this locally it work... 53c4002
- Clarified hint text 75ee0e4
- docs: Added comment for handling equal numbers in if/if1.rs `bigger` function 1da82a0
- Update hashmaps3.rs description for clarity I struggled with this exercise and didn't understand that it was looking... 19b5e24
- Merge pull request #1 from evanmiller2112/evanmiller2112-hashmap3-description Update hashmaps3.rs description for cl... 9bda859
- chore(deps): bump mio from 0.8.9 to 0.8.11 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11. - [Rel... 373676a
- chore: minor typo fix 547f3ac
- Convert to lightweight dev container; simplify. Instead of running `rustup` on a multi-gigabyte general-purpose Linu... 11f0fd7
- Add target directory to $PATH Makes the pre-built command work in the shell right away. e424e9f
- Remove duplicate vscode extension list. It's already in the vendor-specific .vscode files. 7790320
- Add back the post-attach watch. 2fb1350
- Update dependencies 36db083
- chore: fix typo Signed-off-by: pavedroad <[email protected]> f5e9db9
- and 988 more ...
MagnunAVF created a repository: MagnunAVF/remix-contacts
MagnunAVF pushed 80 commits to main MagnunAVF/pingora
- Edit github workflow to run audit on latest stable only cargo-audit now has an MSRV of 1.74 > ours. We only need to ... d425379
- Make l4 module pub to expose Connect 91702bb
- Fixes #229, #233 – Set proper response headers when compression is enabled --- Merge branch 'main' into compression-h... 55049c4
- Add more tests for setting vary response header 6214b8d
- Add a dummy TLS implementation to be used as fallback --- Added some more exports used by the server example Include... d8f3ffa
- Refactor module into and relocate the no-op tls module 1b9e8ee
- Weaken or remove etags when downstream compression applies Allow this as an adjustable setting to preserve etag when... 4f45792
- Refactor `boringssl_openssl` into submodules in preparation for rustls integration e564cd5
- Windows support 1/n: clean up cargo and certain tests Co-authored-by: Fredrik Enestad <[email protected]> f3a5a85
- Add error log when attempting to upgrade I was attempting to test upgrades on MacOS, and was a bit confused at the E... acffb8a
- Add support for binding to local port ranges and retrying on EADDRNOTAVAIL d1d7a87
- unset meta on cache miss If we have a cache miss, any meta in this object is invalid. Unset it so that we don't use ... 444186e
- Replace non-breaking space with regular space Includes-commit: 0560e0ff05481465e926766ba1d6791c12a96944 Replicated-f... 6170044
- docs: fix doc comment for request_summary Co-authored-by: Derek Argueta <[email protected]> 5a4a288
- Fix `Opt::parse_args` doc typo Includes-commit: 9a934bc8baa4e8b05639f6aa71ca9695832986f0 Replicated-from: https://gi... 4446912
- disable caching during error handling This has the effect of reducing a warning log since we are not leaving the loc... 5e3e774
- change lock status memory ordering, tag spans This changes the memory ordering for the lock status load to `SeqCst` ... e288bfe
- Windows support 2/n: Support FD types on different platforms 0597685
- Allow miss handler to lookup storage using streaming write tag When supporting streaming partial writes, the cache m... 96e561a
- fix(proxy): typo in example Includes-commit: 9b1d7c544d45f88db55cc9ac118a8f60e8ef84b9 Replicated-from: https://githu... 2a4e152
- and 60 more ...
MagnunAVF created a repository: MagnunAVF/places-api
https://github.com/MagnunAVF/places-api - API to save and search amazing places.
MagnunAVF pushed 1 commit to main MagnunAVF/customer-churn-prediction
- Add first notebook version 5faa0f7