Richard Fine

Results 9 issues of Richard Fine

I've got a bunch of assemblies `{A1.dll, A2.dll, A3.dll...}` and corresponding test assemblies `{A1.Tests.dll, A2.Tests.dll, A3.Tests.dll...}` I'm merging the main assemblies together into a single `A.dll` for distribution, and now...

## Requirement - what kind of business use case are you trying to solve? It is sometimes necessary to trace processes which involve a long sequence of sequential spans (perhaps...

help wanted

https://github.com/jerryjliu/llama_index/blob/1ca5ddc7d44677d3ff91e65a43651fdd194ef741/gpt_index/token_counter/mock_chain_wrapper.py#L92 Looks confused. Should super be called, or not?

**Describe the bug** Using `git lfs checkout` to apply LFS files in a working copy where some LFS files have been removed with `git rm` incorrectly attempts to check out...

The package uses C# language features which are not supported in 2020.3: https://github.com/Unity-Technologies/boat-attack-water/blob/f61861ff1cc531a2c440ec69e35c8fb1a09a6b8f/Runtime/DepthGenerator.cs#L89 Either this code should be changed, or the minimum version in package.json should be raised to 2021.x.

This PR adds a custom UIToolkit control, which makes it easy to incorporate a QR code into a UIToolkit-based user interface. The control is available from the UI Builder: You...

Pull it out into a separate function to make it easier for people to do custom erosion behaviour based on the intersection of multiple distance fields (e.g. correct handling of...

type: enhancement
area: Recast

Add methods for rasterising filled volumes: arbitrary convex volumes (defined by a set of points), and OBBs (defined by center/extent and forward/up vectors). This should make it a bit easier...

type: new feature
area: Recast

**Describe the issue** I'm trying to copy a single branch between two remotes - pulling from one and pushing to the other - and this means I also need to...