diman82
diman82
My jenkins instance is running as a pod in OpenShift, and login is done using OpenShift credentials. But login fails with this plugin. Is there a way to configure plugin...
I would like to provided a password hash (instead of plain text). Is this possible/supported?
root@DD-WRT:/opt/share# grive Reading local directories exception: /media/ware/Entware-ng.2016.07/build_dir/target-arm_cortex-a9_glibc-2.23_eabi/grive2-0.5-20160114/libgrive/src/util/OS.cc(57): Throw in function void gr::os::Stat(const string&, gr::DateTime_, off_t_, bool_) Dynamic exception type: boost::exception_detail::clone_implgr::os::Error [gr::expt::BacktraceTag_] = #0 0x9f3cc grive gr::os::Error::Error() #1 0x9f1b0 grive gr::os::Stat(std::string...
Please add support for Spring Boot type configuration (so that usage of quartz.properties fiel can be dropped).
UJsing py 3.11 (works in py 3.10) with latest (0.4.36) version. Traceback: ``` File "C:\Users\diman\mambaforge\envs\py311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "D:\dev\openai-pr-summarization\main.py", line 9, in from engine.llama import LlamaEngine...
### What did you do? Run ujson.dumps(obj, ensure_ascii=False) ### What did you expect to happen? get json str with all keys ### What actually happened? got partial json str *...
**Describe the bug** **The bug results in all astro containers (except postgres:12.6) to constantly restart. It seems it has a conflict with sqlalchemy versions package (I install [llama_index](https://github.com/jerryjliu/llama_index) package, that...
Is an existing file (in destination repo) is being overwritten during copy or action will fail in such a case?
Can this operator be installed (and work) on OpenShift?
Hi @xtream1101 Please add support for: 1. NDJSON format (basically adding a new-line separator), e.g. ``` def construct_jsonl_str(items) -> str: json_str = '' for item in items: json_str += json.dumps(item)...