Cezary K. Wagner

Results 11 issues of Cezary K. Wagner

Please comapre results of CIE lab colorpy: https://www.dropbox.com/s/icv3uz3xlndg0nm/cielab2.png with colormath CIE lab: https://www.dropbox.com/s/4pqglkzbi66p1v5/cielab.png As I found there is problem with luminance for red - colorpy give higher luminance than the...

``` python from colorpy import colormodels as cm class ColorPy(object): @staticmethod def irgb2lab(r, g, b): irgb = cm.irgb_color(r, g, b) rgb = cm.rgb_from_irgb(irgb) xyz = cm.xyz_from_rgb(rgb) lab = cm.lab_from_xyz(xyz) return...

D:\video\professional programming\011 Jak zostać programistą\render> vosk-transcriber -i "011 - Jak zostać programistą.ac3" -l pl vosk-model-small-pl-0.22.zip: 0.00B [00:00, ?B/s] Traceback (most recent call last): File "C:\root\Python\Python310\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(),...

``` --ignore IGNORE File patterns that should be ignored (can provide multiple, will each subtract independently) ``` This option is enigmatic to me - REGEX pattern or something else -...

It is not clear for me how to solve this problem - where is problem and why is problem? Traceback (most recent call last): File "C:\root\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main...

I have tested collator itself and it takes some time to sort 3000 items - I want use pyuca in interactive application/web: raw_keyword_idea.py:35() -> 3332 0.010 1.048 collator.py:102(sort_key) ``` 1...

My profiler show that it is slow for user interactive/web application. Can you reduce also memory usage if it possible. See: 0.000 0.634 **init**.py:9(getUnicodeCollator) ``` import os import pyuca __collator...

**What version of protobuf and what language are you using?** Version: pip install protobuf==4.21.7 Language: Python **What operating system (Linux, Windows, ...) and version?** Windows 10 **What runtime / compiler...

bug
python

I tested RazorEngine and found that it can not be used in server solution since critical bug generating memory leaks. Each creation AppDomain generates memory leak since Razor not unload...

I read table in of supported properties and not found support for BlobProperty. class ModelConverter(ModelConverterBase) ndb.py