Mike
Mike
@publicroot angular-sanitize.min.js is missing in Your list.
@netanelwebzi You can try to use md-button inside mdt-custom-cell with md-svg-icon ``` ``` just do not forget about $mdIconProvider ``` app.config(function($mdIconProvider) { $mdIconProvider .defaultIconSet('assets/mdi/mdi.svg') }); ``` see [md icons](https://materialdesignicons.com/getting-started) docu
@tomix26 I had similar logs with cause ``` Caused by: java.lang.IllegalStateException: Process [/tmp/embedded-pg/PG-9792fffe99d0c596fbafe7369527c255/bin/initdb, -A, trust, -U, postgres, -D, /tmp/epg18110462070077864717, -E, UTF-8] failed at io.zonky.test.db.postgres.embedded.EmbeddedPostgres.system(EmbeddedPostgres.java:633) at io.zonky.test.db.postgres.embedded.EmbeddedPostgres.initdb(EmbeddedPostgres.java:250) at io.zonky.test.db.postgres.embedded.EmbeddedPostgres.(EmbeddedPostgres.java:157) at io.zonky.test.db.postgres.embedded.EmbeddedPostgres$Builder.start(EmbeddedPostgres.java:584)...
the issue is still where in v.9.0.0 sometimes it affects bot execution sometimes not. ``` 2025-08-08 11:34:30 ERROR [pool-3-thread-1] o.t.t.longpolling.BotSession - Error received from Telegram GetUpdates Request, retrying in 624...
every run the process uses the same tmp folder `/tmp/embedded-pg/PG-9792fffe99d0c596fbafe7369527c255/bin/initdb`. is it make sense to move embedded db out of tmp folder?