Per Enström

Results 10 comments of Per Enström

Nice work! But doesn't rc mean release candidate, that is feature complete and ready for final bug testing? And not alpha? :P

Isn't that a feature on the program side of things and not in the authentication module? You have an internal flag for maintenance mode which makes you authentication checks only...

A modular system would be nice! And it is mostly the database tables I'm gonna remove to keep the database uncluttered with tables not in use.

I must say I disagree with this. "Last Login" should mean the timestamp of the latest login, which if you are logged in would be the time you logged in....

No need to be snarky. I did read your post, did you read mine? As I said, "last login" should be the lates login you have made, not the one...

@paulcanning It does make sense. If I log on to my server, let's say Exchange server, as an admin and look at my user table. In the Last_logon field I...

Hello, any updates on this issue? I encountered it now with about 37k nodes, as well in ElkJS.

Edit: This broke `npm run build`. Looking into it more. Edit 2: This hack breaks typechecks when used in Pages, since they're not allowed to have `children`. So this seems...

> I like the custom validator workaround. My only issue is that I cant figure out how to configure a custom message when doing validate.single. @SuneRadich I don't know if...