Jan Bernlöhr
Jan Bernlöhr
`HelperFunctions.GetTextRecursive` ignores `Fallback` and `drawing` elements when determining the text value of a run. However, `GetFirstRunEffectedByEditRecursive` did not ignore these elements, resulting in incompatible text indices in presence of such...
This PR migrates the projects to the new `csproj` format and implements multi-targeting to support `net40,netstandard2.0` for the libraries.
In the attached document, we would like to replace the text `#DocNo` with some text using `ReplaceText`. This usually works but if a _Shape_ is present, then somehow the wrong...
## Description When converting an ONNX model to TensorRT with int8 calibration, we observe the error ``` [TensorRT] VERBOSE: Calculating Maxima [TensorRT] INFO: Starting Calibration. [TensorRT] INFO: Calibrated batch 0...
Suppose you have the following files ```python # mymodule.py foo_bar = "value" class MyClass: FOO = "bar" # test_mymodule.py from mymodule import MyClass, foo_bar def test_module(): assert foo_bar == "value"...
Suppose I have the following code and tests ```python # mymodule.py class MyClass: def foo(self): return "bar" # test_mymodule.py import multiprocessing def __run_foo(): from mymodule import MyClass c = MyClass()...
### Instructions ### Proposal Summary Support Azure Cosmos DB API for MongoDB (feature level 4.2) to ease deployment of fiftyone in azure environments. ### Motivation - What is the use...
pip supports obtaining credentials for authentication from `.netrc` files. This allows to keep `pip.conf`, `--index-url` and `--find-links` free of credentials and instead store them in a central place in `~/.netrc`....
We are hosting our own pypi repo using Azure Artifacts. When compiling a larger requirements file ~ 500 reqs, `uv` chokes at different points when trying to download wheels ```...
## Description Ubuntu 24.04 comes with python 3.12 and a newer rustc. This requires to update torch to 2.2+ which is available for py3.12 and also transformers to 4.34+ since...