Jim Idle

Results 17 issues of Jim Idle

When using the parser as a step in a set of functions, it is sometimes necessary to serialize the envelope. it would be nice to have a minimizer function that...

enhancement

It would be useful to have a helper func something like ContentReader() the creates a reader from the []byte of Part.Content. It's not difficult to do this of course, but...

enhancement
good first issue
decoding

Re; Go Target I note in your installation instructions that you point out that _go get_ has no way to specify tags. However, if you just add go module support...

Using: go version go1.12.5 darwin/amd64 With modules enabled, go get -u gives: \# github.com/quickfixgo/field ../../../pkg/mod/github.com/quickfixgo/[email protected]/fields.generated.go:2363:67: undefined: quickfix.TimestampPrecision It seems that the field has been changed and it is no longer...

If you convert `facebook/bart-large-mnli` and use it to evaluate the demo text at [huggingface](https://huggingface.co/facebook/bart-large-mnli) and compare against a local Python setup for verification, we find that: - the online demo...

**Is your feature request related to a problem? Please describe.** While tackling a few issues in this list, I realize that the various components have a few dependencies that might...

**Is your feature request related to a problem? Please describe.** Many graphical components are now written using typescript .tsx, and it can be awkward to create components that interface to...

**Description** The xml tag for the top type is generated incorrectly, which makes i impossible to unmarshall in to the top structure. **Steps to reproduce the issue:** 1. Start with...

Apologies if this is not the place to ask questions, but I did not see an email list or something. I have a very simple requirement, which I have already...

Adds user contributed basic tree walker to the v4 code base