Benj Ledesma
Benj Ledesma
Hi @SXRWahrheit thanks for raising this issue. The error traceback you sent suggests that a dependency of the [PyInquirer package](https://github.com/CITGuru/PyInquirer) is causing the bug, which seems to be a [breaking...
possible that the API returned incomplete data - `item` key had no value, so it was evaluated as `None.get('duration_ms')` not sure why this would happen since when you try running...
I'll try to keep testing this to see what's going wrong, though I can't seem to replicate it on my end. What device are you playing spotify from?
Hmm I really can't seem to replicate the issue on my end, so I configured the cli to save the last response of every API request (excluding token refresh) to...
I think if there are duplicate operations / selections, the `generate` command should throw an error instead of returning only one operation in the artifact. If the developer does something...
Hey @AlecAivazis , thank you for your explanation. My bad for not figuring out that you were talking about the `@list` directive; I thought you were talking about duplicate operations...
It seems as though setting `editorStyle` to something like `fontSize: 16` sets the default selected font size to 16 (not just what is displayed). Tested on version 1.14.7
^^ The above fix works for me, though had to delete node_modules & package-lock.json
Hey @vjuneja , addressed these in the last 2 commits. Please check them out, thanks!
hi @vjuneja , this completely slipped my mind so just following up if you'd like me to continue working on this feature? =)