<feed xmlns='http://www.w3.org/2005/Atom'>
<title>decky-loader/backend, branch python-lint-format-test</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/'/>
<entry>
<title>Disable SyntaxError lint rule due to ruff not supporting pattern matching</title>
<updated>2023-02-04T03:31:42+00:00</updated>
<author>
<name>Sky Leite</name>
<email>sky@leite.dev</email>
</author>
<published>2023-02-04T03:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=897e1773a5c44b8845efb3d2ccb33071be566d51'/>
<id>897e1773a5c44b8845efb3d2ccb33071be566d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unescaped curly braces in javascript formatting</title>
<updated>2023-02-04T03:29:34+00:00</updated>
<author>
<name>Sky Leite</name>
<email>sky@leite.dev</email>
</author>
<published>2023-02-04T03:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=4e92d4bfc5652304a6ec0b62e70ab0574ffe159d'/>
<id>4e92d4bfc5652304a6ec0b62e70ab0574ffe159d</id>
<content type='text'>
This would previously throw an error due to `format` interpreting the
curly braces as placeholders
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would previously throw an error due to `format` interpreting the
curly braces as placeholders
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix F821 lint rule</title>
<updated>2023-02-04T03:22:17+00:00</updated>
<author>
<name>Sky Leite</name>
<email>sky@leite.dev</email>
</author>
<published>2023-02-04T03:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=1edcc090203f3ca3cb610910f1886d68e29bca88'/>
<id>1edcc090203f3ca3cb610910f1886d68e29bca88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix F811 linter rule</title>
<updated>2023-02-04T03:21:31+00:00</updated>
<author>
<name>Sky Leite</name>
<email>sky@leite.dev</email>
</author>
<published>2023-02-04T03:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=e3e1cf2df730f2dc12882e1f33b2a7ba44647de9'/>
<id>e3e1cf2df730f2dc12882e1f33b2a7ba44647de9</id>
<content type='text'>
get_user_group was defined twice, so I merged both definitions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_user_group was defined twice, so I merged both definitions
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix E722 linter rule</title>
<updated>2023-02-04T03:12:00+00:00</updated>
<author>
<name>Sky Leite</name>
<email>sky@leite.dev</email>
</author>
<published>2023-02-04T03:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=93587fe33bdeefb7368a347ad60f9baf601b8eaa'/>
<id>93587fe33bdeefb7368a347ad60f9baf601b8eaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix most formatting and linting errors</title>
<updated>2023-02-04T02:59:43+00:00</updated>
<author>
<name>Sky Leite</name>
<email>sky@leite.dev</email>
</author>
<published>2023-02-04T02:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=b6fce46081979c4ec8fdb833ec9583ac7a2f68cc'/>
<id>b6fce46081979c4ec8fdb833ec9583ac7a2f68cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment out un-needed pprint usage</title>
<updated>2023-01-29T23:27:52+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2023-01-29T23:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=36cf85b08a15a8e55b6931894bf448b2977711e5'/>
<id>36cf85b08a15a8e55b6931894bf448b2977711e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add python logging to browser and plugin</title>
<updated>2023-01-29T23:16:16+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2023-01-29T22:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=994da868af407afb15ccd833c22591acb9a1f4d7'/>
<id>994da868af407afb15ccd833c22591acb9a1f4d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add better handling for unloading of plugins</title>
<updated>2023-01-29T21:59:02+00:00</updated>
<author>
<name>TrainDoctor</name>
<email>traindoctor@protonmail.com</email>
</author>
<published>2023-01-29T21:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=2e53fb217a0e870359b48a1f2324f3f5cf30d7ec'/>
<id>2e53fb217a0e870359b48a1f2324f3f5cf30d7ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose useful env vars to plugin processes (#349)</title>
<updated>2023-01-23T00:54:05+00:00</updated>
<author>
<name>Philipp Richter</name>
<email>richterphilipp.pops@gmail.com</email>
</author>
<published>2023-01-23T00:54:05+00:00</published>
<link rel='alternate' type='text/html' href='http://decky.mirror.aerocore.com.cn/SteamDeckHomebrew/decky-loader/commit/?id=c2b76d9099ac551f829f9cec821c23a9aff6b018'/>
<id>c2b76d9099ac551f829f9cec821c23a9aff6b018</id>
<content type='text'>
* recommended paths for storing data
* improve helper functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* recommended paths for storing data
* improve helper functions</pre>
</div>
</content>
</entry>
</feed>
