Matt Leon

Results 30 comments of Matt Leon

This might be able to be linked to #771

Perhaps link the "VandyHacks" title on the sidebar to vandyhacks.org?

@gfting @BaibhaVatsa @benredmond I'd love to get this merged. Is there anything missing that needs to be worked out? If you can write out some action items we can resume...

I made some mocks for a HackIllinois 2020: https://www.figma.com/file/yO0NdVK4YlH194gkZs951K/Vaken?node-id=0%3A1 The main feedback I received was that they were too monochromatic, but I think the components for all of the tables...

One thing just for clarity, by "API endpoints" you should make it a graphql query and mutation, and not REST api like "/api/deadline". That might have been what you meant...

I think the real blocker on this is that css is all via styled-components right now which means it's not actually css and it's generated in JS

I not sure that's quite the case, but I could be wrong. Here's a couple articles on how styled does it's magic (I'll post them in the VH slack for...

I'm trying to understand the feature request in here. Do plugin authors want users to intentionally route a request to a host/path that does not resolve in the Envoy's route...

I went looking for prior art, and I also found a few related (non-wasm) Envoy issues: * https://github.com/envoyproxy/envoy/issues/33082 * https://github.com/envoyproxy/envoy/issues/14326 * https://github.com/envoyproxy/envoy/issues/2847 It seems as though at least making this...