Anton Strogonoff
Anton Strogonoff
(In case it’s useful to someone, it looks like the proper way to avoid this issue is to check whether there is something to push beforehand by inspecting `listServerRefs()`)
Renders correctly after this change. I suspect a comment is warranted to avoid someone fixing style/indentation and breaking it later.
@wbamberg, thanks for checking it out! > Do you have any reference about the Safari behavior or is this just your observation? Just my observation. I encountered a use of...
@plant99 Actually, I don’t mean configurable bounding box or zoom levels. More like, just informing the user of the coordinates of the corners of the satellite snapshot downloaded. Sometimes input...
For the record, Electron’s renderer GUI will stutter while you are doing something blocking in the main thread, like reading data. This is how Electron works, it’s not a fault...
I may have identified the culprit: `cliApp`’s `run()`’s `onFailure()` [uses](https://github.com/Effect-TS/cli/blob/3c85015480cbd9d0ea0797c8410b0c7e06dfb751/src/internal/cliApp.ts#L86) `printDocs()`, which (via `platform`/`platform-node`) delegates to `Console.log()`, which delegates to built-in `console.log()`, which writes to stdout. If it works how...
Hi @IMax153! No problem. I might hold off the PR until I’m more comfortable with Effect, for now I’m a complete noob. After looking into the docs I suspect it...
@samm81 I’m not sure multiple `last` links are required—if we simply use current socket as part of `resurrect_dir` (filename may be enough, since all sockets are in the same directory:...
Done in https://github.com/tmux-plugins/tmux-resurrect/pull/481, seems to work according to local testing on my machine.
> * A package that **builds search indexes from the Node runtime.** This package would be installed as part of a JS-based static site generator (Next.js, Gatsby, 11ty). I’d like...