Zack Angelo

Results 12 issues of Zack Angelo

Is there a way to disable `CLIENT SETNAME` being sent upon connection? This isn't supported in [twemproxy](https://github.com/twitter/twemproxy).

Fixes #1200 Relaxes the type constraint on `StaticOperand` so that it may be used for references. This example now works: ```rust let arr1 = array!([1, 2, 3]); let four: i32...

breaking-change

It would be useful for me to be able to use references to scalars instead of owned instances when performing operations on arrays. e.g., this fails: ```rust let arr1 =...

Currently, messages seem to be auto-ACKed after they are pulled off the queue and submitted downstream (https://github.com/ScalaConsultants/reactive-rabbit/blob/master/src/main/scala/io/scalac/amqp/impl/QueueSubscription.scala#L39). Have you given any thought to incorporating a way to ACK messages after...

enhancement

Is there anything about the extension that would make it incompatible with the sqlite WAL? When I have WAL enabled, there seems to be data missing from my index. I'll...

I'm running into an issue where the first time I call `apply_repeat_penalty`, it takes a very long time (in excess of 6 seconds). It seems to be coming from the...

When running an initial migration to execute a series of `CREATE TABLE` statements for MySQL, I noticed that I was missing a semicolon. The migration reported as a success even...

Add bindings for [`GPUStartTime`](https://developer.apple.com/documentation/metal/mtlcommandbuffer/1639924-gpustarttime?language=objc) and [`GPUEndTime`](https://developer.apple.com/documentation/metal/mtlcommandbuffer/1639926-gpuendtime?language=objc). They allow you to determine how much time the GPU spent executing a command buffer.

## Proposed changes Client for the WebSocket TTS API. Fixes #95. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...

## Proposed changes * Fix serialization bug that causes an API error for `Container::None` ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) - [ ]...