Bart Louwers

Results 372 comments of Bart Louwers

I can't find it either... Is this feature available? Edit: I found it now. Selecting 'read from file' to read from clipboard is not very intuitive indeed!

OK looks like the first two issues are Vite related. #288 tracks the later...

Logging the interruptions in OF/Things is not a good idea in my opinion, when the task is done it gets removed... However, logging it in the iCal event created or...

This can be done if #126 is added I think.

Use [entr](https://github.com/eradman/entr) it's cross-platform. ``` ls *.lua | entr busted ```

Blot looks interesting, but Google Drive nor Dropbox are good options on Linux.

Saw this during setup: ``` Installing Nextcloud (contacts/calendar)...─────────────────────Hostname────────────────────────────────────────┐ Nextcloud is already latest version needs a name, called a 'hostname'. The name will form a part of the box's │ Error:...

I agree that this would be helpful. There is `b:SuperTabDisabled` for disabling SuperTab per buffer. Undocumented, and doesn't really seem to work? See https://github.com/ervandew/supertab/issues/132.

I think there is an API for this now: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/windowManager.js#L1099 For example, here is where gTile uses it: https://github.com/gTile/gTile/blob/master/hotkeys.ts#L31