Andrej Novikov

Results 50 comments of Andrej Novikov

It looks like this should be resolved in `v2`

@fwang I'm on `"@serverless-stack/resources": "^1.18.4"` and this is what I have in `node_modules/@serverless-stack/resources/dist/NextjsSite.js` ```js // Build domainNames const domainNames = []; if (!customDomain) { // no domain } else if...

> @shroomist were you able to have multiple domains? Yes, with sst v2 this was resolved and we're able to use multiple "alternateNames"

having same issue - I have no trouble taking screenshots on the first display, but the second one is failing in all modes. `grim -g "$(slurp)"` does work for me,...

confirmed, same for me.

This has happened to me, then I did restart, `sudo yabai --load-sa` and it's back to working again. not sure what was the fluke with this.

having similar issue with `hypridle` - home-manager for whatever reason doesn't run the service. current workaround: **configuration.nix** ```nix services.hypridle = { enable = true; }; ``` **hyprland.conf** ``` exec-once =...

yes, I've been looking at this project for a while waiting on **forum** functionality. having that would be lovely.

I have this in doom `config.el`, that works. ```lisp (use-package! gptel :config (setq gptel-model 'deepseek-chat (gptel-make-openai "DeepSeek" ;Any name you want :host "api.deepseek.com" :endpoint "/chat/completions" :key (auth-source-pick-first-password :host "api.deepseek.com") :models...