Mikael Kvalvær
Mikael Kvalvær
For a single instance, maybe this would do: ```python from flask_potion import routes, fields @routes.ItemRoute.GET def filtered(self, item, fields: fields.Array(fields.String)): return {f: getattr(item, f) for f in fields} ``` And...
The author of this repository seem to be pretty inactive now, unfortunately. There's various forks [list](https://github.com/biosustain/potion/network/members), but I don't know if any of those have developed much from the current...
Hey, unfortunately I do not use 3.6 so I am not able to confirm it. I could try take a look in python3.6 to see whether that's the case, but...
Oh, that is nice to hear! Unfortunately, I have very little knowledge of angular :stuck_out_tongue:
I made a small script that does a request to explainshell and parses its output. It doesn't parse properly in all places, but it's a good starting point: Uses pup...
Hi @fredrikaverpil I stumbled upon the same issue by coincidence and checked out #156. The fix seems to work great on my end! :smile: Only slightly surprising behaviour I found...
Thanks for the clarification! Makes sense that neotest looks upward when finding the nearest test, so this is intended behaviour :+1: > Since you have verified that it works for...