Matus Goljer

Results 278 issues of Matus Goljer

https://www.typescriptlang.org/docs/handbook/advanced-types.html#mapped-types

enhancement
scope:types
discussion

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...

enhancement
scope:checks
scope:analyser
good first issue

According to the style guide Emacs Lisp prefers `-p` for multiword and `p` for singleword predicates over the `?` suffix which is a clojurism.

enhancement
scope:checks
good first issue

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...

enhancement
help wanted
good first issue
scope:documentation

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.

enhancement
help wanted
scope:analyser
good first issue
package:org

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...

enhancement
help wanted
good first issue

`shut-up-current-output` is lexically bound and created by the macro `shut-up`, it does not exist in the outside scope.

enhancement
scope:checks

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...

enhancement
scope:analyser
scope:inference

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...

enhancement
help wanted
scope:reader
good first issue

https://www.typescriptlang.org/docs/handbook/interfaces.html

enhancement
scope:types