Travis Dent
Travis Dent
I really like the visibility represent.la offers into the scene around me, but the startup category gets diluted with the inclusion of agencies and consultants.
This is just my expectation, because of the patterns established elsewhere in Django SHOP, so please let me know if I am interpreting this incorrectly. I don't see any code...
Implement 5 endpoints for certificate mappings as described in documentation. http://docs.rackspace.com/loadbalancers/api/v1.0/clb-devguide/content/CertificateMappings.html
* Support identical method signature on `send` as built-in `http` library. * Borrowed and re-implemented header validation patterns from built-in `http` library. * Removed `h2_` prefix from attributes for brevity.
### Description I'm using a real TLD as my configured `domain`, but the DNS server intercepts all requests. This allows names which don't match those registered by consul to be...
Got Metal -> pyobjc++ -> Python loading. `quantize_mps` doesn't segfault. Start of `quantize_nf4` in the public API. Builds with: `$ cmake -DCOMPUTE_BACKEND=mps -S . && make` ``` import ctypes import...
```bash ../../.cache/uv/builds-v0/.tmp6azI3w/lib/python3.12/site-packages/crewai/agents/crew_agent_executor.py:360: in _execute_tool_and_check_finality crewai_event_bus.emit( ../../.cache/uv/builds-v0/.tmp6azI3w/lib/python3.12/site-packages/crewai/utilities/events/crewai_event_bus.py:73: in emit handler(source, event) ../../.cache/uv/builds-v0/.tmp6azI3w/lib/python3.12/site-packages/crewai/utilities/events/third_party/agentops_listener.py:51: in on_tool_usage_started self.tool_event = agentops.ToolEvent(name=event.tool_name) E AttributeError: module 'agentops' has no attribute 'ToolEvent' During handling of the above exception,...
```python import agentops from crewai import Agent, Task, Crew agentops.init() agent = Agent( role="Greeter", goal="Provide a friendly greeting message", backstory="You are a helpful assistant who specializes in creating warm, concise...
``` Results (4.62s): 135 passed 18 failed - tests/unit/test_live_span_processor.py:123 TestLiveSpanProcessor.test_process_spans_failure - tests/unit/test_live_span_processor.py:138 TestLiveSpanProcessor.test_process_spans_exception - tests/unit/test_live_span_processor.py:220 TestLiveSpanProcessor.test_force_flush_exporter_exception - tests/unit/test_session.py:138 TestSessionStart.test_session_start_initializes_state - tests/unit/test_session.py:181 TestSessionLifecycle.test_session_context_manager - tests/unit/test_session.py:194 TestSessionLifecycle.test_session_context_manager_with_exception - tests/unit/test_session.py:212 TestSessionLifecycle.test_session_del_method - tests/unit/test_session.py:261...