internetcoffeephone
internetcoffeephone
@weeco Were the plans to support Keycloak dropped? I can't find any mentions of it within this repo. Additionally, is it possible to connect to a schema registry that has...
Thanks for your answer! For the schema registry, it is not basic authorization but OAuth using OpenID Connect, as shown [here](https://www.apicur.io/registry/docs/apicurio-registry/2.4.x/getting-started/assembly-configuring-the-registry.html#registry-security_registry).
Made redundant in https://github.com/eugenevinitsky/sequential_social_dilemma_games/pull/179. Instead of calling map to rgb all the time, a zero-padded graphical map (MapEnv.world_map_color) is maintained next to the logical map (MapEnv.world_map). To make updates to...
Currently, @eugenevinitsky is in the process of merging in [my fork](https://github.com/eugenevinitsky/sequential_social_dilemma_games/pull/179), which is several ray versions ahead. Until it's merged in, you can use that instead. It contains many bugfixes,...
Rollout.py no longer slows down in https://github.com/eugenevinitsky/sequential_social_dilemma_games/pull/179. I presume the reason this would happen previously was because of the following: when rendering with matplotlib, if you don't clear the plot...
I'm experiencing this error using `dbt-redshift===1.9.0rc1` specifically with the new [incremental microbatch feature](https://docs.getdbt.com/docs/build/incremental-microbatch). Having defined in a `model.sql`: ``` {{ config( materialized="incremental", incremental_strategy='microbatch', begin=var('start_date'), ... ) }} ``` and in...
@tuantran0910 this was solved in #11187