Jimmy Yuen Ho Wong

Results 53 issues of Jimmy Yuen Ho Wong

Thanks for porting animate.css to scss but unfortunately you seemed to have defined a couple of mixins, namely transform() and transform-origin() and backface-visibility() that interferes with the Compass defined mixins...

Currently if you rename a new buffer that hasn't been saved yet, `crux-rename-file-and-buffer` will only rename the buffer but not reset the visited file name, so saving after renaming will...

Consider the following example: ```python class User(Model): id: str def __str__(self): return f"User(id:{self.id})" user = User(id='123') print(user.id) ``` Class attributes are almost never accessed by themselves without going through an...

This PR will disable A003 by default. When the next version of flake8 is released, the user can add A003 to `extend-select` to enable it.

`restart-emacs-start-new-emacs` needs to call `restart-emacs` interactively or this [line](https://github.com/iqbalansari/restart-emacs/blob/master/restart-emacs.el#L416) won't return true when `restart-emacs-start-new-emacs` is invoked with prefix.

multi-web-mode is excellent and I think this is the best mode for webdev on emacs, but just a little thing is bothering me, namely right now if you place your...

Jasmine has a very simple spy and mock facility, it would be nice if this library could incorporate that.

Currently the icons from `all-the-icons` are not propertized to show any foreground colors, this makes the all the icons icons less useful than the images, this PR improves upon this...

Re: #171 calling `magit-unstaged-files` when magit is refreshing will always result in nil because magit only refreshes when everything is done.