Filipp Balakin

Results 11 comments of Filipp Balakin

@genzgd that functionality is in dbt-utils package mostly. the adapter related macros that should be overridden: ```sql {% macro default__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %} select distinct table_schema as {{ adapter.quote('table_schema')...

Yeah super annoying, would love to see that merged

for those coming from google ``` AWS_STORAGE_BUCKET_NAME = 'server-media' AWS_S3_ENDPOINT_URL = f'https://s3-accelerate.amazonaws.com' AWS_S3_ADDRESSING_STYLE = 'virtual' AWS_S3_SIGNATURE_VERSION = 's3v4' AWS_S3_REGION_NAME = 'eu-central-1' ```

не в compat.lua а во всех файлах поменяй C_Timer. на C_Timer: , а ещё в compat.lua удали после `if not C_Timer` есть ещё чето про версию тип `C_Timer.version ~= 2`...

Ну первое это в elvui пытается найти SocialToastFrame, которого нет а второе опять таймер, хз правда что не так конкретно и где, не пишет, возможно одна ошибка из-за второй

да мне каждую неделю в дисе пишут с этими ошибками, сразу вижу "о сирус опять"

Can you get mod:RegisterKill("yell", L.YellKill) from DBM? If not i'd just copy these localisations from DBM and implement the same mechanic of registering boss' voicelines on "kill"

For me it happened when i used readonly inlines and changed the non-inline object: ``` class ReadOnlyNestedTabularInline(NestedTabularInline): extra = 0 def has_add_permission(self, request, obj=None): return False def has_delete_permission(self, request, obj=None):...

Bunny explicitly stated it was disabled for performance reasons. https://i.imgur.com/Irg5ANY.png You can make elvui-style bars yourself by creating a border and selecting elvui texture.