Douglas Russell

Results 19 comments of Douglas Russell

I wanted to say thanks for this excellent introduction to sbt. Well written and easy to understand! One thought was that it would have been better to make an example...

I've since been pointed at [this gotcha](https://github.com/horike37/serverless-step-functions#current-gotcha), but that can not resolve the use case described because the parameters can contain dashes or underscores themselves. I guess it is possible...

What is happening here is that you are running into the fact that primary_keys are by default in marshmallow-sqlalchemy set to [dump_only](https://marshmallow.readthedocs.org/en/latest/api_reference.html#marshmallow.Schema). So when you deserialize your data, primary key...

For reference: https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/marshmallow_sqlalchemy/convert.py#L153-L155

Hi @manics I can't really imagine why you would want to ensure that it only runs once, but I guess you never know what people have used this for. My...

Also, looks like this has been discussed before (https://discourse.jupyter.org/t/lifecycle-for-servers-started-by-jupyter-server-proxy/314) and that it looks like there is a `FIXME` to implement exactly this.

I've had some difficulty getting a development environment for jupyter-server-proxy in order to experiment efficiently with this. If anyone could help with that, then it would be appreciated. I posted...

> Personally i would rather see: `auto_restart` and ignore the exit code. Because if something is failing we don't want to keep retrying forever and potentiality flooding the other end....

Is @caosm's solution the correct one and if yes, could that be merged? Is there a way of achieving that same workaround without patching the library? I am having the...

Is the plan to fix this? It's not intuitive to have to use that workaround.