Stéphane Alnet

Results 42 comments of Stéphane Alnet

> Is your split-out version working I have no idea, I never got to actually testing my changes. > and do you mind if I pull back your files here?...

Hi @themaco I suspect [this change](https://gitlab.com/shimaore/jison-lex/-/commit/2a34c791185ebbf98f12ac6ade77567a69a4288d) made the trick and should be available in [@shimaore/jison](https://www.npmjs.com/package/@shimaore/jison).

`require.alias` and `require.resolve` are no longer present so the detection piece fails.

FWIW I've published the changes in #4 as [decomponentify-1.x](https://www.npmjs.com/package/decomponentify-1.x) on npm.

Hey @kxepal , glad you like the idea :) Regarding lots of entries: I do have graphs that have dozens of values (for example SIP error codes with ~30 entries)...

Sorry, I ended up using different tooling for this, and I'm not versed in Python.

You should do a headless build. Default port is 2228, can be controlled with `CARDINAL_REMOTE_HOST_PORT` env.

I've noticed the issue also happens when the tags are on the final (template) type: ```typescript type A = string type B = `B${A}` & tags.Pattern ``` gives ([Playground](https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDANHA3g1BzAZzgF84AzKCEOAciRVRoCh6BTOAQTgF44CYowAHZ4WydgCEecAAYSAJFg7EZcAGS5CAOgAKqGDFZQhAHgBEAPQkAdawBMA1PLMA+Jk1YAPSLDgBjCCF+OGACKV56NC0-KFZ9VgBJAhMJFwAKAEogA)) ```javascript...

@fifthdegree indeed 🙂 this is called [`FreeSwitchClosedError`](https://shimaore.github.io/esl-lite/classes/response.FreeSwitchClosedError.html) in [`esl-lite`](https://shimaore.github.io/esl-lite/). Side note: not sure what your level of proficiency is with FreeSwitch, but if you're ready to use client-mode you might...

@matheuspazesteves once the call is transferred it might not be present on the server anymore — the connection between A and C might not go through FreeSWITCH. If you know...