Ivan Tanev

Results 19 issues of Ivan Tanev

No functional changes have been made to the code. Very minor refactoring, to work better with Typescript, has been applied. Other than that, this version now supports ESM, tree-shaking (for...

Currently, there seems to be no way to omit or change the installation documentation for a module. When using dgeni-alive for a private project documentation, and there are multiple sub-modules,...

I propose rewriting the module in ES6 for version 2.0 Honestly, dealing with coffee script is a bigger distraction than it's worth.

enhancement

Right now, we have `jquery`, `angular` and `chosen-js` as normal dependencies. Especially for `angular` and `jquery`, this is a big issue when used with packers like webpack, because it might...

enhancement

**Description** XState inspector is slow with large context objects A trace is attached. The active machines on the page have contexts that `JSON.stringify()` to the following lengths: ``` { "main":...

🔎 @xstate/inspect

**Description** If the context of a machine uses `new Map()` / `new Set()`, both get stringified as `{}` **Expected Result** `Map()` should be stringified as an object, and `Set` as...

🔎 @xstate/inspect

This is an addendum to #2234. Sorry that I have the original commits in this PR, couldn't figure out a better way to do it. ## Verify and fix all...

### Describe the feature you'd like to request In the canonical example, `turbo run dev --parallel --no-cache` is used for development. However, `--parallel` will build dependent tasks in parallel too,...

Add a license so that we know if we can use parts of the Viz independently - I am looking to possibly extract the editor for a learning tool. Would...