Kumar Shivendu
Kumar Shivendu
Feel free to reach out if you need any help.
URL: https://github.com/alexellis/leaderboard-app Design: Simple Material design tables implemented with Vue.js Unique features: Serverless Architecture: Vue.js + Postgres + OpenFaas(for serverless part) Limitations: Only covers Issue comments and issues opened within...
I self hosted the server with my own appwrite project. But looks like the data is encrypted: Example: ``` gAAAAABk6PtUYX3kQy37vlgcU7zaWSBvWPALTNt9QK2DPodsZWNrPqA5I4_T_QPt1zW1_7xg8TvQsdDTgast91yw-NTXisV8vWkwSwf3TBcnu0-0RvroNZZg2jhMkbpmd7ODmelUV2qRjsSGiQ1n0Vz7a-d5yromd-Ke7QEuzb4moQ71qKZ6b9qTgn3J8dOlQCeLhyxdJdYgNQ235cpDEE-V1psfb43Vlg== ``` Any idea how to decrypt/decode this? It's not b64...
@kartik-gupta-ij would be great if we can pick up this soon. Also, the code written in viz page should persist. It goes away if I switch to a different page...
I personally don't like the idea of attaching `PyroscopeState` to actix server. It should be independent. Wdyt? Also, it looks like the pyroscope server sometimes fails to shutdown if I...
TLS tests seem to be failing because we already use `debug: true` in `tls_config.yaml` (But we just (re)defined debug). See [this](https://github.com/qdrant/qdrant/blob/master/tests/tls/tls_config.yaml#L1). Is this debug actually doing something? Because it isn't...
Can we please have comparative benchmarks compared to Pytorch for popular usecases like [nano gpt speedrun](https://github.com/KellerJordan/modded-nanogpt), LLM/embeddings inference, etc?
> want it to finish before proceeding with your flow? Yes > but we can consider the support of this Would be great. I think Golang already has [this](https://golang.testcontainers.org/features/wait/exit/). While...
Hi @Soham4001A, I tried [the example](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/pull/272/files#diff-de8fa5874d233c659f0506c523dd0c3f8dae17328e344c21c1ca64afc829e420R63-R83) you provided by checking out your branch and it's throwing error: ``` Traceback (most recent call last): File "/home/user/projects/rl/grpo.py", line 21, in model.learn(total_timesteps=10_000) File...
> could take a look into that again or if you want to elaborate on what you mean Basically this PR [throws error](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/pull/272/files#diff-e07728a948d69d01e7c24cd8921da400bf131584635bd238b80b46c2e3d7982bR219-R223) if `reward_function=None` is passed. The [example](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/pull/272/files#diff-de8fa5874d233c659f0506c523dd0c3f8dae17328e344c21c1ca64afc829e420R63-R83) you've...