Mauricio Klein
Mauricio Klein
Hello! Sedis version 2.10.0-1.1.0 isn't available on Maven Repositories: `unresolved dependency: org.sedis#sedis_2.10.0;1.1.0: not found` Resolving to Pom: `http://central.maven.org/maven2/org/sedis/sedis_2.10.0/1.1.0/sedis_2.10.0-1.1.0.pom`
This is not a custom dependency, it's requested by Play framework + Scala 2.10.0.
play! 2.1.5 (using Java 1.7.0_101 and Scala 2.10.0)
I'm facing the exact same behavior. MacOS Catalina 10.15.7. - Launching from iTerm: works - `open /Applications/Alacritty.app`: works - Launching from Spotlight: fails My error is this one: > Failed...
Thanks for your reply @chrisduerr Yes, via Finder `Ctrl+click + Open` also crashes
Based on a suggestion in https://github.com/alacritty/alacritty/issues/3880, after signing the app, the error is different: > [executable:95827] Death sentinel fired! Pattern is still the same
Update from my case: I just removed my `alacritty.yml` from the system and the app launches correctly from Spotlight. So, the problem is something with my setup. I'll share here...
So, I spotted the problem: ```yaml shell: program: /usr/local/bin/fish args: - --command="/usr/local/bin/tmux" # This works! - --command="/usr/local/bin/tmux new-session -A -s main" # This doesn't work! ``` My objective here is...
Ideas are welcome here ☝️🙂 Since the command works fine running from another shell, I suppose it might be related to how Alacritty start the shell internally
Thanks for the attention on this matter. In fact the records are persisted correctly, the problem is to map back the inserted records to Rom objects, as you already saw....