skube

Results 10 comments of skube

So, editing while in Elements tab automatically saves, while editing within Sources tab does not? And modification history does not show after a file/folder has been mapped? Am I understanding...

@Garbee Perhaps there is a technical reason way above my head for how the Elements and Sources panels work. This seems intuitively backwards to me as a user. Mucking about...

I like to use `vip` and `vap` which prevents me from using this particular extension.

While this issue is super annoying, a workaround I've noticed on macOS is jacking up key repeat in settings, allows one to skip across folded regions. Though it's still traversing...

It works in long-folded code too, you just have to wait longer for it to come back out. ⏳ I agree though, it's super annoying.

*bump* Any updates on this @siddharthkp ?

As a recent LP refugee, I find the term _Autofill_ a little ambiguous. Does it mean: - Right-click input and select BitWarden > Auto-fill > Select login ? - Or,...

I would like to know the answer to this as well. In the meantime, I've just disabled the import lines for eslint: ``` import 'typeface-quattrocento-sans'; // eslint-disable-line import 'typeface-work-sans'; //...

As an example (using ES6 Modules): ```jsx //layouts/index.js import React from 'react'; import 'typeface-FONTNAME`; //eslint-disable-line ``` > optional: suppress eslint missing css extension error Then, reference in your CSS: ```css...