Andrei Demian

Results 4 issues of Andrei Demian

Getting this https://d.pr/i/c1a5bF after a couple of minutes on a PHP code base, the server is https://psalm.dev/docs/running_psalm/language_server/ Thanks ``` java.lang.NullPointerException at com.github.gtache.lsp.client.languageserver.wrapper.LanguageServerWrapperImpl.isWillSaveWaitUntil(LanguageServerWrapperImpl.scala:91) at com.github.gtache.lsp.editor.EditorEventManager.willSave(EditorEventManager.scala:618) at com.github.gtache.lsp.editor.EditorEventManager$.$anonfun$willSaveAll$1(EditorEventManager.scala:107) at com.github.gtache.lsp.editor.EditorEventManager$.$anonfun$willSaveAll$1$adapted(EditorEventManager.scala:107) at scala.collection.mutable.HashMap.$anonfun$foreach$1(HashMap.scala:145)...

Gravatar added support for both MD5 and SHA256, this PR migrates Gravatar's usage to the new sha256 hashing algorithm. Source: https://docs.gravatar.com/api/avatars/php

Gravatar added support for both MD5 and SHA256, this PR migrates Gravatar's usage to the new sha256 hashing algorithm. Source: https://docs.gravatar.com/api/avatars/php

Fixes: https://github.com/emilkowalski/vaul/issues/537 Wrapper scaling should be based on wrapper dimensions, otherwise for bigger wrapper height values it would not respect `WINDOW_TOP_OFFSET`.