Nathan

Results 13 comments of Nathan

Hit this error too. Similar to @madaky I had the Todo example (extended with TodoList) running with MySQL with no problems. Then followed the [JWT Authentication](https://loopback.io/doc/en/lb4/Authentication-tutorial.html) tutorial to try to...

Update: tried following the blog post mentioned above by @dhmlau using Option 2. However, still hit the same error when trying to migrate: ``` Migrating schemas (alter existing schema) Cannot...

Update: was successful with [blog post](https://mobilediana.medium.com/using-postgresql-with-loopback4-jwt-authentication-extension-d956ac707746) Option 1, which is manually adding the SQL tables to the existing database. This was painful, and not easy to maintain, but at least...

I have the same issue when trying to use "PIO Debug". If using "PIO Debug (without uploading)" then the debugger will halt at app_main as expected. **Debugger:** Tried both `esp-prog`...

> Hi guys, I've just pushed a fix, could you please try to launch a new debug session using the upstream version of the platform? > > ``` > [env:esp32dev]...

Update: Actually, the fix does not seem to work completely. Though debugging starts, and one can step through execution, there is some problem with symbol lookup. When using `platform =...

You are correct that in older versions it does display in the footer. I am running v2.1.9 and here is a screenshot. I agree that this information is necessary, both...

Thanks! I'm enjoying using LeanTime for managing my project. Note: Implementing this will probably also help in implementing #410.

This is a duplicate of #839 (with a different suggestion for Expected Behavior).