Arshdeep
Arshdeep
``` ``` [LeaderBoard.Vue](https://github.com/sdslabs/playCTF/blob/ab868b28b66a81751abc4e25edaa2b69702064d8/src/views/Leaderboard.vue#L5 ) Use Dark logo for leaderboard logo too
Hi @hydai , what is the status of this issue, can you assign me this if no one is working on it?
First 2 weeks update: - Explored the wasmedgeup repository and tried running it locally. While testing, I encountered some errors and opened [issue #90](https://github.com/WasmEdge/wasmedgeup/issues/90), which also included adding checksum verification...
Update Week 3 and 4: - [PR #96](https://github.com/WasmEdge/wasmedgeup/pull/96) got merged after reviews. - Submitted [PR #100](https://github.com/WasmEdge/wasmedgeup/pull/100): Implement version management using use and list - This PR got reviewed and got...
Thanks @hydai for the reminder. Update Week 5th to 8th : - [PR #100](https://github.com/WasmEdge/wasmedgeup/pull/100) got merged at the start of Week 5. - Opened [PR #104 ](https://github.com/WasmEdge/wasmedgeup/pull/104)after testing on the...
Update: End Terms till 20th Nov.
Update week 9 - 12: - Fixed the reviews and got this [PR #113 ](https://github.com/WasmEdge/wasmedgeup/pull/113) merged - Opened the [PR #132 ](https://github.com/WasmEdge/wasmedgeup/pull/132) - ETEs from 11th to 20th Novemeber. -...
@hydai Yes, I would love to. Can you brief me more on that, for how much time and other relevant dos and don'ts?
Hey, I faced this same issue while building drand , but then I did `export PATH="$PATH:$HOME/go/bin"` and `source ~/.bashrc ` (zsh in my case) and got this in `make demo...
Hi @resyfer, I’d like to work on this issue and would like to confirm my approach with you: ## Enable External PostgreSQL Access - Modify the local PostgreSQL server's postgresql.conf...