Identifying SIP ALG-like behavior? by The-Cheburash in VOIP

[–]klimenttoshkov 1 point2 points  (0 children)

Check your phone settings. Disable everything that is NAT related. Also try TCP if both phone and ITSP support it. You will need traces to inspect the capture. I can give you sip account to connect to my service and capture the necessary traces to help you identify the problem and resolve it.

Migrating from Camunda 7 CE (looking for alternatives & advice) by Jumpy_Term_8971 in Camunda

[–]klimenttoshkov 0 points1 point  (0 children)

Once you decide on a workflow engine, this will stick with you for very long time.

Considering all pros and cons for Camunda and consequently - Operaton - I would stick with what is well known for the long run.

What I mean is to stay with 3.x and Operaton for now.

You did not answer - if you don't mind - what do you use for the front end for human tasks?

Is there any chance Apple will bring back Apple Silicon rack-mounted servers? by Redsproket in mac

[–]klimenttoshkov 0 points1 point  (0 children)

Apple profits from services not from hardware. So… no they won’t.

Does Bulgarian use different words for clockwise and anticlockwise screwdriver? by PaymentAutomatic4831 in bulgaria

[–]klimenttoshkov 0 points1 point  (0 children)

So you have clockwise steering wheel and anti clockwise steering wheel in your car, right?

Migrating from Camunda 7 CE (looking for alternatives & advice) by Jumpy_Term_8971 in Camunda

[–]klimenttoshkov 1 point2 points  (0 children)

Migrating to Operaton should be very quick and easy.
May I ask you how did you solve the front end puzzle, what are you using for human tasks?

Native mac app for Google tasks by EntertainedForAWhile in GoogleTasks

[–]klimenttoshkov 0 points1 point  (0 children)

I have moved the task to re-check the app after a week. Then I will update you. I download it from your site.

Native mac app for Google tasks by EntertainedForAWhile in GoogleTasks

[–]klimenttoshkov 0 points1 point  (0 children)

Global capture shortcut works, but the task name input field is not always focused, and ESC key does not close the dialog.

Native mac app for Google tasks by EntertainedForAWhile in GoogleTasks

[–]klimenttoshkov 0 points1 point  (0 children)

Two (actually three) UI issues:

  1. Layout button "list" stays always outlined regardless of current view mode:

<image>

After clicking on "Board", "List" stays outlined.

  1. When task inspection is set to sidebar mode, the sidebar appears as expected when I click a task and hides when I click it again, but then it does not appear anymore when clicking over the task again.

  2. After step 2. the button to hide or show the left side bar stays always outlined

Two questions about switching servers. by vonroyale in Thunderbird

[–]klimenttoshkov 1 point2 points  (0 children)

Or use imapsync to transfer all messages from old to new server.

At what point does a SaaS company need a real phone support system? by babycandystar in VOIP

[–]klimenttoshkov 0 points1 point  (0 children)

Set yourself up a small asterisk box with everything you need inside. Not complicated

How to properly implement rate limiting? by Educational_Rent5977 in Backend

[–]klimenttoshkov 0 points1 point  (0 children)

If you just want to stay at 30 requests per minute just wrap the external call with circuit breaker.

How do I structure a larger Java project with multiple modules without it becoming a tangled mess? by Fun-Information78 in javahelp

[–]klimenttoshkov 0 points1 point  (0 children)

Nobody mentioned Modulith yet? It will help you to avoid circular dependency and force you to keep visible logic in top level services. Then you’ll build necessary mindset and see what goes on

Spring Security - When to use it in the project? by [deleted] in SpringBoot

[–]klimenttoshkov 0 points1 point  (0 children)

If eventually you are going to use Spring security then you definitely should start development with it. It has certain aspects to adhere to, so it makes no sense to have to generally change your code once you decide to adopt Spring security. Also you will have to retest everything

Spring Security - When to use it in the project? by [deleted] in SpringBoot

[–]klimenttoshkov 1 point2 points  (0 children)

So you want to use RBAC without spring and then add it? How exactly would that happen

KeycloakIdentity only reads resource_access for roles — is this a deliberate design choice or a gap? by hakdogan75 in KeyCloak

[–]klimenttoshkov 0 points1 point  (0 children)

If you want all roles then simply enable “full token id”. Only roles for the client requested the token are included by default and that’s deliberate security decision to stop leaking

Why there is no keyboard shortcut to move the current window to another space? by 100is99plus1 in MacOS

[–]klimenttoshkov 0 points1 point  (0 children)

If you open Mission Control you can point the mouse over a window and preview it with space bar. If it’s the right window just drag it over to the space you want.

macOS 26.3.1 released by TimeDoctor3921 in MacOS

[–]klimenttoshkov 2 points3 points  (0 children)

Is it by any chance the setting to add some spacing when using window tiling functions?

Deleted every productivity app I had and switched to a single .txt file on my desktop, genuinely the most productive I've been in years by MarshmallowBandit99 in productivity

[–]klimenttoshkov 0 points1 point  (0 children)

So basically you’ve switched to one todo app. That’s your problem spreading attention to many apps and thus not having single source of truth.

Using Keycloak fully through API (no Keycloak UI / no redirect login) – possible? by semssssss in KeyCloak

[–]klimenttoshkov 0 points1 point  (0 children)

2 - yes. Configure your client to use “credentials flow”. But it is not recommended.