Julien Marrec

Results 66 issues of Julien Marrec

Developer Issue :nerd_face:

Enhancement Request -------------- https://github.com/openstudiocoalition/OpenStudioApplication/blob/747b5dcf27899780bd372ec6609632554db75cb7/src/shared_gui_components/OSGridController.cpp#L254-L265 ## Detailed Description ## Possible Implementation Use lambdas instead of std::bind. does t_setterMO / t_getterMO require a pass by value instead of a reference?

Enhancement Request
Developer Issue :nerd_face:

This was added in https://github.com/NREL/OpenStudio/pull/4619 ![spm_systemnode_reset](https://user-images.githubusercontent.com/5479063/196367425-7cd5c94d-bf78-455a-9055-63e7327719e5.gif)

Enhancement Request
component - UI
component - Backend

### Description I running a test on Github Actions for Linux, Mac and Windows: `curl -v -I https://api2.miktex.org/hello` The issue is really specific to the Windows runner: https://github.com/jmarrec/test-Github-Actions/actions/runs/3639934144/jobs/6143941400 Mac and...

Area: Scripting and command line
OS: Windows
investigate
bug report

Moved from: https://unmethours.com/question/72917/openstudio-application-bug-feedback-for-pop-up-window-and-preferences/ > Every time I open the SketchUp 2022 software, the OS app 1.3.1 will play this window: "path to OpenStudio root directory" . image description > >...

Moved from https://github.com/NREL/OpenStudio/issues/195 (Bugzilla #924) On 2012-09-18 16:01:06, @DavidGoldwasser wrote: > When I first tested this I used a model with spaces hooked up to HVAC, and no child loads....

Triage

**Channel** C++Weekly **Topics** In the unix world, all is well and your terminal uses utf-8 encoding, std::filesystem::path uses char. On windows things go sideways real quick: if you're reading command...

I'm trying to have a subcommand that takes a file, and some extra args, and those extra args are passed down to that file for later processing. (I embed ruby...

1. Store the `PKG_CONFIG` variable in Makefile.sub (or try to get it from the ENV var PKG_CONFIG in mkmf.rb) 2. Try to use --msvc-syntax, with a fallback to replacing -Lxxx...