Spartak

Results 15 comments of Spartak

Any luck for the basic functionality to be fixed? This is still a thing

This is really a very useful thing. My suggestion is to have client API like ga has https://developers.google.com/analytics/devguides/collection/analyticsjs/events But this needs really complicated interface ```javascript shynet.sendEvent(category, action, label?, value?) /*...

@ndao had the same problem right now. Wanted to create simple time_diff function and I don't know what to do now =) ```sql CREATE FUNCTION time_diff(timestamp, timestamp) RETURNS integer AS...

I even tried an example from the docs. Doesn't work either ```sql CREATE FUNCTION time_diff(timer_row timer) RETURNS Integer AS $$ SELECT EXTRACT(EPOCH FROM timer_row.time_finish)::Integer - EXTRACT(EPOCH FROM timer_row.time_start)::Integer $$ LANGUAGE...

Have kinda same issue. Tests were developed on Mac and running fine, but on Windows server 2022 I get 'Segmentation fault' This is the only message I get ``` >...

Does it really need to be on a Swarmpit side? -If it is an HTTP service, that could be done with a ton of PING services -if you want to...

https://github.com/statping/statping as an example. And I saw 4 opensource projects like this

That's unfortunate. I'm a Swarmpit daily user too and have a lack of these features: -editing configs -editing auto pulling interval (even GitLab has limits, and I can't pull images...

Hello. I've got the same problem for the first time. /cpu /memory are not responding. The response error is just plain text ``` Malformed application/json in :muuntaja/encode ``` This is...

Any updates on this? Could be very useful for migrating to another provider or if everything dies to redeploy fast.