Shangjin Tang
Shangjin Tang
Fix the warp points not complete issue: ## create warp point ```zsh ~/demo:cpp % wd add democpp * Warp point added ``` ## original ```zsh ~/demo:cpp % wd list *...
This PR add null checks for `jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/TrackerProperties.java`. It retrieves the current thread's class loader using `Thread.currentThread().getContextClassLoader()` and verifies if it is not null.
### Description The current **`GoogleGLAProvider`** in pydantic-ai (as seen in [Google GLA Provider](https://github.com/pydantic/pydantic-ai/blob/main/pydantic_ai_slim/pydantic_ai/providers/google_gla.py) has its `base_url` property hardcoded to `https://generativelanguage.googleapis.com/v1beta/models/`. While this works for direct access to the Google Generative...
Thanks for the great tool, but I currently met the issue that it does not check the other configs included in default SSH config. ## Description This is a feature...