Frederik Creemers

Results 11 comments of Frederik Creemers

@rubenv How are you storing the session object? And how are you reconstructing it when retrieving it?

Then I wonder what the docs mean when they say a session manager can help you load balance, I'd love to see an example.

When nnYou're doing `Dispatch.Handle`, it'd hnave to get the gocial corresponding to the given state, right?

I see 2 options: - add a `fileName` prop that you map to a model, completely abstracting out the Monaco model. When the `fileName` changes, swap out the model -...

Since this script only runs in the browser, it can't send email. You'd have to send it to the server, and then send the email from there.

I agree that it can be a bit stringent to require very strong passwords, but I'd still want to make sure that users can't shoot themselves in the foot. I'm...

Given that my GSoC proposal already includes social login, I'd suggest making these the primary login options. The most secure authentication options are the ones that are harder for us...

The "pop" library for working with databases solves this problem quite well in my opinion. They have a [nulls](https://github.com/markbates/pop/tree/master/nulls) package, with a `Bool` type, a `String` type, and so on...

I would love for Mastodon to "inherit" some of Twitter's UX when it comes to showing threads directly in the timeline, so: - if multiple posts in your timeline belong...

But if you're showing a link, then why not just load the post? I get that this is harder on a federated, network, but maybe fetch it on the first...