Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
Does the compile succeed on Linux when you build with GCC 14?
I do not see anything here: https://github.com/stevengj/nlopt/blob/v2.8.0/src/api/options.c The relevant C Flags I am building both stellarium and nlopt with are: ``` -DCMAKE_C_FLAGS='-O2 -pipe -ffat-lto-objects -fPIC -flto=auto' ``` For what it...
Compiling that code from the compiler explorer on my system: ``` test.c:3:2: warning: #warning the definition is present [-Wcpp] 3 | #warning the definition is present | ^~~~~~~ ``` I...
FYI for 2.8.0 I have this change in `plugins/LensDistortionEstimator/src/CMakeLists.txt` ```cmake CPMFindPackage(NAME NLopt URL https://github.com/stevengj/nlopt/archive/refs/tags/v2.8.0.tar.gz URL_HASH SHA256=e02a4956a69d323775d79fdaec7ba7a23ed912c7d45e439bc933d991ea3193fd EXCLUDE_FROM_ALL yes ) ```
That fixes the build.
@supechicken any ideas?
This issue continues to clutter my interface. I have 17 AppleTV instances listed! I guess the easiest thing to do is to disable this integration until this is resolved...
Seems like it should check to see if an entry already exists before adding, right?
This code creates the entity addition, with ` if session_id not in coordinator.session_ids:` gating the addition: ```python async def async_setup_entry( hass: HomeAssistant, entry: JellyfinConfigEntry, async_add_entities: AddConfigEntryEntitiesCallback, ) -> None: """Set...
This is just some debugging... Add this to the top of the `def unpack` function in `crew`: ```ruby def unpack(meta) crewlog "meta[:filename]:#{meta[:filename]}" puts "meta[:filename] for #{@pkg.name} is #{meta[:filename]}".lightred puts "CREW_VERBOSE...