Danny Browning
Danny Browning
This was actually due to the CI environment and a hidden directory, having files on git ls-files. Not sure how to marry this up with the git status output.
Even with these files in .gitignore, they still show up as uncomitted.
Yeah, I've been trying to figure out how resolve the output from those commands with what the environment has. The path it tells me is causing what is dirty (I...
Downgrading to 0.12.4 fixes the issue. Going to do a PR to make dirty via untracked optional.
Same, I ended up just having to do a roundtrip test to figure it out ```rust pub fn serialize(msg: &Foo) -> Result { let mut v = Vec::with_capacity(msg.get_size()); let mut...
Found a couple more issues with added test cases, will be adjusting this branch more.
See the test cases added as part of this PR. Without this PR, those test cases will fail. I no longer am working on the project with the dataset that...
One thing that is not clear to me is if the issued assessments are updateable, and if so, which fields are updateable. A given assessment by an issuer has the...
> hey @mschneider, thank you for tackling this issue. Do you have any idea when this is going to be fixed? Currently we can't support Solana because of this issue....
> As pointed out by Spencer, I don't get what is the purpose for deploying without indexing? That would mean documents can be created but not queried on the node,...