Max Arnold

Results 81 comments of Max Arnold

Translation is hard, so before investing significant amount of time, I'd suggest to do two things: 1. Have some stats about geonames data - % of translation coverage by language...

Can't reproduce this. Could you provide additional details like python/django/cities-light versions? Also it would be nice if you add this print statement and post its output too: ``` src_file =...

Поскольку все примеры кода используют `ydb.Driver()` а не `ydb.TableClient()` как в приведённом вами тесте, пришлось немного покопаться как прокинуть эти настройки. Получилось так: ```python self.driver = ydb.Driver( driver_config = ydb.DriverConfig(...

I think it is a chicken and egg problem. Grains resemble facts about the target system and are often used to assign pillar data. Doing the reverse (using pillars to...

Programmatic control of what gets autoaccepted is nice! 1. There is no need to modify the man page - it will be generated automatically 2. Versionadded should be 3007 (hopefully)...

With a little bit of python intronspection (for ideas see https://github.com/gtmanfred/salint) this could be very useful

I see four broad categories for possible autocompletion helpers: 1. Salt state modules (module/function names, arguments) 2. User state trees (state path/id autocompletion for `include`, `extend`, `require`, `watch`, `onchanges` etc)...

The new `baredoc` module in the upcoming Salt 3001 Sodium release can dump all the state/execution module functions. VSCode SaltStack plugin already uses it to provide the most comprehensive state...

VSCode approach pros: * Easier to setup (just install the plugin, no need to fiddle with salt) * Works with any Salt version (not just the upcoming 3001) * Probably...

I can confirm this: ``` systemctl mask salt-minion systemctl mask salt-master ``` Works for the minion: ``` curl -L https://bootstrap.saltproject.io | sh -s -- -X -d onedir latest ``` Doesn't...