Jort

Results 54 comments of Jort

Thank you for picking it up @nickstrijbos ! Perhaps a bit of documentation on how to update an already running lambda would be useful as well (I did not know...

Hi @nickstrijbos I've updated to 1.4.4, but syncing gives the following error: ``` 2024-02-26 07:40:38,803 | INFO | lambda_function.py:13 | add_callbacks | SSM callback = "https://asdfasdfasdf.execute-api.location.amazonaws.com/bunq2ynab-lambda" 2024-02-26 07:40:38,803 | INFO...

Potential issues I've found during usage: _`magerun` is an alias for `docker-compose run --rm deploy magerun2`_ Here I had left query logging enabled: ``` magerun sys:cron:list Creating -docker_deploy_run ... done...

What do you mean by that? I've copied the changes to one of my locals and it does solve the problem for me (being that every time I start /...

> while we want some settings to change (like xdebug and MySQL connection location). No, that is what I wanted to skip :) Because I don't want it to touch...

> so you want to manually adjust ports every time? Well, no, I adjust it once and then never touch it again. But mostly I don't want it to touch...

> We likely won't touch other settings, except ports, as they can change. In my experience at every start it overwrites all PHPStorm configs, including debug settings and configured servers....

I think I'm having the same issue. Sponsorblock settings are visible with the green button, but no actual sponsorblock data is loaded. Videos that have entries on my desktop are...

You should create a new object using the `.create({})` function; not instantiate it like that. Assuming Stream is also an object, you probably want to add that with the `.$add({})`...

Then either define a `type` in that class as an intermediary type, use an `any` type to build the object and then save it (after saving you have the typings...