Matthew Pomes

Results 24 issues of Matthew Pomes

I watched your streams on developing this, and I was inspired to create an alternative Help Queue implementation. I'm sure is has a bunch of bad edge cases, and isn't...

When working with Latex source, it is common to add alignment marks in math blocks. I like to align equations at the equals sign, which looks like `&=` in the...

enhancement
feature_request

Add a method to enable modification of fairings during the build & on_ignite phases. Implemented for #2270.

I believe Rocket should provide support for modifying fairings during the ignite phase. This would enable, for example, an API for fairings to register template functions automatically. I'm working on...

request

Adds an override of the `extend` method that enables derived form validators to return `form::Result

This is an actual Websocket implementation. Channels, and the ability to easily send messages to a large group of clients has not been fully implemeneted. There are a few issues...

Adds support for testing which route generated a response. This is an implementation of the ideas I put forward in #1878, with a few minor changes. First, I did not...

The kitty terminal implements a remote control protocol that allows programs running within a kitty window to control a kitty instance. It would be nice to implement this in vim-ghost,...

This PR adds an optional size limit to the `MessageCodec`, which allows server to prevent clients from sending large messages that could cause the server to run out of memory.

# Remove EntityPath Right now, only the animation code uses `EntityPath`, and it feels like a hacky solution. Rather, by re-ordering the gltf loading code, AnimationClips can actually reference the...

A-Core
C-Usability