Tobias Macey
Tobias Macey
I assumed that would be the case. I tried wrapping it in a subprocess call (`$[rake do_stuff[foo,bar]]`) but got the same traceback.
I was trying to figure out the workaround and was slowly converging to that. Thanks for saving me the effort!
Awesome, thank you for that. I'll give it a try :smile:
As someone who is trying to use this it would be great to have the option to generate the full nested schema.
This is still a problem. It would be great if we can get the default changed back, or at least fix the fact that the environment variable isn't being picked...
I confirm that calendar syncing is now working again for me on 102.2.2 running on Manjaro Linux
Another possible approach to this is to add the `__enter__` and `__exit__` methods to the `Node` class so that it can act as a context manager in the same fashion...
Thanks for the quick turnaround!
After testing it is unfortunately not fixed yet. For now I can coerce the `Path` objects to `str` in the function call. Longer term it's a design question of whether...
So, unfortunately I'm still running into bugs with `Path` arguments. I think the problem is that the type conversion is happening too far down in the stack. What would probably...