KimSia Sim
KimSia Sim
i am very interested in this
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
 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  
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...
### 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...