Julien Marrec
Julien Marrec
- Replace the scopes with the new ones - Reuse SCOPES from utils instead of duplicating Note: I realized this repo is probably abandoned, just upstreaming it here in case...
I saw #17 only after I was done, so I tried to integrate @clin99 's changes into my branch.
- Fix #236 Caveat: I'm not in the least familiar with your codebase, I only use the python package `rtree`. I only build the lib and checked that it compiles...
I have no clue how to fix it but I noticed something so I thought I'd create a test to see if you think it's a bug and if it's...
It throws on this line as a result https://github.com/sparklemotion/sqlite3-ruby/blob/16470dedb21c3054807ed70847f5ab99d333ff19/ext/sqlite3/extconf.rb#L70 I do use a mswin built of ruby (`ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x64-mswin64_140]`) in this specific case, but I can...
Enhancement Request -------------- since OpenStudio 3.2.0, this PR: * https://github.com/NREL/OpenStudio/pull/3863 Added support for the AirLoopHVAC:DedicatedOutdoorAirSystem ## Detailed Description The object has no UI and is not shown anywhere. ## Possible...
Enhancement Request -------------- Only four SPMs are handled now * SetpointManager:Scheduled * SetpointManager:SingleZoneReheat * SetpointManager:OutdoorAirReset * SetpointManager:FollowOutdoorAirTemperature ## Detailed Description Reported at https://unmethours.com/question/98598/setpoint-managers-not-showing-up/  ## Possible Implementation Support more /...
More work for #672 but needs * https://github.com/NREL/OpenStudio/pull/5126 * Which is satisfied after #712 
Enhancement Request -------------- Even OpenStudio does it now. https://github.com/NREL/OpenStudio/blob/cc9652f5948603fe2bae296a468117ba28ebddb7/src/energyplus/ForwardTranslator/ForwardTranslateSizingPlant.cpp#L1-L4 ``` /*********************************************************************************************************************** * OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. * See also https://openstudio.net/license ***********************************************************************************************************************/ ``` cf https://github.com/NREL/OpenStudio/issues/4909 ## Possible...
Add a helper function `Check-Uri-Exist` to check if a given Uri is valid (status code 200)