yalon
yalon
Hi, Install omf v7 on osx: ``` > git status HEAD detached at v7 nothing to commit, working tree clean > omf doctor 20:14 21-07-2020 Oh My Fish version: 7...
Hi, Thanks for building this! We have an SQL query that's part static (e.g. select * from users) and part dynamic (e.g. multiple joins with user-defined tables, the number of...
This is true for Linux: If we have a Google Drive file called `https://a/b/c/boardingpass.pdf` when we pull we get a directory called `https:`, then a directory called `a`, then `b`,...
It would be great if hybrid mock would support wrapping an object that implements getattr as a way to call methods (hint: rpc). If the object implements `__dir__` it would...
Instead of using the hybrid mock, allow the user to create his/her own instance so the constructor code will run, and then wrap the object with the recorded calls. Something...
Enhance the ordering groups to allow nesting, and create a new "interleaved" order group. Nesting is helpful to allow for a more modular test code - you can write methods...