Nicholas

Results 7 comments of Nicholas

I have the same problem. I hosted this Fake GCS Server on my Raspberry Pi in my local network, so the URL is a bit different. Instead of `localhost:4443` I...

Thank you for your reply! I have tested with `-public-host 192.168.1.2:4443`, but it seems that the problem is not yet fixed. It still returns `Not Found` upon accessing the expected...

Ahhh, I see. I just found out about it by reading your answer and looking at Google Cloud Storage's documentation. It appears that my expected URL (`http://192.168.1.2:4443/storage/v1/b//`) is not a...

I actually have an idea on how to solve this. ![image](https://user-images.githubusercontent.com/31909304/105316473-7602af00-5bf3-11eb-8e62-bebe3306ef0a.png) In my opinion, rather than thinking about talent levels, what about if we just let the user decide on...

It's a good idea! However, if we do it like that, wouldn't that require a slight refactor of the contexts and the `[name]` page? Another thing that I noticed is...

I see. Currently, I have no idea of refactoring the `talentMaterials` besides of changing the `talentMaterials` to an `Object` though (without changing the already existing types): Old one: ```ts export...

That's a really good idea! We can go with your approach!