Martin Eden

Results 12 comments of Martin Eden

Possibly this should be a separate issue but I believe this underlying problem affects integration with IntelliJ IDEA. When I tell IDEA to run with `jfxRun` task with debugging it...

I've forgotten some of what was going on for me here but: I think I thought that the only way to run a Kotlin JavaFX app from IDEA was using...

Okay. When I get time (hopefully soon) I will: * Investigate using `ClassTransformer` for enum rewriting * Write unit tests

This is a real issue in our code, as we want to do our own json serialization, so we serialize it to a string and then set `data = mySerializedJson`....

I can confirm: If I add `RouteConfig.RegisterRoutes(System.Web.Routing.RouteTable.Routes);` to the beginning of my unit test, hrefs are populated as expected. That was easier than it might have been!

Also, I set the Trash folder to be Gmail's "All mail" folder, so that when I click "Delete" in Nylas it just goes to All Mail, replicating Gmail's archive functionality....

I've taken a walk through the code, and I see [this class](https://github.com/nylas-mail-lives/nylas-mail/blob/18545f3add6cefe2af36ae80f5dd427bb1752ad2/packages/client-app/src/components/oauth-signin-page.jsx) is what handles the OAuth signin, and I can see it depends on an external server that Gmail...

It would be really great to have the copy & paste token as an advanced option? Plus, it means that if in the future the Nylas servers go down, Nylas...

So on [this page](https://developers.google.com/identity/protocols/OAuth2InstalledApp) Google recommends that in our scenario the best approach is to redirect to localhost (see option 2: "Loopback IP address"). In order to implement this Nylas...