Steve Tarver
Steve Tarver
This plugin is a great idea ;) Unfortunately, not work for me in PyCharm version 2022.1 Tried a simple example having a single var in .env and json formats following...
Just cause I am reading through issues: is the root problem not using `converters.optional`? Or alternatively, adding a None check in the local validator? ```python from pprint import pprint as...
Thanks for the very prompt response. I will add this as an item to my list of dark projects - no idea on time frame, but will take you up...
Hey @Stnaire, let me see if I can provide more clarity. The repo README describes how to form an array from a single cell's contents: > An embedded array key...
@Stnaire: The excel-as-json encoding scheme is key-value assignment; the key is a json path to an element, and the value is assigned that element. There is no facility for denoting...
Implementation notes: Provide syntax for creating multidimensional arrays as values: ```json [{ "settings": { "layout": [ ["[i]", "[e]", "[ɛ]", "[a]", "[y]", "[ø]", "[œ]", "[u]", "[o]"], ["[ɔ]", "[ɛ̃]", "[f]"] ] }...
There are no additional prereqs for this package. It has always worked with a simple npm install, although I have not actually installed with v10 yet. Note: I will likely...
Nice. This is an interesting exercise. It will take me a bit to get around to looking through it more deeply and deciding if I want to move out of...
@JesusLopezCh , I have noticed this in the past as well. The dependent package, "excel", does not report errors on some failure to load a file - as confirmed by...
Note: leaving this issue open to track progress or mitigation. Perhaps throw our own exception when excel does not produce data.