Vitaly Babiy

Results 13 issues of Vitaly Babiy

Would be nice if this was supported: http://haml.info/docs/yardoc/file.REFERENCE.html#html5_custom_data_attributes Thanks.

## Question If I have a DAC that supports up to 96k/24bit is there a way to configure MPD to resample anything over this?

feature

why not?

- added `total_run_count` to the admin - don't clear out last_run_at, on disabling a task. - don't clear out total_run_count on one of tasks.

If the field is tracked with model-utils the descriptor look up fails, this fixes it.

``` from typing import Optional from redis_om import HashModel class TestObject(HashModel): name: str age: int weight: Optional[float] = None obj = TestObject(name="Joe", age=20, weight=None) obj.save() TestObject.get(obj.pk) # pydantic.error_wrappers.ValidationError: 1 validation...

bug

Seeking clarification on the current status of the redis-om-python project. Is this project still actively maintained, or can it be considered a dead project? There hasn't been a release in...

![image](https://user-images.githubusercontent.com/15382/222320517-88450221-e84a-45d9-8504-173ded70e57f.png)

has-workaround

Are you planning on adding media key support?

enhancement
help wanted
os:windows

I get this error when installing it in sublime 3 ``` pytb reloading plugin isort.isort_file Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin m = importlib.import_module(modulename)...