Joshua Pedrick
Joshua Pedrick
**Describe the bug** No clear way to override pg_hba.conf **Expected behavior** A yaml node in values.yaml for setting the pg_hba.conf contents **Additional context** I would like to be able to...
### Additional Information Linux Distribution: Ubuntu 22.04 stock AWS AMI as of 2022-08-08 #### Version of s3fs being used (s3fs --version) V9.1 compiled from source #### Version of fuse being...
I would like to be able to instantiate templates loaded/precompiled with genreflex in cppyy similar to how they work with cppyy.cppdef https://cppyy.readthedocs.io/en/latest/stl.html I'm not sure what changes would need to...
Version: ```clang version 9.0.1 (https://github.com/hfinkel/llvm-project-cxxjit.git 17259bae8b9f059d488bd31bb0ad392f71aadce5) Target: x86_64-unknown-linux-gnu Thread model: posix ``` I'm getting a segmentation fault with the following stacktrace: ``` #0 clang::QualType::getTypePtr (this=) at /home/jpedrick/Development/llvm-project-cxxjit/clang/include/clang/AST/Type.h:6143 #1 clang::QualType::operator-> (this=)...
## What problem does this solve or what need does it fill? I'm using blender to create a 2D scene using the "2D Animation" mode. When using an OrthographicCamera to...
In the editor it's very easy to accidentally change the local transform of a sub-node. I'd like an option to lock the local transform and perhaps also a shortcut to...
I identified a race condition when N multiple processes attempt to read the same file at the same time, for the first time. P_1 -> catfs notices file is missing...
A frequent requirement for larger organizations is that some common code may not be "open source" within the organization, with access being limited to a small team. However, Rust crates...
- [ x] Tested on all platforms changed - [x ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [ ] Updated...