Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
djcas9 pushed 2 commits to master kaba-labs/node-sqlite3
djcas9 pushed 24 commits to main kaba-labs/apexcharts.js
- Addition of multi-series color candle function 7cb978e
- build 8f215ba
- Revert "build" This reverts commit 8f215bac172c1aac94bf3f88ebef06d6a32e455a. 463d1f5
- fix #4846; pie chart rendering issue in shadowDOM d12c375
- Merge pull request #4836 from Kim-Taehyeong/candle-chart Addition of multi-series color candle Chart a3ae79b
- improve PR#4836; candlestick colors for multiseries c7dbc6a
- refactor candlestick code and add types c6f544f
- update react samples to functional components 6f14ff0
- fix non-timeline heatmap issue a25c98b
- update all react samples to make compatible with functional components b96df7d
- fix #4853; resizing selection rect now updates main chart caa732c
- revert #4782; fixes #4855; toggling issue in line charts 8fd74b3
- fix #3466; correct date when 1st value in x-axis is last day of month d7e0fe1
- 4.2.0 8b36f09
- build - 4.2.0 f4ce903
- Bump nanoid from 3.3.7 to 3.3.8 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](... fb1c061
- Merge pull request #4857 from apexcharts/dependabot/npm_and_yarn/nanoid-3.3.8 Bump nanoid from 3.3.7 to 3.3.8 4b53f95
- update e2e samples 51a94d1
- Merge branch 'main' of https://github.com/apexcharts/apexcharts.js 1d47d1b
- update sample for inconsitent heatmap series 0d4b6b2
- and 4 more ...
djcas9 pushed 1 commit to main kaba-labs/transformers.js
- Refactor per-model unit testing (#1083) * Set up per-model unit tests * Rename tests * Do not modify original ... effa9a9
djcas9 pushed 292 commits to master kaba-labs/ladybird
- AK: Use `Noncopyable.h` in `Optional<T&>` This makes them trivially copyable/movable, silencing > "parameter is cop... 5538399
- LibWasm: Fix UB in `LibWasm` Now that `Optional<T&>` are trivially copyable/movable, it is triggering Undefined Beha... d7a7219
- AK: Use StringView as its own peek type StringView is already a reference type, and copying it is cheap, so we shoul... 8468fb9
- AK: Don't implicitly convert Optional<T&> to Optional<T> C++ will jovially select the implicit conversion operator, ... d7596a0
- LibWeb: Fix stack-use-after-scope The refactor in the previous commit was storing a reference to a stack allocated `... 211dc56
- LibWeb: Make Editing::fix_disallowed_ancestors_of_node() take a GC::Ref 98df4c2
- LibWeb: Put editing command "styleWithCSS" in alphabetical order a62b664
- LibWeb: Fix is_allowed_child_of_node() for non-element parent node When passing a DOM::Node that is not a DOM::Eleme... 2e29d3f
- LibWeb: Implement document.execCommand("insertParagraph") 4f76cec
- LibWeb: Use wrap algorithm in "fix disallowed ancestors" We have the wrap algorithm implemented now, so resolve the ... b6939c8
- LibWeb: Be more defensive while traversing ancestors in editing API In all these cases there should be an ancestor a... e308a3f
- LibWeb: Replace local name checks with simpler `is<T>` in editing API 9b446df
- LibWeb: Do not normalize border radii containing their initial values Most computed border-radii contain their initi... acaf01b
- Documentation: Minor rewordings in Porting.md 2d0fdf8
- Toolchain: Actually disable vcpkg metrics In the move to a python version of this script, I didn't notice that runni... e20a887
- LibWeb: Improve painting of nested inline elements PaintableWithLines created from inline nodes need to examine thei... 879af72
- LibWeb/CSS: Remove unused serialization helpers ded6695
- LibWeb/CSS: Shorten the length of srgb serialization The WPT tests require the shortest possible serialization that ... ad3dd54
- LibWeb/CSS: Allow calc() values in media queries It was initially thought that the spec disallows them, but this tur... 8bec80a
- LibWeb/CSS: Pass Length::ResolutionContext to resolve_integer The length resolution context might be needed even whe... 1882a2e
- and 272 more ...
djcas9 pushed 2 commits to main kaba-labs/kaba-llm-lab
djcas9 pushed 31 commits to main kaba-labs/transformers.js
- fix(docs): fixed a broken link to quantization guide (#1014) quantization guide link pointed to root /guides/dtype w... bf2f7b1
- fix(docs): Updated link to sentence similarity models. (#893) 705cfc4
- Avoid resizing images when they already have the desired size (#1027) 4fcb00e
- fix(docs): Fixed Typos in README and docs/snippets/6_supported-models.snippet (#1030) * fix(docs): Fixed Typo in REA... 7b1ce3c
- Add support for Split pretokenizer w/ `behavior=removed` & `invert=false` 7c1bde9
- Add support for `PatchTST` and `PatchTSMixer` for time-series-forecasting (#1048) * Add support for `PatchTSTModel` ... c9f12e5
- Add support for `--op_block_list` in quantization script (#1036) * Add support for op_block_list * Remove arg ... 5272b12
- Fix video object detection example (#1017) In main.js, scaleSlider is needed which result into an undefined error 82bae5e
- Add type declaration for `progress_callback` (#1034) * Add type declaration for `progress_callback` * export Prog... d38134d
- Add option to maintain aspect ratio on resize (#971) * Add option to resize one dimension and maintain aspect ratio.... 23647e2
- Fix image padding (#1015) 1768b8b
- Add `RawImage.split()` function to split images into channels; Improved documentation and tests (#978) * Add tests f... 8896dc7
- Add new models (Janus, Qwen2-VL, JinaCLIP, LLaVA-OneVision, ViTPose, MGP-STR) & refactor processors. (#1001) * Extra... e848907
- [version] Update to 3.1.0 * Formatting * [version] Update to 3.1.0 * Fix jina clip processor * Fix typo ... 2c92943
- Fix repetition penalty logits processor (#1062) * Fix repetition penalty logits processor * Fix return types of l... 9584263
- Add support for idefics3 (SmolVLM) (#1059) * [WIP] Add support for idefics3 (SmolVLM) * Cleanup * Update `Data... 11db949
- Fix optional chaining for batch size calculation in PreTrainedModel (#1063) Co-authored-by: chenyuankun <chenyuankun... aead8a9
- Only log warning if type not explicitly set to "custom" (#1061) 3d9b9e6
- The smallest typo fix for webgpu.md (#1068) Came across this while reading the documentation. Figured I'd fix it rea... 31ce759
- Add an example and type enhancement for TextStreamer (#1066) * typing: GenerationConfig option for TextStreamer *... 0dc1d8b
- and 11 more ...
djcas9 pushed 7 commits to master kaba-labs/peerjs-server
- chore(deps): update parcel monorepo to v2.13.1 860e9a3
- chore(deps): update parcel monorepo to v2.13.2 3ca6915
- chore(deps): update dependency prettier to v3.4.0 411e0d4
- chore(deps): update dependency prettier to v3.4.1 75cafbe
- chore(deps): update dependency prettier to v3.4.2 b082cc6
- chore(deps): update dependency @swc/core to v1.10.0 dabdf67
- fix(deps): update dependency express to v4.21.2 203a2bc
djcas9 pushed 1 commit to master kaba-labs/peerjs
- chore(deps): update parcel monorepo to v2.13.1 (#1309) This PR contains the following updates: | Package | Change |... c073252