George Shammas
George Shammas
## What version of Knative? > 1.5 ## Expected Behavior Websockets to work out of the box when using domain mappings. Especially since websockets work with the default endpoints that...
`git diff --word-diff` is very useful for figuring out change code changes when a lot of white space changes have occurred, such has re/de-indenting blocks of code. `git meta diff...
**Is your feature request related to a problem? Please describe.** There are many scenarios when you might not want the Vultr CCM to create a loadbalancer. Even if you have...
The MTA does have listing of all stations in their dataset defined as "Station Locations" [here](0) Every station is part of a Complex that can contain other stations. IE ```csv...
While attempting to create a forward proxy with cohttp, I could not figure out how I would handle a CONNECT request. There is an example cohttp proxy in the code...
This is dependent on async being merged into rawlink (https://github.com/haesbaert/rawlink/pull/18) but I thought it would be good to get feedback early. Since Async depends on Core and ppx_jane already, I...
Core.Caml is depreciated in favor of Core.Stdlib. In the cases here I just made it use the Core equivalent functions instead of the ones from the Ocaml stdlib. This fixes...