Alex Kinnee

Results 40 comments of Alex Kinnee

There's another library which goes in both directions. https://github.com/kadikraman/draftjs-md-converter

@sverweij, thanks! If I set the color of a module, will the edges coming from it match that color? Also, I'd prefer not to have to create a separate regex...

Yep. It's pretty obvious that Backbone.Rpc is no longer maintained at this point. I ended up writing my own. It's open sourced, tested, and I'm using it in a production...

@asciidisco Sure! That would be fine. I added some basic documentation and am actively using/maintaining the library.

Looks like this might fix my issue. My touchbar media keys stopped working recently.

When I googled how to get the user ID from the next-auth client, I found a bunch of examples of doing exactly this. So it seems like enough people want...

I don't really see how the user being able to fetch their own ID is bad from a security perspective? It not being a default because a user id just...

> There are probably more examples, but if for some reason user IDs would have been sensitive information themselves (for example social security numbers), that might be an issue to...

`.pdf` defaults to encoding of `utf-8`. I had to change it to `binary` or else the pages were all blank.