Results 89 comments of Andrea

by the way, if you are using yarn it seems adding something like the following to your package.json does the trick: ``` "resolutions": { "@storybook/addon-ondevice-notes/react-native-simple-markdown": "github:CharlesMangwa/react-native-simple-markdown#pull/112/head" } ```

by the way, if you are using yarn it seems adding the following to your package.json does the trick: ``` "resolutions": { "@storybook/addon-ondevice-notes/react-native-simple-markdown": "github:CharlesMangwa/react-native-simple-markdown#pull/112/head" } ```

@OldhamMade you may probably have found a way around this already, but for reference this works for me: ``` elisp (let ((system-package (if (eq system-type 'darwin) '(wn . "brew install...

Nice! I will have a look if I manage to hack something decent. By the way, I did not realize you could already add buttons to the debug tree with:...

@Yevgnen do you get slowness also while updating the file? I am using https://github.com/milisims/tree-sitter-org in some large org files and I observe a significant slow down in Org Mode. Maybe...

closing because old (please reopen if you still have problems)

I fell into this as well XD I suspect that M1 Mac users will see this (at least more often): https://stackoverflow.com/questions/70936664/metadata-generation-failed-while-installing-pyqt5 Apparently for that architecture you just need to hide...

in case anybody else is trying the "sentiment" annotator, for instance: ``` clojure (->> ((->pipeline {:annotators ["sentiment"]}) "Paula gave me 10 dollars. Of those $10 I used only one dollar....

Oh, I was just dabbling with NLP really and I thought to try CoreNLP with Clojure. I like your library, it is making my exploration super easy: thank you for...

@seagle0128 @yanglimingcn for curiosity: when Emacs freezes, are you still able to use the top menu bar? It seems my Emacs UI freezes too, but I can still close it...