KimSia Sim

Results 100 issues of KimSia Sim

let say ```python class SomeModel(ComputedFieldsModel): fieldA = ... @computed(..., depends=[('self', ['fieldA'])]) def comp(self): # do something with self.fieldA return ... ``` so i want a `comp_last_changed` which is a datetime...

I want to use cookiecutter as part of a python binary. However, I faced two obstacles. One obstacle was because of the use of `Path` in `cookiecutter/__init__.py`. This PR is...

https://github.com/advisories/GHSA-mhxj-85r3-2x55

![image](https://github.com/user-attachments/assets/9d8320c1-5d1b-48bf-bd5d-54644e281d3c) at https://academy.zerotomastery.io/courses/complete-machine-learning-and-data-science-bootcamp-2020/lectures/14123223 says the shape of `a1` is (1,3). This is incorrect. It should simply be (3,) Proof ![image](https://github.com/user-attachments/assets/1770eaae-a2f1-4f70-99de-3b1fd7620c21) ![image](https://github.com/user-attachments/assets/090c83fa-c0d8-49f3-b4d9-29f19ef7b43f)

came from your docs https://rv-grid.com/guide/installation#CDN this file is not found. Please fix This one is working https://cdn.jsdelivr.net/npm/@revolist/revogrid@latest/dist/revo-grid.js which you use in yoru sandbox this warning was given when i used...

## 2025-08-31 Sunday UTC I finally got moatless tools to run for models that run locally, in this case Qwen3-Coder 30b via LM Studio. Ollama was not suitable. I used...

### What happened? This is my `~/.gemini/settings.json` ```jsonc "hooks": { "disabled": ["catch-all-debug"], "AfterTool": [ { "matcher": "*", "hooks": [ { "name": "catch-all-debug", "type": "command", "command": "/Users/kimsia/.gemini/hooks/catch-all.sh", "description": "Log all tool...

area/core

### URL of the page with the issue https://geminicli.com/docs/hooks/writing-hooks/ ### What is the problem? The list of tool names is incorrect or incomplete. Under https://geminicli.com/docs/hooks/writing-hooks/#configuration you can see matcher that...

area/extensions