Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

suryatmodulus

suryatmodulus pushed 2815 commits to main suryatmodulus/gradio
  • Dispatch change event for file explorer (#7441) * changes * add changeset * changes * changes * fix test... f52cab6
  • Make fix in #7444 (Block /file= filepaths that could expose credentials on Windows) more general (#7453) * test rout... ba747ad
  • Fixes to the `.key_up()` method to make it usable for a dynamic dropdown autocomplete (#7425) * fixes * changes ... 3e4e680
  • Improve responsiveness of `gr.Audio()` controls (#6991) * improve audio container in mobile * check for denied de... f191786
  • fix patch f16d03d
  • chore: update versions (#7426) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 1e5e787
  • fix requirements (#7459) b5bee49
  • Reorder action (#7461) * update httpx requirement * add changeset * add to client * add changeset * fix ... a4c307b
  • More CI stuff: remove force install (#7462) * update httpx requirement * add changeset * add to client * ad... 06b30ce
  • Update `httpx` to `httpx>=0.24.1` in `requirements.txt` (#7443) * update httpx requirement * add changeset * a... b7a97f2
  • Update ci.md (#7468) targetting -> targeting 1dbaa53
  • Fixed typo in example: client -> app (#7473) I was trying to run this example, but it failed. predict() is a method... 54ec29a
  • Enable Ruff S101 (#7477) * Update to Ruff 0.2.2 * Enable Ruff S101; don't use asserts in runtime code, or Asserti... 17b6840
  • ensure Dataframe headers are aligned with content when scrolling (#7478) ef85f33
  • changes 96ab4e5
  • changes 6a93633
  • changes 19dd221
  • Revert "changes" This reverts commit 19dd2218dcacfb55cf55979d06f4c9880c15e856, reversing changes made to 6a936330543... 0324353
  • Revert "changes" This reverts commit 6a936330543c1b989ac1c957b2572dcd44e9ab7f. 2de756c
  • Revert "changes" This reverts commit 96ab4e5314561411b4580ba55b4cfa5473ae03be. 254c7dc
  • and 2795 more ...

View on GitHub

suryatmodulus pushed 1 commit to main suryatmodulus/nodebox-runtime

View on GitHub

suryatmodulus forked comet-ml/opik

suryatmodulus/opik

suryatmodulus pushed 3745 commits to main suryatmodulus/semantic-kernel
  • .Net: Fixing minor defects: Disposing cursor too early also wrong sequence on constructor (#6125) ### Motivation and... 7ba789d
  • Python: Bump werkzeug from 3.0.2 to 3.0.3 in /python (#6131) Bumps [werkzeug](https://github.com/pallets/werkzeug) f... 0921223
  • .Net: Bump MongoDB.Driver from 2.24.0 to 2.25.0 in /dotnet (#6135) Bumps [MongoDB.Driver](https://github.com/mongodb... 527e574
  • .Net: Bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 8.0.1 in /dotnet (#6137) Bumps [Microsoft.Extensi... c068e86
  • Python: Retire planners that are not supported in dotnet. (#6141) ### Motivation and Context In dotnet, there are n... db46d34
  • .Net: Added metadata specifying connection stems from MSK code (#5269) ### Motivation and Context ### Description M... 45f3d56
  • .Net: Bump Microsoft.Extensions.TimeProvider.Testing from 8.3.0 to 8.4.0 in /dotnet (#6136) Bumps [Microsoft.Extensi... e14b0db
  • .Net: Bump DuckDB.NET.Data from 0.9.2 to 0.10.2 in /dotnet (#6133) Bumps [DuckDB.NET.Data](https://github.com/Giorgi... e0dc716
  • Python: Bump openai from 1.23.2 to 1.26.0 in /python (#6140) Bumps [openai](https://github.com/openai/openai-python)... 4f859e4
  • Python: Bump pytest from 8.1.1 to 8.2.0 in /python (#6050) Bumps [pytest](https://github.com/pytest-dev/pytest) from... 7122184
  • Python: Bump tqdm from 4.66.2 to 4.66.3 in /python (#6120) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to... 7f480da
  • Python: Bump jinja2 from 3.1.3 to 3.1.4 in /python (#6132) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1... 675a904
  • .Net Concepts Readme Update (#6117) ### Motivation and Context - Improve search results of our concept examples c28c7cc
  • Python: update ToolCallBehavior and rename to FunctionCallBehavior to match dotnet and extended capabilities (#5919) ... 9691281
  • Python: Bump ruff from 0.4.1 to 0.4.3 in /python (#6138) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.1 ... e933bde
  • Python: Check for other services registered before throwing service not found. (#6149) ### Motivation and Context T... 876212c
  • Python: Fixes to Python getting_started notebooks (#6147) ### Motivation and Context <!-- Thank you for your contri... e2f9deb
  • .Net: Samples - Fix array access in Handlebars syntax (#6127) ### Motivation and Context <!-- Thank you for your co... 3e19114
  • .Net: Added function invocation approval demo app (#6109) ### Motivation and Context <!-- Thank you for your contri... 26ad632
  • .Net: Example of retry logic using Filters (#6152) ### Motivation and Context <!-- Thank you for your contribution ... 8c82204
  • and 3725 more ...

View on GitHub

suryatmodulus pushed 10000 commits to main suryatmodulus/langflow
  • build: Update litellm version to 1.44.1 and content hash in poetry.lock (#3507) 091baf7
  • refactor: add fixtures for client in test files to speed them up (#3490) refactor: Add fixtures for client in test f... 6d048b2
  • feat: Update project name retrieval in LCModelComponent and CustomComponent (#3506) Return the project name using ge... a98e07e
  • chore: remove locust dependency (#3513) Remove it so we don't have flask-cors as a dependency because of a vulnerabi... 9d5f97a
  • fix: check if variable is valid before converting (#3514) * feat: Add logging and session imports to endpoints.py ... 4e15090
  • feat: Enhance Chroma Handling, Bug Fixes & add GoogleGenerativeAIEmbeddingsComponent (#3476) * Update Chroma.py *... 2896c72
  • feat: bump composio version in pyproject (#3510) * feat: bump composio version * [autofix.ci] apply automated fix... b623854
  • fix: build version notification function (#3527) fix: added try/except block to version notification function 8e733ce
  • refactor: improve metric creation logic and silence ot warnings (#3207) refactor(opentelemetry.py): enhance metric c... 7e7d5a1
  • fix: update serialization and improve error handling (#3516) * feat(utils): add support for V1BaseModel in serialize... 189ef41
  • fix: ensure cache is set for graph in build flow (#3531) added a condition to set the cache for the graph when it is... d9a9401
  • fix: composio ux flow (#3529) * feat: revert composio fix * [autofix.ci] apply automated fixes * feat: run for... b4e550b
  • fix: no module named 'psycopg2' (#3526) * fix: add dependecy to Dockerfile * fix: revert quick fix * fix: upda... f19aceb
  • feat: add compression support to frontend and backend (#3484) * Added compression lib to frontend * Added compres... b63916e
  • fix: remove depth loop calls on folder's useEffect (#3535) πŸ› (index.tsx): Fix issue where setEditFolderName was bein... 0818d88
  • fix: user not been able to add new user on langflow docker (#3538) πŸ› (use-post-add-user.ts): fix API endpoint URL to... 7fdfe10
  • revert: add compression support to frontend and backend (#3549) Revert "feat: add compression support to frontend an... f4e96b1
  • build: fix astra integration tests (#3518) 7552072
  • fix: improve file name generation in upload_file function to prevent files with the same name (#3550) * fix: improve... 9bf72ab
  • feat: add timeout handler on FE (#3537) * ✨ (frontend): Add TimeoutErrorComponent to handle timeout errors in API re... a763f57
  • and 9980 more ...

View on GitHub

suryatmodulus pushed 48 commits to master suryatmodulus/pdftext
  • Switch charbox ae61f3d
  • Add in hyphen handling, switch output format 936399f
  • Improve model b636434
  • Change internal API 2c163db
  • Fix benchmark dc483f9
  • Improve block handling 1a56805
  • Remove unnecessary pointer layer in `page_to_device` d18d0e0
  • Enable option to keep individual characters 3cd1706
  • Get buffer size a588678
  • Merge pull request #2 from mara004/patch-1 Avoid explicit pointer usage in `page_to_device()` 65cc3c1
  • Change how lines are broken 34d3748
  • Fix how fontnames are pulled 54a4218
  • Work around pdfium bug ebace90
  • Fix font issue with spans 50398d5
  • Enable parallel workers 37d1caf
  • Minor performance optimization 51266d8
  • Fix bbox bug 2557089
  • The pdf_path argument is modified to accept string or PdfDocument: - When passed through the command line it is a str... 7dc456e
  • Flatten form fields and annotations into page contents: - It is necessary flatten pdf because form fields and annotat... 99c5133
  • add comment to flatten pdf functionality 923c9fa
  • and 28 more ...

View on GitHub

suryatmodulus pushed 15 commits to master suryatmodulus/OMG

View on GitHub

suryatmodulus pushed 708 commits to master suryatmodulus/nango
  • feat(integrations): add support for the Canny API (#2499) ## πŸ—ΊοΈ Overview - Added configuration for Canny in `provid... 274609b
  • fix(datadog): enable tcp tracing (#2510) ## Describe your changes Fixes https://linear.app/nango/issue/NAN-1426/d... 401d056
  • fix(db): remove unused metrics, reduce pool size (#2509) ## Describe your changes - Remove unused metrics I trie... f01a0cd
  • fix(runner): get random port safely (#2508) ## Describe your changes Fixes https://linear.app/nango/issue/NAN-14... c31f46b
  • feat(integration-templates): improve sharepoint templates (#2495) ## Describe your changes - Added mapper functio... 8ffe2bb
  • fix(cli): handle Windows paths (#2312) (#2496) This commit uses forward slashes on Windows for the calls to glob.syn... 1d95f23
  • docs: remove deprecated get records (#2511) ## Describe your changes - Remove documentation about deprecated get ... 19b584c
  • fix(integration-templates): show the link only for the future upgrade not the current integration template (#2512) #... 7cf49c4
  • feat: refactor Team Settings (#2493) ## Describe your changes ### Major changes - Team settings revamp Fixes ... 45f026b
  • chore(release): 0.42.0 a5c9d4b
  • chore: dryrun should not depend on run.service (#2507) First step of the refactoring of run.service. The end goal ... 36fae6a
  • feat: refactor User Settings (#2513) ## Describe your changes Fixes https://linear.app/nango/issue/NAN-1430/refac... 9b2372d
  • chore(deps): manual upgrade (#2514) ## Describe your changes Fixes https://linear.app/nango/issue/NAN-1431/fix-up... 0d2ccfc
  • fix: update sync frequency (#2518) Updating frequency from the integration UI is failing. The endpoint retrieves a... 36f0bb6
  • feat(integrations): add support for contentful (#2515) ## Describe your changes - Add support for Contentful #... 5056cbc
  • fix(xero-integration-template): [nan-1438] xero updates to match the API better (#2519) ## Describe your changes Up... 8205d34
  • fix(documentation): [nan-1349] update docs (#2517) ## Describe your changes Add in content about upgrading a templa... d163ac1
  • feat(webhooks): [nan-1432] add checkr webhook forwarding possibility (#2516) ## Describe your changes Support check... e22f1f6
  • chore: add start endpoint to runner (#2524) ## Describe your changes First setup of refactoring jobs/runner to re... 8eb6d2f
  • feat: invitation UI (#2520) ## Describe your changes Fixes https://linear.app/nango/issue/NAN-1384/invitation-pag... c47eb9c
  • and 688 more ...

View on GitHub

suryatmodulus forked outerbase/studio

suryatmodulus/studio

suryatmodulus pushed 467 commits to master suryatmodulus/marker

View on GitHub

suryatmodulus pushed 45 commits to main suryatmodulus/moondream
  • update README, add test script b29ae69
  • fix typo in client readme 8b94737
  • pre-allocate kv cache This reduces the peak memory consumption, while also making it easier to implement more sophis... 18b2505
  • updating python client test script b5f718e
  • update torch RoPE implementation 0f78e35
  • move rot/pass logic into the apply_rotary_emb function 25328cf
  • support loading from .pt in addition to .safetensors also, allow optionally configuring the number of heads in the t... fe74fca
  • update kv-cache management d1fd248
  • fix python client README, release 0.0.2 1d0bb43
  • convert image to RGB in the README dab0afa
  • Added installation of flash_attn which is required 5250176
  • isort has to go 2082dec
  • update client README b03e81f
  • support gpu with cuda 3270ae1
  • add build file for moondream-gpu 9ee10c4
  • update readme with gpu info 1c1100a
  • Merge pull request #159 from jamari-morrison/gpu-inference Gpu inference 03971ac
  • load region models 23bb803
  • add object detection api to python client 298888b
  • remove cuda device configuration we will add the option back later c0fd8a8
  • and 25 more ...

View on GitHub

Load more