Christopher Chianelli

Results 52 comments of Christopher Chianelli

ConstraintStreams converted to use snake_case methods

True; we do want the first user experience to be good after all. For it to be good, it would need some developer tools (syntax highlighting, code completions, etc.). Some...

Yeah, it probably a multiple threaded issue, as the issue did not appear when I ran the tests locally.

This is annoying since the `SolverManager` API does not have a way to "wait" until all changes are processed. And looking at the Windows error, it seems the best solution...

(This cannot be fixed in `repo2podman`, since the Dockerfile comes from `repo2docker`, hence why the issue was created here)

Done; included tests that test strings with null bytes that SHOULD be 16 byte encoded/ 32 byte encoded.

I think this is caused by this line: https://github.com/jpype-project/jpype/blob/82a7658277b36c628ea305ea705cd012d81471dd/native/common/jp_stringtype.cpp#L50 which cause a string with null bytes to be terminated early. `PyUnicode_FromStringAndSize` (https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_FromStringAndSize ) might fix the issue.

https://github.com/python/cpython/pull/93189 appears to be a fix for this doc issue

Sorry, didn't see your reply. Looks different; this issue have to do with generated classes from Kogito for BPMN diagrams.

@r00ta it been a long while since I checked/used this code. The `http**` added to the scan might of fixed the same issue that this PR fixes (depending on if...