Showing 3,918 of 3,918 total issues
TODO found Open
Open
# TODO: batch this
- Exclude checks
TODO found Open
Open
svd_class: Optional[type] = None, # TODO: maybe make this updatable: bool = False
- Exclude checks
TODO found Open
Open
# TODO: more error checking
- Exclude checks
TODO found Open
Open
# TODO: consider if we need to combine with the column names
- Exclude checks
TODO found Open
Open
# TODO: special handling of large number of files, handle throttling
- Exclude checks
TODO found Open
Open
# TODO: probably want to call this API using asyncio
- Exclude checks
TODO found Open
Open
if kwargs.get("zip"): # TODO: force zip if the number of segemtns is large
- Exclude checks
TODO found Open
Open
# TODO this has to be updated to be able to handle more types of things. It might be better to just
- Exclude checks
TODO found Open
Open
# TODO: other data sources such as Apache Arrow here
- Exclude checks
TODO found Open
Open
// TODO: this is a temp holding class for logger that will be implmented next
- Exclude checks
TODO found Open
Open
// TODO: Wouldn't this implement a success count here?
- Exclude checks
Possible hardcoded password: '~=' Open
Open
if token == "~=":
- Exclude checks
Possible hardcoded password: '>' Open
Open
if token == ">":
- Exclude checks
TODO found Open
Open
# TODO: zero-pad vector if it's too short; complain if it's too long
- Exclude checks
TODO found Open
Open
endpoint_hostname: Optional[str] = None # TODO What is this thing?
- Exclude checks
TODO found Open
Open
# TODO: Sadly, we can't use Writer::_create_zip() because we have to fiddle with the
- Exclude checks
TODO found Open
Open
// TODO: Add logger with warning about replacement
- Exclude checks
Possible hardcoded password: '*' Open
Open
if token == "*":
- Exclude checks
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Open
Open
assert self.dataset_config is not None
- Exclude checks
TODO found Open
Open
// TODO: store other configuration here
- Exclude checks