jenisys
jenisys
Mmh, actually I tried to use the document workaround `curd install curdling[server]` (with 0.4.0 as you can se above). It works now after I uninstalled everything. But I run into...
Actually, I am not quite sure if cross-compiling is necessary. `pip` installs a wheel which contains the prebuilt binary programs/libs. The python package for ninja/cmake is basically only used as...
Note that you can already use this syntax without any change in `parse` as long as you provide your own type converters for 2 variants (one for cardinality=1 and for...
Just to mention it again: As already stated above, this problem is already solved in `parse_type`, that extends the existing `parse` module that is provided here.
Mmh, works for me with Python 3.10 and parse v1.19.0 (but I am not using Windows). I assume the problem is somewhere on your side. For example, you are using...
Wouldn't it be better to provide a readable name, like "{:Url}" or "{:url} instead of "{:u}" ?!? NOTE THAT: You can already use that by registering your own type. You...
**HINT:** That is basically the case of an `optional` item (or by using choice(s)). You can already solve that yourself by using user-defined types (or: by using `parse_type`). SEE ALSO:...
A clear description with an example, which format specifier you are using, what you observe and what you expect instead, would improve this issue.
No, Microsoft Visual C++ 2015 Redistributable is not installed. And I cannot install it, because a newer version is installed (tells me the VC-REDIST installer).
Windows Application Event Log contains the following application error(s): Faulting application name: zeal.exe, version: 0.5.0.0, timestamp: 0x5a35… Faulting module name: Qt5Core.dll, version: 5.2.9.0, timestamp: 0x59d1... Exception code: 0xc0000005 Fault offset:...