Ecosyste.ms: Timeline

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

kuatroka

kuatroka opened an issue on leeoniya/uPlot
Hide Dynamic labels for Time and Value under X Axis
Hi, how do I hide the dynamic Time and Value labels under the X Axis? Thanks ![Image](https://github.com/user-attachments/assets/c98692d6-21c6-4e3d-a215-39a0e5af5b55) See my code here... <details...
kuatroka pushed 1 commit to main kuatroka/til

View on GitHub

kuatroka starred abstractqqq/polars_ds_extension
kuatroka created a comment on a pull request on phoenixframework/phoenix
I've tried @SteffenDE 's approach as I wanted to test in a totally new app before applying it to mine, but faces too many dependency issues when standing up the up and trying to run generators. So ...

View on GitHub

kuatroka starred QuiteAFancyEmerald/Holy-Unblocker
kuatroka pushed 3 commits to main kuatroka/combobox
  • global menu, global search, buttons change color as current_url - need to sort search box for contries table aac8c6c
  • table search partially works - only searches one field 82d8feb
  • feat: all js, modals, searches, filters and components seem to work feadd03

View on GitHub

kuatroka starred PatrickJS/awesome-cursorrules
kuatroka starred yamadashy/repomix
kuatroka starred Canner/WrenAI
kuatroka opened an issue on toddwschneider/sec-13f-filings
Manager to CIK mapping
Hi, thanks for the app. Very snappy! A question, how did you get the data and mapping between the CIK and manager's name/notable person? like **Berkshire Hathaway Inc** to **Warren Buffett**...
kuatroka opened an issue on duckdb/duckdb-sqlite
Getting errors when creating a VIRTUAL table for Full Text Search with SQLite extension
### What happens? Getting an error when using SQLite extension to create a full text search table in SQLite through VIRTUAL table mechanism code example ``` fts_table_name = 'cik_md' if any(ft...
kuatroka created a comment on an issue on promptfoo/promptfoo
Thank @mldangelo but it doesn't seem like the issue is solved yet. my settings was ``` providers: - id: openrouter:deepseek/deepseek-chat config: temperature: 0.2 max_to...

View on GitHub

kuatroka starred beam-community/stripity-stripe
kuatroka starred google-gemini/cookbook
kuatroka starred unclecode/crawl4ai
kuatroka starred zasper-io/zasper
kuatroka created a comment on an issue on pydantic/pydantic-ai
Thanks, but I actually want the code to indeed stop when the set limit is reached. What happens now is first the limit is reached but the code still runs past the set token limit and only later it'...

View on GitHub

kuatroka created a comment on an issue on pydantic/pydantic-ai
The below syntax seem to work when specified in the `agent.run` part ``` result4 = await agent4.run(f""" Parse and extract data from {txt2} into a list of JSON objects. - Analys...

View on GitHub

kuatroka closed an issue on pydantic/pydantic-ai
choose provider when using service aggregators like Openrouter
For the same model, Openrouter ofter got different providers and depending on provider the context could be 8K or 131K, so the ability to choose the actual provider when using OpenAI API with Open...
kuatroka created a comment on an issue on promptfoo/promptfoo
I tried and this parameter does seem to work, but the output still is not respected, at least not everywhere. I think it might be that the config file does not respect the selection of providers. L...

View on GitHub

kuatroka opened an issue on pydantic/pydantic-ai
response_token_limit does'nt seem to actually limit
When using `UsageLimits(response_tokens_limit=100)`, I get an error that stops the rest of the code and the output length is not according to the specified limit. Thanks. **error** ``` ra...
kuatroka created a comment on an issue on pydantic/pydantic-ai
Not sure if it's of any use, but below is the example of how **ell** library deals with it and it works fine. I think they add more data to what you might have in the `agent.run` ``` openrouter...

View on GitHub

kuatroka opened an issue on pydantic/pydantic-ai
choose provider when using service aggregators like Openrouter
For the same model, Openrouter ofter got different providers and depending on provider the context could be 8K or 131K, so the ability to choose the actual provider when using OpenAI API with Open...
kuatroka starred paradedb/paradedb
kuatroka opened an issue on All-Hands-AI/OpenHands
Ho to keep upgrading Openhands?
Sorry if this was already covered somewhere or it's trivial, but how do I upgrade/update the openhands entire tool on top of what I already have ? The install from scratch is to pull a set of cont...
kuatroka starred mufeedvh/code2prompt
kuatroka created a comment on an issue on comet-ml/opik
Hi, the point of LiteLLM is that I can access any model that exists out there. Even Anthropic or OpenAI. It's very easy and unifying interface. I use it to access all of the Openrouter providers. S...

View on GitHub

kuatroka opened an issue on MadcowD/ell
ollama error
When using ollama, I always get a json unmarshal error, no matter json or no or what model is used. **code** ``` from openai import OpenAI MODEL = "qwen2.5-coder:14b" client_ollama = OpenA...
kuatroka starred pydantic/pydantic-ai
Load more