Bug: v0.10 prints content with fields.values()
See original GitHub issueHello!
It seems that a bug was introduce in the latest version of the Document API.
When running something such as:
for field in datasource.fields.values(): print(field.name.rstrip("]").lstrip("["))
we get content printed to terminal.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
FindBugs Bug Descriptions - SourceForge
This class defines a compareTo(...) method but inherits its equals() method from java.lang.Object . Generally, the value of compareTo should ...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug :2 - "How do I attach an ebuild. ... Bug:10 - "Evolution-mail segfaults" status:RESOLVED resolution:FIXED severity:minor · Bug:12 - "OpenAFS fails to ......
Read more >renatoGarcia/icecream-cpp: Never use cout/printf to ... - GitHub
A std::optional<T> typed variable will print its value, if it has one, or nullopt otherwise. The code: auto v0 = std::optional<int> {10}; auto...
Read more >lab3.doc - CS 240
When a value of '0' is entered by the user, output the result and exit the program. Copy and paste your MIPS source...
Read more >Logging commands - Azure Pipelines | Microsoft Learn
In this article. Logging command format; Formatting commands; Task commands; Artifact commands; Build commands; Release commands.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@bryceglarsen this fix should be available in release 0.11 from this morning.
Yes that line was added in an earlier change and then fixed in #238. I’ll leave this open until the next release comes out, then that problem should be resolved.