chris
chris
I'm fetching feed data from a URL endpoint of the form `/.proto`, but for some reason I get an "invalid wire type" error when I do `GtfsRealtimeBindings.transit_realtime.FeedMessage.decode(body)` in Node.js. I'm...
Doing `fuego get /absolute/path/to/document` fails with ``` Failed to get data. firestore: nil DocumentRef ``` This should succeed, as this is a correct absolute document path. Doing `fuego get absolute/path/to/document`...
The `Mazeworld` class is both an environment and an agent. These two responsibilities should be separated out - allow e.g. different kinds of agents (action takers). Thanks @tessavdheiden for the...
I've noticed that the counterfactuals dataframes I get from my CounterfactualExamples objects have the target value rounded to the nearest decimal place. This makes the results useless to me, since...
The idea behind this issue is to generically support keyword arguments to client library functions. For example, in google-cloud-storage, many functions support common kwargs such as timeouts and retry confugurations....
On [the docs page](https://www.fastht.ml/docs/index.html) there's a `CommonMark` link, which I believe should yield a markdown version of the docs, but it links to the following NotFound url: `https://www.fastht.ml/docs/.md`