Connor Brinton
Connor Brinton
# What is this project? AnyIO is an asynchronous compatibility API that allows applications and libraries written against it to run unmodified on `asyncio`, `curio` and `trio`. * GitHub: https://github.com/agronholm/anyio...
Hi Jean, As far as I can tell, I don't see any part of the code here that actually requires Flask-SQLAlchemy. I'm currently using it in a project that doesn't...
# Description Currently Cirrus CI fetches and checks out the code for PRs and branches in two different ways ([see code here](https://github.com/cirruslabs/cirrus-ci-agent/blob/b55ebe7c399dfd3ac68fb8d7eac5b031a9985f37/internal/executor/executor.go#L583-L673)). As a result, commands like `git rev-parse --abbrev-ref...
## How to reproduce the behaviour I originally encountered this issue when attempting to score a simple regex-based span prediction approach as a baseline. My reference documents contain 286 spans...
## How to reproduce the behaviour Hi there! I was recently working on implementing a custom loss function (binary focal loss) and found some of the documentation to be a...
### Describe the bug Calling a zero-argument runner method (using either `method.run()` or `method.async_run()`) results in an error like the following: ```python 2023-12-21T11:19:12-0500 [ERROR] [runner:custom_runner:9] Traceback (most recent call last):...
### Describe the bug We recently noticed CI failing for our BentoML app. Digging into the error, it seems like the root cause was enabling doctesting using PyTest with `pytest...
### Feature request BentoML previously supported SpaCy as one of its built-in runner types. However, with the introduction of the v1.0.0 release, native support for SpaCy was removed. It would...
## Description Currently, type-checking a very simple script that uses `cloudpathlib` with Mypy fails with an error. Script: ```python from cloudpathlib import CloudPath path = CloudPath("s3://abc/xyz") ``` Mypy error: ```python...
### Summary 2.0.0b7 breaks enums with underscores in field names ### Reproduction Steps Test proto definition, in `test.proto`: ```proto syntax = "proto3"; package hello; // Greeting represents a message you...