Massimiliano Mirra

Results 28 issues of Massimiliano Mirra

First: thanks for bringing more safety to the machines! I was wondering whether support is planned for [Typestates](https://xstate.js.org/docs/guides/typescript.html#typestates), to narrow context type inside statements such as `if (state.matches('foo')) { ......

**Version:** 7.3.2 **Environment:** - **Operating system:** Linux - **Browser:** Chromium - **Node.js:** 10.14.1 **Expected result:** When connection is set to `manual` and primus wasn't requested to connect yet, if the...

Leaving this here in case it saves someone time and headaches: If tests are launched while Chromium is in the background, they hang. If Chromium is brought to the foreground,...

I nearly dismissed this launcher because of flaky tests, it was only chance that I found out they it had nothing to do with the launcher itself, as reported in...

I was wondering if there are any benefits in generating asset refs containing protocol/host when assets are local. In other words if this: ``` ``` ...is better than this: ```...

maybe
todo

[As per docs](https://posthog.com/docs/integrate/client/js), I have this in my `index.tsx` to avoid sending data during development and to keep the dev environment self-contained: ```ts if (!window.location.href.includes('127.0.0.1')) { posthog.init("", {api_host: ''}) }...

Is there a way to simulate `mini-modeline-display-gui-line` when using Emacs in a terminal, or at least keep the modeline for windows that are not at the bottom of the frame?

I'm doing "remote development", where I edit sources locally, and they're compiled/executed on a remote, faster machine. I'm currently using lsyncd. Syncthing can _almost_ cover this use case; unfortunately, it...

enhancement

Emacs 29 introduced treesitter programming modes. This updates the list of modes where a reindent shouldn't be performed after kill to take that into account.

`term-mode` offers `term-exec` to reuse existing buffers: ``` (term-exec BUFFER NAME COMMAND STARTFILE SWITCHES) Start up a process in buffer for term modes. Blasts any old process running in the...