Aleksandar Toplek

Results 15 issues of Aleksandar Toplek

Changelog would be great. At least for future changes. http://keepachangelog.com/en/1.0.0/

Reported in #14 Yeah, it's a bug. Since you're doing CreateMessage call from VM constructor, the message container in the view isn't yet bound to the manager. NotificationMessageContainer only listens...

bug

I started to port the thing but came to that ILGenerator in ExpressionCompiler. I never used Reflection that much so I'm not familiar with how that works. Is there a...

Please provide license for this repo.

Statement: template currently requires too much editing and cleaning before it can be used in new project. Proposed changes: 1. remove all pokemon related stuff and replace with something every...

It's only c/p, nothing is different with AppRouter - previously maybe you could abstract layout and providers/contexts, but now you have layout as abstraction layer and page is just page...

` WARN  deprecated [email protected]: no longer supported`

bug

Following rules should be enforced in project: Current ```json "jsx-a11y/click-events-have-key-events": 0, "jsx-a11y/no-static-element-interactions": 0, "jsx-a11y/anchor-is-valid": [ "error", { "components": [ "next/link" ], "specialLink": [ "hrefLeft", "hrefRight" ], "aspects": [ "invalidHref", "preferButton"...

enhancement
good first issue
question

We have abstraction layer with HttpService methods so we can replace existing implementation that is using Axios with fetch which will reduce bundle size and dependencies/number of update PRs.

enhancement
good first issue
question

I think escaping special chars in component content is good practice. ```json "react/no-unescaped-entities": 0, ``` Proposed: ```json "react/no-unescaped-entities": "error", ``` Can we vote on this?

enhancement
good first issue
question