Maduranga Kannangara
Maduranga Kannangara
I just happened to drop by here through Google while looking to export the Kanban board as-is as a PDF (meaning I was after the whole Kanban view to be...
It it just me or is it a mixing of the Authorisation Server implementation vs OIDC Client implementation in the discussion forums. Why I say that here? Well, it is...
Are you saying that if I open the .iml file and try to run the Unit tests they all would work fine out of the box? HelloworldKeys and some classes...
Probably. I couldn't find the code I was working with. It's been a while. Can try sometime when I get more time. Basically I recall -- when logout, the view...
Using Sentry 7.10.0. Still have this issue. It is a Spring Boot (not MCV) project. I had to add MVC dependancy to solve the issue. ``` org.springframework.boot spring-boot-starter-web ``` Ideally...
@adinauer I see the same exception. Pretty sure it is easy to re-produce if you didn't include the library I mentioned in the comment above at https://github.com/getsentry/sentry-java/issues/1863#issuecomment-2183917841 comment.
I confirm this is a problem in Mac. Simplest code example as follows: ```java import com.sshtools.twoslices.Toast; import com.sshtools.twoslices.ToastType; Toast.toast(ToastType.INFO, "Information", "Here is some information you cannot do without."); ``` Error...
In MacOS Sonoma 14.5, issue still happening. I suspect if the ScriptEngine is still used this way in new versions, and if that's the case for this error. When this...
0.9.4 works! Nice work! Following error is printed in the console, however I get the notification on MacOS 14.5 without other issues. ``` ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider apple.applescript.AppleScriptEngineFactory not found...
Thought I would add some steps to easily re-produce the issue: ### Steps to re-produce the issue: 1. Open Obsidian. Click Help > Open SandBox Vault. Now that will give...