Nicholas Larus-Stone

Results 19 comments of Nicholas Larus-Stone

I'm also encountering this issue. I've set some debug points to ensure that `initAutoReloadMonitor` is picking up my files, and it is.

I see this also when I have a trailing comma sometimes -- removing the comma usually fixes it

This is also a question we have been having -- how are we intended to access the trial logs currently?

Forgive my ignorance, but where is the training container actually run? I can't seem to run `kubectl logs `

Can this be removed from the docs (https://github.com/prisma/prisma2/blob/master/docs/data-modeling.md#enums) until it's supported?

Is there any way to display the arguments from the docstring, even if they're not an explicitly named parameter in the function signature? In the example before, we accept bar...

This is a feature I would really appreciate! I have been enjoying the simplicity of Fire so far, but when you have even a couple steps of nesting it quickly...

What if instead of passing in a function like `display_func`, we passed in a class instead. We could have a default display class that looks something like: ```python class Display:...

@jaredtrog I think you make some great points, but let me put my OOP hat on for a second to see if we can meet in the middle. > A...

@jaredtrog That's exactly what I was suggesting, thanks for putting it so succinctly. @dbieber I understand your concerns, but I think that any solution we decide upon is going to...