Adriano M.

Results 10 issues of Adriano M.

Hello, Suddenly, I'm getting this error when I try to save a new user skin. Traceback (most recent call last): File "...\Installed Packages\Skins.sublime-package\skins.py", line 334, in save_skin File "...\Installed Packages\Skins.sublime-package\skins.py",...

Schemer ignores the newest themes with ".sublime-color-scheme" extensions. I guess changing the lines 35, 42, 48 and 231 with the extensions can fix it. ie. 231 regex = re.compile('(\ \(SL\))|(\...

Hi, This error prevented the examples from being executed: `Error: Cannot find module 'metro-config/src/defaults/blacklist'` I also fixed this warning: `WARN Stack Navigator: 'headerMode' is moved to 'options'. Moved it to...

Fixing errors during compilation caused by https://github.com/deadtrickster/ssl_verify_fun.erl/pull/27 patched only in 1.1.7. ```shell could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged above. You can recompile this...

Using Lem as REPL (`lem --eval "(lem-lisp-mode:start-lisp-repl t)"`) and evaluating a circular list makes it crash. ```lisp (defun circular! (items) (setf (cdr (last items)) items)) (circular! (list 1 2 3))...

Hi @sienori , thanks for your great extension! These small changes provide the ability to sort sessions by tab number. I want to be able to remove small sessions (I...

First, thanks for the extension! I want to use breakpoints for debugging, but I understand some of the limitations. Usually, people just add a `(break)` to the code and compile/relaunch...

Using **Lisp: Compile And Load File** `(lisp.compileAndLoadFile)` gives this error if the path of the file has spaces in it. ![image](https://user-images.githubusercontent.com/1783926/123496758-f8235380-d629-11eb-9f51-5dcfb775a506.png) In the line bellow, I guess is possible to...

Thanks for your extension. I'm getting disconnected when writing autoclosed quotes or double-quotes (just press the quote, not evaluating it). ![image](https://user-images.githubusercontent.com/1783926/126047166-b3733c89-080c-4347-b112-1ef655ad7c44.png) >CL-USER⟩ (format "") ![image](https://user-images.githubusercontent.com/1783926/126047170-a719ebd0-d2a3-45ff-ba27-bb8872c6fcce.png) >CL-USER(2): ;; slynk:close-connection: eof encountered...

## Short description On Zen Browser (and possibly Firefox) the extension fails to save sessions. ## Steps to reproduce 1. Start browser with clean profile 2. Install Tab Session Manager...