Joe George

Results 52 issues of Joe George

Trying to browse my signed CLA agreements. I've signed at least one or two, but nothing is showing here: https://cla-assistant.io/my-cla

Hello, sorry if this isn't the correct place to ask this question. The CI/CD testing of our MATLAB library uses a Python script which calls directly calls the `matlab` binary...

**Description:** It would be nice if there was a way to pass additional args to the MSI installer on Windows. **Justification:** We need to use the debug version of Python,...

feature request

Hi, I submitted this originally by email and am following up here. The tag last updated date is missing/null for tags that are older than 8 years. This is visible...

bug

When running the tests locally I noticed this odd output. At first I thought it was recently leftover debugging output. But it looks like it's been there for a while...

cpp
testsuite

Yes, I want to get rid of this code as well. _Originally posted by @externl in https://github.com/zeroc-ice/ice/pull/2100#discussion_r1588013871_ Our Ice property code currently supports deprecating one property by another, with the...

proposal
properties

We currently use a regular expression per property for matching. This is largely unnecessary as most of our properties can be matched my a simple string match. We should instead...

properties

I think we can update toUpper/toLower to work with string_view in a follow up PR, what do you think? _Originally posted by @pepone in https://github.com/zeroc-ice/ice/pull/2100#discussion_r1587817102_ Our property code currently performs...

proposal
properties

Ice property validation is likely broken in JavaScript. I haven't written a test to verify and the only way we would notice is if a warning when setting an Ice...

js

``` Building targets in manual order is deprecated - choose Dependency Order in scheme settings instead, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current scheme to suppress...

build-system
swift