<feed xmlns='http://www.w3.org/2005/Atom'>
<title>walint/server, branch playground</title>
<subtitle>A linter for workadventure maps
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/'/>
<entry>
<title>server: small html improvements</title>
<updated>2022-03-06T17:13:08+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-06T17:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=6b71528e72458bcb5e0a0089033b9367c887967f'/>
<id>6b71528e72458bcb5e0a0089033b9367c887967f</id>
<content type='text'>
bootstrap is horrible and should be replaced
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bootstrap is horrible and should be replaced
</pre>
</div>
</content>
</entry>
<entry>
<title>server: don't hardcode the websocket domain/protocol</title>
<updated>2022-03-06T13:16:00+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-06T13:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=80d6cadca15fdebb830e8b6006e38890ad0acbd9'/>
<id>80d6cadca15fdebb830e8b6006e38890ad0acbd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server: websocket for updates &amp; auto-reload</title>
<updated>2022-03-06T12:58:42+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-06T12:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=e495931e6126896b09a5e95db8ba6f56fda42808'/>
<id>e495931e6126896b09a5e95db8ba6f56fda42808</id>
<content type='text'>
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
</pre>
</div>
</content>
</entry>
<entry>
<title>server: add a very simple relint button</title>
<updated>2022-03-06T07:02:30+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-06T07:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=ad7343815cc89d34c68f7d38239882bd3d36a577'/>
<id>ad7343815cc89d34c68f7d38239882bd3d36a577</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mapserver: somewhat more decent logging</title>
<updated>2022-03-03T17:13:30+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-03-03T17:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=1a11fb5e4ad891d4f3230f386e78de3f6499fd30'/>
<id>1a11fb5e4ad891d4f3230f386e78de3f6499fd30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server: write out adjusted maps</title>
<updated>2022-02-25T15:30:45+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-02-25T15:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=55c2994e856ceaf82edd06587e2faffb7c58950c'/>
<id>55c2994e856ceaf82edd06587e2faffb7c58950c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to universum prelude</title>
<updated>2022-02-18T17:09:23+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-02-18T17:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=7c49e6c367c9d021f3630c08a4a13ba9abc5df08'/>
<id>7c49e6c367c9d021f3630c08a4a13ba9abc5df08</id>
<content type='text'>
also don't keep adjusted maps around if not necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also don't keep adjusted maps around if not necessary
</pre>
</div>
</content>
</entry>
<entry>
<title>sprinkle some NFData everywhere</title>
<updated>2022-02-16T23:41:36+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-02-16T23:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=faa244e1a7e760be88054a5f15b3e115ad8e32e5'/>
<id>faa244e1a7e760be88054a5f15b3e115ad8e32e5</id>
<content type='text'>
(also some evaluateNF, leading to slightly less memory usage)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(also some evaluateNF, leading to slightly less memory usage)
</pre>
</div>
</content>
</entry>
<entry>
<title>server: remove a thunk leak</title>
<updated>2022-02-16T23:06:22+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-02-16T23:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=487e06bf875ba8a835399b26095c756899b1209f'/>
<id>487e06bf875ba8a835399b26095c756899b1209f</id>
<content type='text'>
(really a lot of these data structures should be eagerly evaluated into
normal form, i suspect there's still a lot to be gained)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(really a lot of these data structures should be eagerly evaluated into
normal form, i suspect there's still a lot to be gained)
</pre>
</div>
</content>
</entry>
<entry>
<title>server: exneuland wants a token, apparently</title>
<updated>2022-02-16T19:28:46+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2022-02-16T19:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/walint/commit/?id=7c73bf1d94b8a972ba64fb8210290de7e6ab2839'/>
<id>7c73bf1d94b8a972ba64fb8210290de7e6ab2839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
