Emrul
Emrul
Hi, this extension looks excellent. I have been looking to refactor out a home-grown trigger based solution with something closer to standards-based. I'm wondering if this extension will support range...
Hi, I'm wondering if there's any plan to support Kotlin code (similarly to how https://github.com/FasterXML/jackson-module-kotlin/blob/master/src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt does it) Specifically: if I have a data class: data class User(@JsonProperty("userName") val name: String)...
The Twingate CLI tool `tg` now supports deployment to Hetzner Cloud, allowing users to setup a more secure alternative to a VPN. Under the hood it calls out to the...
Does anyone have experience of indexing the ACL columns using GIN/GIST indexes?
**Describe the bug** I've been trying to troubleshoot why my MPPO training is very slow (50it/s) when PPO on breakout is ~750it/s. The speed degredation only happens with MPPO when...
Hi, I wanted to add a dialect specific join (Postgres' LATERAL - described [here](http://www.postgresonline.com/journal/archives/285-PostgreSQL-9.3-Lateral-Part2-The-Lateral-Left-Join.html) However org.jetbrains.squash.query.QueryCompound is a sealed class which prevents me from adding it. Is there some other...
This is very cool. However, I wanted to report that under some scenarios I have observed NaNs being reported for loss after some epochs. I verified the input data does...
I just tried to install this and I received a 404 error trying to retrieve `/cockpit/@localhost/base1/patternfly.css` I think that this CSS has been removed from cockpit https://lists.fedorahosted.org/archives/list/[email protected]/thread/2Q6AAQXGI5IE5D7XMTJUIKP3NIS3CIBL/ I'd love to...
### Proposed change Currently Deno doesn't support client certificates when using `Deno.startTls`. I've drafted a PR to address the missing piece in Deno (https://github.com/denoland/deno/issues/21496). Then we could update this package...
https://github.com/yuanmingqi/rl-exploration-baselines/blob/35d9496affd7afae13873479e33845a90d3583fd/rlexplore/ngu/ngu.py#L54 Hi in this line we set the same variable twice - should it instead be `target_network`?