Michael Brusegard

Results 27 comments of Michael Brusegard
trafficstars

@vantezzen I think in general it is a bad idea to try to circumvent `react-hook-form` because it have been developed for a long time and is very mature (it would...

How do I get this working now that I have updated to V2, v2.1 is not available on npm yet

> Great idea and a good list. Maybe add WezTerm logo as suggested in the guidelines? https://raw.githubusercontent.com/wez/wezterm/main/assets/icon/wezterm-icon.svg It has the WezTerm logo?

> Yes. The image I linked to is the WezTerm logo if I recall correctly. It appears on the project repository and also on its site. I meant it is...

@sindresorhus Hey, this has been open for a while. I am pretty sure all requirements should be satisfied, if not let me know! Thank you for this awesome resource!

Here is the resurrect plugin code: I am restoring workspaces ```lua local wezterm = require('wezterm') return function(config) local resurrect = wezterm.plugin.require('https://github.com/MLFlexer/resurrect.wezterm') resurrect.state_manager.periodic_save() resurrect.state_manager.set_encryption({ enable = true, method = '/opt/homebrew/bin/gpg', public_key...