Michael Liquori

Results 8 comments of Michael Liquori

Thanks @tehpsalmist, but that doesn't work in the case of using an enum. For example: ``` const ENUM = { FIRST: 'firstoption' }; /** * @param {'firstoption' } */ function...

Above suggestions did not work for me, but I was able to restore my previous theme just by adding a single simple CSS rule-set: ```css .c-message, .c-virtual_list__item { background-color: #222...

@xanderyzwich Here's my latest version which I've updated to: * eliminate remaining white backgrounded areas such as "Today" indicator and behind @ mentions. * fix illegible text (dark on dark)...

@trukgroeg you should only need to insert at end of `/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js`. Then, reload slack (`cmd/ctrl+r`).

Has anyone tried it to find out if it would work?

@a7madgamal Just got this error again now on latest version of everything. [Enter steps to reproduce:] 1. Open project which already has .live-archive 2. Status bar says archive-disabled. 3. Click...

This happens anytime there is a JS variable, and it also breaks Prettier / code formatting. Any possible fix to this? Quite a problem for being able to use styled-jsx....