Charles Norris

Results 5 issues of Charles Norris

### The LinkedList guide is missing runtime and memory complexity details for various programming techniques, including: Two pointer technique Dummy node technique Multi-pass technique **The Heap markdown file does not...

**### This pull request fixes the ModuleNotFoundError for weaviate.schema by updating the import statements and adding error handling to ensure the module is correctly imported.** _Changes: Updated packages/opentelemetry-instrumentation-weaviate/opentelemetry/instrumentation/weaviate/__init__.py to handle...

bug
python
size:M

The ProcessPoolExecutor is now used to parallelize brute force and wordlist attempts, improving speed significantly on multi-core systems. Dynamic Log Levels: Updated log-level options to dynamically fetch available logging levels,...

### Description The current implementation in [failedToGetPerspective] calls reactor.stop() when an unexpected connection error occurs: > else: > log.err(why, 'While trying to connect:') > reactor.stop() > return This approach introduces...

**This pull request introduces two new configuration options, attach_logs and attach_patches, to the MailNotifier class. These options allow users to control whether logs and patches should be attached to email...