Matus Goljer
Matus Goljer
https://www.typescriptlang.org/docs/handbook/advanced-types.html#mapped-types
If I use `(require 'flycheck)` in my code I want the flycheck extension to load automatically. Users should have option to disable some rules but let's be more proactive with...
According to the style guide Emacs Lisp prefers `-p` for multiword and `p` for singleword predicates over the `?` suffix which is a clojurism.
This is sort of related to #64 so we can probably simply add to that project and then link from here. But we can add more opinionated fixes and have...
Org uses a bunch of standard symbols such as (org-get-at-bol 'duration) (org-get-at-bol 'time-of-day) We can properly analyze these and set the return type of the expressions.
Stefan Monnier reached out to me suggesting we might want to get this to GNU ELPA. Since I'm still the only contributor I think now is the right/viable time to...
`shut-up-current-output` is lexically bound and created by the macro `shut-up`, it does not exist in the outside scope.
Assuming types inside functions is actually harmless because the only place where that can break is if we get supplied wrong argument from outside. So in this function ```elisp (defun...
Right now we have symbols and keywords which use `name`, sequences which use `sequence` and numerics which use `value`. This is very inconsistent and makes accessing stuff difficult. Make this...
https://www.typescriptlang.org/docs/handbook/interfaces.html