Enrique Shockwave

Results 10 issues of Enrique Shockwave

**What is the purpose of this pull request? (put an "X" next to item)** [X] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please explain:...

## Bug ### Current Behavior If the project yaml references a non-existent ignore file, garden will fail silently with `No services to deploy. Aborting.` ### Expected behavior A descriptive error...

bug
good first issue
devex

It seems like a lot of people (us included) will not be able to move off of core-legacy any time soon, and enjoy the fruits of native async/await. Given that...

Using Python 3.8.1 on Ubuntu 18.04 I find graphene to be 13-15% slower using 2.3.0 vs. 2.2.1 with the below simple benchmark. This is not a promises benchmark since we...

In our benchmarks, the current `get_users_with_perms` shortcut is improved by unioning when using the `with_group_users` flag. For our typical usecases, this drops query time by ca. 60% (5ms -> 2ms)...

Table elements without a text element will cause pretty printing to fail. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...

It doesn't seem possible from a cursory glance of the code, and I haven't spent enough time to see if it's an easy patch so I figured I'd ask the...

I don't have time to fix at the moment. We have pinned to 0.0.34 in our fork for the time being. ```Process Process-1: router init state: Traceback (most recent call...

Hi all, After extensive testing, we find that the SRT backend is pretty CPU bound, often unable to saturate a single GPU at reasonable batch sizes unless using a latest...

## Motivation Xgrammar compiler now supports regex compilation directly and the latest contains fixes (e.g. lazy groups) which bring it closer to parity with Outlines. ## Modifications Upgrade deps and...