Julien Marrec

Results 241 comments of Julien Marrec

the OSM has the gbxml's id as the name. Here is some python code to replace it. ```python import openstudio model = openstudio.model.Model.load('model.osm').get() for obj in model.modelObjects(): if not obj.hasAdditionalProperties():...

@macumber https://github.com/NREL/OpenStudio/pull/4995#discussion_r1357099567 eg: https://github.com/NREL/OpenStudio/blob/develop/resources/gbxml/11_Jay_St.xml

Hi Samuel, I don't use notepad++ anymore (I don't use Windows period, unless I have to), so this repo is basically unmaintained. I'd welcome a pull request though, and would...

https://github.com/swig/swig/blob/77323a0f07562b7d90d36181697a72a909b9519a/configure.ac#L96 ``` AC_ARG_ENABLE([ccache], AS_HELP_STRING([--disable-ccache], [disable building and installation of ccache-swig executable (default enabled)]), [enable_ccache=$enableval], [enable_ccache=yes]) ``` somehow while I do see --disable-ccache passed, the resulting var ENABLE_CCACHE is 1 and...

The style looks great. And I can understand the rationale behind too much grouping = confusing. LGTM, feel free to merge at will!

I have a vague recollection of us bumping Qt 6 version to avoid a bug or two (display all black on macos with dark theme maybe?). it does pain me...

@macumber There's a decent change this will break this again: * https://github.com/openstudiocoalition/OpenStudioApplication/issues/688 Is packaging the .so within the sketchup-plugin instead of asking for a path to the OSApp possible? If...

@bwinsatt @mioruggieroguida I'm worried that this PR will affect M2 users (#688). We do not have a M2/M3 machine for testing. Could you help us by testing the macos arm64...

@macumber I just realized the Tests are taking 2 hours (!!!) on mac (x64 and arm64 alike). They timeout. (And they seem to run serially and not in parallel) Also,...