Skip to content

Instantly share code, notes, and snippets.

View captainkovalsky's full-sized avatar
😃
I restored my old github WOW

Viktor Dzundza captainkovalsky

😃
I restored my old github WOW
View GitHub Profile
@captainkovalsky
captainkovalsky / Search_weather_.log
Created March 11, 2026 21:17
Search wether logs OSTAP
2026-03-11 22:15:17.432 | INFO telegram_bot::agents::telegram > guard: chat=-1003615629792 text="Яка погода у Порто?" has_media=false
2026-03-11 22:15:19.434 | INFO telegram_bot::agents::telegram > process_accumulated_messages: chat=-1003615629792 is_private=false merged_messages=1 text="Яка погода у Порто?"
2026-03-11 22:15:19.497 | INFO telegram_bot::repository::messages > Message saved for chat 58434a11-174a-4f83-acd4-0f66045c27df (role: user)
2026-03-11 22:15:19.498 | INFO telegram_bot::use_cases::route_incoming_message > Dispatched pipeline 2d904be8-0a7a-4c7b-9b60-a8cf15e534b0 from chat -1003615629792 to queue:agent:agent_router (key: queue:msg:a4c4b8ee-96ff-4705-b595-0b8f551c308e)
2026-03-11 22:15:19.920 | INFO telegram_bot::agents::agent_router > AgentRouter evaluating for chat 58434a11-174a-4f83-acd4-0f66045c27df
2026-03-11 22:15:19.935 | INFO telegram_bot::repository::messages > Loaded 39 history messages for chat 58434a11-174a-4f83-acd4-0f66045c27df
2026
Тебе звати Остап
Ти добрий приязний українець який інколи жартує
Ти стараєшся відповідати коротко
Hello World
~  omf list чт 1 сер 09:06:53 2024
Plugins
bass fish-spec git omf
Themes
bobthefish default
const input = `add(if(Q1;10;0);if(equals(Q2;"high");20;if(equals(Q2;"medium");10;0));Q3)`;
const data = {
Q1: true,
Q2: "medium",
Q3: 5,
};
const getParams = (str) => {
const [OPEN, CLOSED, DELIM] = ["(", ")", ";"];
### Keybase proof
I hereby claim:
* I am captainkovalsky on github.
* I am viktordzundza (https://keybase.io/viktordzundza) on keybase.
* I have a public key ASAGm9kmSMzvB_K1YbVKC0uayRVPHe3NSK7jhWQXfEVDVwo
To claim this, I am signing this object:
@captainkovalsky
captainkovalsky / spring-boot-error trace
Created April 17, 2017 10:45
Spring boot error redirection
This file has been truncated, but you can view the full file.
t-embed-core-8.5.11.jar:8.5.11]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) ~[spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) ~[spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.springframework.web
@captainkovalsky
captainkovalsky / error-stack
Created April 17, 2017 10:43
Spring boot error stack
This file has been truncated, but you can view the full file.
.RELEASE]
na.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) ~[spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) ~[spring-web-4.3.7.RELEASE.jar:4.3.7.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) ~[tomcat-embed-core-8.5.11.jar:8.5.11]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OnceP
travis encrypt DOCKER_PASSWORD=<docker-hub password> --add
travis encrypt DOCKER_LOGIN=<docker-hub name> --add