Eyal Posener
Eyal Posener
Complete v2 includes some improvements, but I mostly perform this PR because it introduced breaking changes which breaks clients of this library which are not yet able to use go...
Add tests for different shells (maybe in a container) that install a demo app and verify that completion work.
I'm using this library in one of my projects. It would be nice if it would report only the lines that differ. This also requires support for printing the line...
For the following go file: ``` package bug type Struct struct { Field map[string][]Obj } type Obj string ``` running ffjson results in a go file that can't be compiled:...
The failing tests: Looks like: * `TestFuzzCycle`: want `0.0000066970546222567574` got `6.6970546222567574e-06` * `TestFuzzOmitCycle`: in the value of `JP`, want `0.000012586683844231436` got `1.2586683844231436e-05` ``` --- FAIL: TestFuzzCycle (0.16s) Error Trace: ff_test.go:325...
Hi Thanks for this great library. I'm generating ffjson files as part of my build. Currently the API support generating only one file at a time, and it takes much...
from looking in the implementation, it looks like it searches for pages/index.json, which is no longer available in the tldr github repository. Removing `repository = tldr.NewIndexCheckerRepository(repository)` from `main.go` make this...
Hi, In dynamic_message.go, the `proto.RegisteredExtensions` is used twice in the [`Message.mergeInto`](https://github.com/jhump/protoreflect/blob/2837af46645192fc899fb6f9304ba74938871892/dynamic/dynamic_message.go#L2186) method. This, as far as I understand, takes the extensions that were registered in the global registry. An issue...
When running `gosrc.Get` with LocalDevMode enabled, the SubDirectories field is left empty. This behavior is different than the behavior with remote git repository.
header.ParseValueAndParams can change it's behavior when parsing headers. It looks for the header value and stops on any special character (\t\"(),:;?@[]\\{}, characters that are lower than or equal to 31,...