Git Product home page Git Product logo

github-dark-vscode-emacs-theme's Introduction

Hey, I'm Justin Hammond 👋

Senior Software Engineer @EasyPost, IT Pro, Tech Enthusiast

I love all things tech. I've been programming for 18+ years, tinkering with electronics for 15+ years, and founding or building tech companies for 10+ years. I'm an open source fanatic, Apple fanboy, and love to explore new tech. I spend my time coding open source projects, tinkering with electronics and new tech products, and consulting teams on how to get things done.

Noteworthy Projects

The following are items that may not be represented on my GitHub profile but are noteworthy in the software space:

GitHub Stats

Metrics

Latest Blog Posts

github-dark-vscode-emacs-theme's People

Contributors

justintime50 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

github-dark-vscode-emacs-theme's Issues

Cursor colour enhancement?

I've been using this theme for over a month now and it's great except that the cursor can appear too well camouflaged on the dark background. Perhaps setting it to a brighter colour might be called for? I've manually set it to white (#ffffff) for now.

Happy to share screenshots of this if necessary.

elisp-check-byte-compile Check Fails on emacs 29.1

Package ‘package-lint’ installed.
[ELISP-CHECK] Checking file: /home/runner/work/github-dark-vscode-emacs-theme/github-dark-vscode-emacs-theme/github-dark-vscode-theme.el
[ELISP-CHECK] Running check: elisp-check--install-package-requires
[ELISP-CHECK] Running check: elisp-check-load-file
Loading /home/runner/work/github-dark-vscode-emacs-theme/github-dark-vscode-emacs-theme/github-dark-vscode-theme.el (source)...
[ELISP-CHECK] Running check: elisp-check-byte-compile
Debugger entered--Lisp error: (void-variable byte-compile-last-position)
  (or byte-compile-last-position 0)
  (elisp-check--byte-compile-emit string (or byte-compile-last-position 0) fill level)
  (let (ad-return-value) (elisp-check--byte-compile-emit string (or byte-compile-last-position 0) fill level) ad-return-value)
  ad-Advice-byte-compile-log-warning(#f(compiled-function (string &optional fill level) "Log a byte-compilation warning.\nSTRING, FILL and LEVEL are as described in\n`byte-compile-log-warning-function', which see." #<bytecode 0x12fa06c932f10e27>) "Symbol’s value as variable is void: byte-compile-l..." nil :error)
  apply(ad-Advice-byte-compile-log-warning #f(compiled-function (string &optional fill level) "Log a byte-compilation warning.\nSTRING, FILL and LEVEL are as described in\n`byte-compile-log-warning-function', which see." #<bytecode 0x12fa06c932f10e27>) ("Symbol’s value as variable is void: byte-compile-l..." nil :error))
  byte-compile-log-warning("Symbol’s value as variable is void: byte-compile-l..." nil :error)
  byte-compile-report-error((void-variable byte-compile-last-position))
  byte-compile(ad-Advice-byte-compile-log-warning)
  ad-compile-function(byte-compile-log-warning)
  ad-activate-advised-definition(byte-compile-log-warning nil)
  ad-activate(byte-compile-log-warning)
  elisp-check-byte-compile()
  apply(elisp-check-byte-compile nil)
  (let ((check (car tail))) (elisp-check-debug "Running check: %s" check) (apply check other) (setq tail (cdr tail)))
  (while tail (let ((check (car tail))) (elisp-check-debug "Running check: %s" check) (apply check other) (setq tail (cdr tail))))
  (let ((tail check-funs)) (while tail (let ((check (car tail))) (elisp-check-debug "Running check: %s" check) (apply check other) (setq tail (cdr tail)))))
  (let ((other (elisp-check--get-requires))) (let ((tail check-funs)) (while tail (let ((check (car tail))) (elisp-check-debug "Running check: %s" check) (apply check other) (setq tail (cdr tail))))))
  (save-current-buffer (set-buffer buffer) (elisp-check-debug "Checking file: %s" (buffer-file-name)) (let ((other (elisp-check--get-requires))) (let ((tail check-funs)) (while tail (let ((check (car tail))) (elisp-check-debug "Running check: %s" check) (apply check other) (setq tail (cdr tail)))))))
  (let ((buffer (car tail))) (save-current-buffer (set-buffer buffer) (elisp-check-debug "Checking file: %s" (buffer-file-name)) (let ((other (elisp-check--get-requires))) (let ((tail check-funs)) (while tail (let ((check ...)) (elisp-check-debug "Running check: %s" check) (apply check other) (setq tail (cdr tail))))))) (setq tail (cdr tail)))
  (while tail (let ((buffer (car tail))) (save-current-buffer (set-buffer buffer) (elisp-check-debug "Checking file: %s" (buffer-file-name)) (let ((other (elisp-check--get-requires))) (let ((tail check-funs)) (while tail (let (...) (elisp-check-debug "Running check: %s" check) (apply check other) (setq tail ...)))))) (setq tail (cdr tail))))
  (let ((tail buffers)) (while tail (let ((buffer (car tail))) (save-current-buffer (set-buffer buffer) (elisp-check-debug "Checking file: %s" (buffer-file-name)) (let ((other (elisp-check--get-requires))) (let ((tail check-funs)) (while tail (let ... ... ... ...))))) (setq tail (cdr tail)))))
  elisp-check--apply((#<buffer github-dark-vscode-theme.el>) (elisp-check--install-package-requires elisp-check-load-file elisp-check-byte-compile elisp-check-package-lint elisp-check-checkdoc))
  (if install (elisp-check--apply buffers (cons #'elisp-check--install-package-requires check-funs)) (elisp-check--apply buffers check-funs))
  (let ((buffers (elisp-check--get-buffers file-or-glob)) (check-funs (elisp-check--get-props name :function))) (if buffers nil (elisp-check-error "File `%s' does not exist" file-or-glob)) (if check-funs nil (elisp-check-error "Check `%s' does not exist" name)) (if install (elisp-check--apply buffers (cons #'elisp-check--install-package-requires check-funs)) (elisp-check--apply buffers check-funs)) (if elisp-check-has-failed (progn (error "Some checks have failed"))))
  elisp-check-run("melpa" "*.el" t)
  eval((elisp-check-run "melpa" "*.el" t) t)
  command-line-1(("--eval" "(setq debug-on-error t)" "--load" "/home/runner/work/_actions/leotaku/elisp-check/v1...." "--eval" "(setq elisp-check-ignore-warnings nil)" "--eval" "(setq elisp-check-warnings-as-errors t)" "--eval" "(elisp-check-run \"melpa\" \"*.el\" t)"))
  command-line()
  normal-top-level()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.