-
We've recently enabled using `ComWrappers` with the `ComNativeDescriptor`- this `TypeDescriptionProvider` is what is used by the .NET runtime `TypeDescriptor` for COM objects.
`ComWrappers` support…
-
### Describe the project you are working on
In our projects, we have an animation and palettization system that is presently relying heavily on custom EditorImportPlugins to process png and ascii f…
-
Using the 'All with Info' option doesn't seem to return more than Critical findings. I moved $CurrentStartOffset = 0 inside the foreach loop to get this far. When it tries to filter for Info objec…
-
sometimes image creation is failing due to the below errors. any fix for this?
![Screenshot from 2023-03-29 11-35-46](https://user-images.githubusercontent.com/98938583/228441824-ccdedc84-8854-45dc…
-
I think I understand the intent here but wanted to call out some interesting threads about this that I've spotted in the wild (going to paraphrase):
- The mention of `packages` here suggests this …
-
As noted in #606 and elsewhere, the URL APIs strongly lean towards preserving input in path and query components, and therefore differentiating URIs that are equivalent per e.g. https://www.rfc-editor…
-
Hey @jcrist ,
Would you review and ultimately accept a PR that added Livy server to this hadoop stack?
-
We are experiencing hangs shutting down a process that uses the OpenUSD SDK (on Windows). We have a process that recursively exports from Maya to USD using the Maya-USD plugin and our translators. Thi…
-
### Is your feature request related to a problem?
`Database queue is still draining. If you exit now actions WILL be lost`
At the moment, the database queue does not drain fast enough on shutdown …
-
This strikes me as inconsistent:
```julia
julia> union(interval(0, 1), interval(2, 3))
[0, 3]
julia> setdiff(interval(0, 3), interval(1,2))
2-element Array{Interval{Float64},1}:
[0, 1]
[2…