Alon Bar-Lev
Alon Bar-Lev
Hi, I am unsure if it is a problem or not, I could not find a simple hint in the code. If I use the `X/Y` path, It recursively changed:...
Hi, It would be great if a transition can be set to jump to a specific frame by #id, this will enable non linear presentation while keeping the experience of...
Hello, We tried to use dates within k8s custom resources and failed as fabric8 initialize ObjectMapper internally without registering the `JavaTimeModule` module. For example: ``` ObjectMapper mapper = new ObjectMapper(new...
Provide a hint for user that PC/SC service may be down, as user should take a specific action to resolve the issue. Signed-off-by: Alon Bar-Lev
Hi, I see there is a new release but no tag and no release notes. Can you please fix? Thanks!
##### Description nose component[1] is not maintainer, last commit is 7 years old(!). It somehow managed to work so far(?) it is time to retire. For a simple python language...
### Describe the bug Currently there are explicit checks for explicit types in boto3, for example: `botocore/validate.py`: ```python def _validate_blob(self, param, shape, errors, name): if isinstance(param, (bytes, bytearray, str)): return...
**Describe the bug** The behavior of coverage is different between a regular python source file within a project and a symlink to a source file within a project. It seems...
Hello, pyocd load succeeds to flash but does not reset, if I reset manually I see the program was flashed. The pyocd reset does not work as well. I tried...
Currently cygwin build is supported, while cygwin is actually mingw, it has its own flags and settings to build native windows executables. This change adds minimal support for mingw build...