• Zwolle, Netherlands
  • https://molodetz.nl
  • I'm a software developer from the Netherlands. I have professional experience in almost all commonly used programming languages and database servers. I worked in sectors like recycling / packaging / automotive / web hosting / cloud / IT / charity.

  • Joined on 2024-11-19
retoor commented on issue retoor/devplacepy#24 2026-06-14 23:30:53 +02:00
Cannot delete specific ticket via UI

Double slug uids because of uuid7..


Posted by retoor via DevPlace.

retoor opened issue retoor/devplacepy#25 2026-06-14 23:27:12 +02:00
Scroll back to comment position after deleting a comment
retoor pushed to main at retoor/wren 2026-06-14 20:49:28 +02:00
73bb6c7239 feat: add complete DOM implementation with Document, Element, and NodeList classes to html module
fe1f129349 chore: switch ci artifact upload action to gitea-compatible fork
0091167fff ci: remove debug build matrix from linux CI workflow and hardcode release config
e3c15968cf chore: add blank line separator before git add commands in publish target
e689b815ab feat: replace legacy GitHub Actions CI with Gitea workflow supporting debug and release builds
Compare 1726 commits »
retoor pushed to main at retoor/snek 2026-06-14 20:17:32 +02:00
694b40bc0e feat: add table plugin to markdown renderer and style table elements in chat messages
ab60650a09 fix: increase socket close timeout to 300s and client call timeout to 300s
37df158bc9 feat: strip 'export ' prefix from env lines in load_env parser
9b4040a326 perf: increase websocket heartbeat to 300s and load subscriptions asynchronously in RPCView
304ddc021d chore: bump version to 1.35.0 and auto-assign admin role to first registered user
Compare 925 commits »
retoor pushed to main at retoor/zhurnal 2026-06-14 19:51:27 +02:00
02ce6c5c64 chore: bump zhurnal version to 0.2.0 and fix dependency specifier spacing in requires.txt
a885ad9e02 feat: add graceful shutdown with signal handling and process cleanup to Zhurnal app
bc402f5303 chore: add make install target, clean target, debian packaging script, and update README with full documentation
cf87fa4a91 feat: add monthly export statistics aggregation for user activity reports
ecfaa7b389 chore: add built wheel and sdist for v1.4.37 with updated metadata and entry points
Compare 22 commits »
retoor pushed to master at retoor/zhurnalweb 2026-06-14 19:51:16 +02:00
a06f2192cc refactor: convert synchronous git subprocess calls to async with asyncio.create_subprocess_exec
e8866082ac refactor: simplify commit message prompt generation in process_repo function
f51466bec7 fix: resolve WebSocket protocol mismatch and expand AI prompt examples in process_repo
3ea1cf5238 fix: update repository clone URL and directory name in README
33292f48ae feat: add comprehensive README with overview, features, installation, and usage for Zhurnal changelog generator
Compare 6 commits »
retoor pushed to main at retoor/yura 2026-06-14 19:51:07 +02:00
29471a61f4 chore: bump client dependency to v2.3.1 and add missing self.client attribute in AsyncClient
47f8f231aa chore: remove stale websocket assignment from AsyncClient._connection method
95ededec5a fix: fix syntax error in AsyncClient.__aexit__ by removing stray zero argument from close call
f2357ae2ac feat: add lazy connection initialization via _connection property in AsyncClient
ff9d1ae170 feat: add ws attribute and dataset support to AsyncClient chat method
Compare 24 commits »
retoor pushed to main at retoor/zamenyat 2026-06-14 19:50:54 +02:00
76a64784ce feat: add .gitignore entries for backup files and app2.py, and include review JSON/MD artifacts for zamenyat modules
b1c84e67c9 feat: add .gitignore entries, new run2 target, and rewrite __main__ with MIT license header
00e2232e40 chore: reformat argparse arguments and fix import ordering in app.py and __main__.py
1a79ba252a fix: correct connection count variable in upstream connect/disconnect log messages and fix writer close ordering
0a7aa5babb perf: replace per-connection counter with total counter in handle_client to fix connection numbering
Compare 12 commits »
retoor pushed to main at retoor/wrenner 2026-06-14 19:50:27 +02:00
52e14f31fe chore: add .gitignore entries for wren binary and merged source file, update Makefile with GTK3 dependencies and commented build targets, and include README with project overview and extension documentation
99972eb8cc feat: replace socket backend with sqlite3 and refactor socket API to static methods
7dda554d0a feat: add sqlite3 and io foreign modules with async callbacks and integrate into build
46abad3a3a feat: implement string backend with endsWith, startsWith, and replace methods for Wren VM
e8a993062c feat: implement web crawler with url queue and html parsing engine
Compare 8 commits »
retoor pushed to master at retoor/wolk 2026-06-14 19:50:08 +02:00
e383eae3a7 feat: add email field to users table, switch default entrypoint to prod.py, and remove redis/nginx from docker-compose
314eb930f7 chore: update default port from 8080 to 8597 in .env.example and docker-compose.yml
0bc7afc079 chore: replace hardcoded JWT secret with generated key and add property cache to Database class
b6d87f6fe7 chore: remove trailing whitespace from MethodStats properties and delete unused benchmark2.py
e4e5870e71 feat: add WebDAV benchmark tool and enhanced server with prime-on-write caching
Compare 8 commits »
retoor pushed to main at retoor/tikker 2026-06-14 19:49:53 +02:00
6cfb7ff584 feat: add export command and hash-based word frequency tracking in tikker
57e32c5769 chore: remove legacy libtikker static library and simplify Makefile build targets
18cd67566d feat: add CI/CD workflows, Docker deployment, and ML analytics service to project
caee3a7e22 chore: add openai and requests dependencies and refactor plot.py with logging and new tikker_viz module
4000207873 chore: add comprehensive Python project gitignore entries for __pycache__, .env, venv, and IDE files
Compare 38 commits »
retoor pushed to main at retoor/webdav 2026-06-14 19:49:43 +02:00
be367c937f chore: scaffold initial project with gitignore, readme, requirements, test client, and webdav server
retoor pushed to main at retoor/uberlama 2026-06-14 19:49:38 +02:00
0ebecfa9b6 feat: add OpenAI-compatible HTTP handler with parameter translation in server.py
ae8c99f954 fix: add debug logging and print statement to http_handler and app setup
6d995520ad chore: reorder model pull after server startup in ollama-colab-v2.sh
e078b8a5bb chore: add logging for model fetch and fix stream termination logic in websocket client and server
d095e7de1e chore: add debug prints and fix streaming response handling in websocket client and server
Compare 23 commits »
retoor pushed to main at retoor/tuna 2026-06-14 19:49:12 +02:00
bac97a5d2e feat: add Dockerfile and docker-compose.yml for containerized deployment of AISApp with dotnet sdk 9.0
e7c76fb940 feat: add Dockerfile and docker-compose.yml for containerized deployment
01af17c730 refactor: extract ais module from rest handler into dedicated AISApp/AIS.cs file
ee7d5d48bd refactor: extract ais module from rest handler into dedicated package
8bd9a75162 feat: convert AISApp from console REPL to ASP.NET REST server with static chat UI
Compare 7 commits »
retoor pushed to master at retoor/technews 2026-06-14 19:49:01 +02:00
aa071db7ae chore: move hidden sentiment div below article excerpt in newspaper template
719b31c465 chore: replace hidden input with hidden div for sentiment display in newspaper template
4efb11dc6a feat: add sentiment analysis module using VADER with classify and score functions
422e4bf0c9 feat: integrate vaderSentiment analysis into article ingestion and search endpoints
6416b18ca6 fix: assign first_newspaper variable before loop to fix newspaper context in newspaper_latest endpoint
Compare 8 commits »
retoor pushed to main at retoor/sorm 2026-06-14 19:48:58 +02:00
b6ac734183 fix: suppress unused parameter warnings and remove dead code in cli and main
985b469af4 chore: remove debug console.log statements from user authentication flow
60f98fdec7 chore: strip debug print statements and dead csv cleanup code from sormc and sormq
5565dd7e81 feat: add rlib.h header with 8.4k lines of core utility macros, type definitions, and MIT license boilerplate
e28a87af74 fix: replace broken curl download with local cp for rlib.h in build workflow
Compare 21 commits »
retoor pushed to main at retoor/textseek 2026-06-14 19:48:54 +02:00
2b356f4326 chore: scaffold textseek project with Docker, Makefile, SQLite amalgamation, and FTS5 search tool
retoor pushed to main at retoor/sudoku 2026-06-14 19:48:47 +02:00
67e1468548 feat: add sudoku.js code review with grade and optimization suggestions
5494d80f86 chore: remove deprecated placeholder comment block from main module
f87a0cdc84 docs: add project overview section and fix heading levels in readme
3469e57f7b docs: add valid sudoku count and clarify project focus on hardest puzzles in readme
7852ec4854 docs: add sudoku screenshots and update readme with revised usage instructions
Compare 9 commits »
retoor pushed to master at retoor/swiftii 2026-06-14 19:48:47 +02:00
4d3a29a435 feat: add self-mention filtering with regex in MentionBot and update default model in README
3bd2edba80 feat: add persistent state manager to track last mention time across restarts
60d325a970 feat: add Grokii AI-powered devRant bot with chat and spam detection modes
Compare 3 commits »
retoor pushed to main at retoor/streamii 2026-06-14 19:48:33 +02:00
f965fcca32 chore: remove trailing whitespace from README.md line 42 and fix clone URL
51a0abce0d feat: implement Streamii 1.0 with ncurses-based tamagotchi game loop and stat management
523a017c09 feat: add Belgian-themed README with game features and cultural references
Compare 3 commits »