Nick Frostbutter
Nick Frostbutter
lol @mikemaccana I said I was about half way done with this
Nice catch! The current response does in fact give a response with the first letter capitalized. After a bit of digging in the rpc code base, I think this is...
@Tyagiji772 your issue here does not give me any details about what you an issue might be. can you elaborate with actual details?
This is still accurate and rent is still being "collected" when new accounts are allocated, specifically the runtime collects "2 years worth of rent" upfront for an account to become...
I will also note that this SIMD-84 is still in a pending state and not not been merged or completed. Only once the various engineering teams come to an agreement,...
All this being said, I do agree that we can and should update this rent doc to clarify the current state of this concept of rent and rent exempt
Based on how the website pages are structured, this is what I am thinking to address these points: - [ ] In the overview/getting started page for extension, we could...
@Torone to make sure I understand what you are experiencing, I have a few questions: 1. when loading the page initially, your global default title is set as the actual...
@sdevkota how are you setting specific titles on the page? Is it via `asyncData` or the `head` function? Can you share your `seo` snippet from your nuxt.config.js file? And the...
@sdevkota in your home page code, you are returning a generic JSON object. In order to use the `nuxt-seo` plugin, you need to return the `$seo` property. Like this example...