Sintsov Artem
Sintsov Artem
Hey! I've got some error comparing final and expected states. I have a table that can have filters. Filter is an instance for the class which has some needed methods...
Hi, I have a reusable module, which I wish to use as submodule in other different modules. ``` class ReusableState { data = {}; } const reusableNested = new Module({...
Hello. I have a lua file with extension (.ds), sadly completion seems to be not able to associate it with lua and show complete menu ``` init.vim ... autocmd BufRead,BufNewFile...
### Environment ------------------------------ - Operating System: Linux - Node Version: v18.19.0 - Nuxt Version: 3.11.1 - CLI Version: 3.11.0 - Nitro Version: 2.9.4 - Package Manager: [email protected] - Builder: -...
STR: 1. Load Home page. Do not log in. 2. Click on the favorite button of any article on the main page -> `loadArticles` is being invoked on redirect to...
As starting point here are some changes which were mentioned in the comment: https://github.com/yurisldk/realworld-react-fsd/issues/16#issuecomment-2332246375 - [x] Separeted DTOs - [x] Created Entity - [x] Updated mapper methods - [x] Removed...
Seems like there were some changes in API. In particular endpoint of the list: `https://api.realworld.io/api/articles?limit=10` So there is the error while validation article schema: missing `body` prop.. I've tried to...