Ricardo

Results 9 issues of Ricardo

Hi, I believe the following code is causing my app to crash on some devices: ``` StackBlurManager stackBlurManager = new StackBlurManager(normalBitmap); blurredBitmap = stackBlurManager.processNatively(100); ``` I can't know for sure...

I'm trying to set a custom `deft-strip-summary-regexp` value as follows: ``` (setq deft-strip-summary-regexp (concat "\\(" "[\n\t]" ;; blank "\\([\n ]\\|[[:upper:]_]+:.*$\\)" "\\)")) ``` It's not perfect, but I'm hoping this will...

Currently, if an exception occurs on a `fileSystem.read(s)` call inside the `FSAllReader.readAll()` method, then the whole chain will stop with an onError emission. This prevents us from getting subsequent files...

The current `readAll()` implementation in `FSAllReader` fails if there is an exception reading a single file in the path. In this code: ``` bufferedSourceObservable = Observable .fromIterable(fileSystem.list(path)) .map(s -> {...

I have a file like so: ``` * Parent ** Child 1 ** Grandchild with same name **Child 2 ** Grandchild with same name ``` Now when I try to...

I have a data class with a companion `@JvmStatic` create method inside. When I annotate it with `@GsonConstructor` it fails with the message "error: More than one constructor or factory...

enhancement

### Description After trying multiple emacs versions and ports, all of them fail to properly install org-roam with similar errors upon compiling on my MacBook. I was trying to follow...

macos

#335 introduced a bug when creating a backlink in notes files pointed to a symbolic link. `(org-brain-entry-path choice)` already uses `file-truename` and thus returns the actual source path. `buffer-file-name` returns...