<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-lsfg-vk/src/config/configSchema.ts, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/'/>
<entry>
<title>remove dead code across frontend and backend</title>
<updated>2026-05-07T20:44:59+00:00</updated>
<author>
<name>Christopher Lott</name>
<email>chris@MacBook-Air-von-Christopher.fritz.box</email>
</author>
<published>2026-05-07T20:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=0a9ed38d9e5e3f67efc0ecdc0d549d67ccb86fb8'/>
<id>0a9ed38d9e5e3f67efc0ecdc0d549d67ccb86fb8</id>
<content type='text'>
- Remove TS ConfigurationManager class in configSchema.ts (called
  non-existent backend methods; only getDefaults() was used, replaced
  with direct import)
- Remove Python update_config method and create_config_from_args (unreachable
  since plugin.py routes through update_config_from_dict; also carried a
  duplicate @staticmethod that would crash at runtime)
- Delete configuration_helpers_generated.py entirely (all three functions
  were unused)
- Remove their generators from generate_python_boilerplate.py
- Remove dead generated code from config_schema_generated.py
  (create_config_dict, get_function_parameters, TOML_FIELDS, SCRIPT_FIELDS)
- Remove duplicate import in config_schema.py
- Remove unused config prop from UsageInstructions component
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove TS ConfigurationManager class in configSchema.ts (called
  non-existent backend methods; only getDefaults() was used, replaced
  with direct import)
- Remove Python update_config method and create_config_from_args (unreachable
  since plugin.py routes through update_config_from_dict; also carried a
  duplicate @staticmethod that would crash at runtime)
- Delete configuration_helpers_generated.py entirely (all three functions
  were unused)
- Remove their generators from generate_python_boilerplate.py
- Remove dead generated code from config_schema_generated.py
  (create_config_dict, get_function_parameters, TOML_FIELDS, SCRIPT_FIELDS)
- Remove duplicate import in config_schema.py
- Remove unused config prop from UsageInstructions component
</pre>
</div>
</content>
</entry>
<entry>
<title>rm old comments</title>
<updated>2025-10-22T01:45:14+00:00</updated>
<author>
<name>xXJsonDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-10-22T01:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=f32c8760d15bf4713b3f9af1384219a44322febd'/>
<id>f32c8760d15bf4713b3f9af1384219a44322febd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add enable zink toggle for openGL compat</title>
<updated>2025-09-17T00:12:27+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-09-17T00:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=08dd3c3d6dba652fd678941286bb9c0132dd9522'/>
<id>08dd3c3d6dba652fd678941286bb9c0132dd9522</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: groundwork for fp16 feature in lsfg-vk</title>
<updated>2025-08-05T16:36:50+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-08-05T16:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=3688c8bd07af67a00748c87581c80c5125d9273a'/>
<id>3688c8bd07af67a00748c87581c80c5125d9273a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>swap wsi disable to enable, ui toggle off state as enable = 0 on default</title>
<updated>2025-07-26T18:53:30+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-07-26T18:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=ab8ddfef740ad2877e4d82be6471474c89755653'/>
<id>ab8ddfef740ad2877e4d82be6471474c89755653</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add wsi and force enable vkbasalt env var args and ui</title>
<updated>2025-07-24T14:06:34+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-07-24T14:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=ed804515981cd5176ac244a0fdaa301a55fa97f9'/>
<id>ed804515981cd5176ac244a0fdaa301a55fa97f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fps slider for target pacing with UI</title>
<updated>2025-07-24T03:07:35+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-07-24T03:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=b37f3c7044209fc6fef3e39be549b97db194db3d'/>
<id>b37f3c7044209fc6fef3e39be549b97db194db3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use generated kwargs and config in more hardcoded places</title>
<updated>2025-07-22T17:23:25+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-07-22T17:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=d063284dea10e82a23c2c332ecd4901d7254171b'/>
<id>d063284dea10e82a23c2c332ecd4901d7254171b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: update configuration handling to use object-based API</title>
<updated>2025-07-22T15:41:49+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-07-22T15:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=dfe4c033dd1922a63c8393ab467e9aa58fa757e4'/>
<id>dfe4c033dd1922a63c8393ab467e9aa58fa757e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add workaround env vars, rm old tests</title>
<updated>2025-07-22T15:11:44+00:00</updated>
<author>
<name>xXJSONDeruloXx</name>
<email>danielhimebauch@gmail.com</email>
</author>
<published>2025-07-22T15:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mirror.aerocore.com.cn/xXJSONDeruloXx/decky-lsfg-vk/commit/?id=c02343e68874efd57c2e312cb6b7e4f02222e43a'/>
<id>c02343e68874efd57c2e312cb6b7e4f02222e43a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
