alecvn
alecvn
The latest version available when deploying this through the UI is `18.04`, which is what I selected. After inspecting the issues further, I'm getting more convinced that Advisor is just...
Is there a workaround for this? Otherwise, am I correct in saying this gem cannot be used with `devise`?
Guys, what is the status of this? Is it part of Kivy upgrade 1.11.0?
> Might have found the solution. Basically, we need to use FileProvider class for the uri. For the most part just follow the instructions in here. https://developer.android.com/training/camera/photobasics.html > > These...
Not directly related to `plyer`, but I have a working example of the Android camera through Kivy here: https://github.com/alecvn/kivy-android-camera
This is still an issue in `rails=6.1.3.2` and `activerecord-session_store=2.0.0`.
Hey @JesusMtnez, thanks for the help. I'm so close now. ```elisp (defun dashboard-package-widget (list-size) (dashboard-insert-section "Packages:" '("org" "tramp" "python" "dired" "timeclock") list-size "x" `(lambda (&rest ignore) (describe-package ,el)) (format "%s"...
Hi again @JesusMtnez. So I believe I've found the problem, but I'm as yet not 100% sure how I can solve it and how you'd like something like this to...
Okay, I got my widget functionally working, if not displaying perfectly. I'm currently unable to get the header icon to display with: (dashboard-modify-heading-icons '((dashboard-package-widget . "package"))) I feel like the...
FYI this is what ended up working for my widget: ```elisp (defun dashboard-package-widget (list-size) (dashboard-insert-section "Packages:" '("org" "tramp" "python" "dired" "timeclock") list-size "u" `(lambda (&rest ignore) (describe-package (intern ,el))) (format...