renessauce

Results 7 issues of renessauce

When building alicevision using cmake, the default docker script uses all threads of the CPU when building, which while fast, can use more memory than the system can provide. So,...

…ores used, and moved fetch.sh call inside a dockerfile, to allowe building inside docker without having to install cmake externally. ## Description A fix for #1202 - Here, I put...

Currently, the ci yaml has a dockerfile that is manually built and use for further building AliceVision. We could have an actions file that leverages the docker plugins in github...

…tifier Fixes #355 Puts the YANGInstanceIdentifier type as an implementation of instance-identifier built-in YANG type. THis function currently gets and sets the YANG instance identifier methods.

### What is the issue? instance-identifier not being mapped. #123 was opened to address this issue, but got closed due to inactivity. So opening this issue because I don't know...

Fixes #2164 1. In PostgreSQL 18, TupleDescAttr is now used to access ScanTuple->tts_tupleDescriptor->attrs since attrs is now replaced by compact_attrs to save on memory in PostgreSQL 18. In PostgreSQL 16,...

master

Starting from PostgreSQL 18 onwards TupleDesc no longer contains attr. it now uses CompactAttr compact_attr. In PostgreSQL 16, we still support both attr and compact_attrs. We need to define a...