Fyodor Soikin

Results 12 issues of Fyodor Soikin

## Description See repro section for precise description of the symptoms. I'm not completely sure what the problem is, but it looks like the apartness check happens separately for each...

type: bug

If my application has multiple Dust consumers, which are independent of each other and want to have different onLoad implementations, there is no good way to satisfy that. Because partial...

As Fable.Arch stands today, there is no way to spin up external code, other than hacking around with element IDs and whatnot. No escape hatch. VirtualDom has such escape hatch...

**Issue:** In Microsoft Edge, a `` element whose content is bound to model in some way doesn't keep caret position between model updates. Works fine in Chrome and FireFox. I...

When writing some tests, I noticed this: ``` const el = document.createElement("button") el.setAttribute("disabled", "") console.log(el.disabled) //

The withProxyDependentObservable function replaces ko.dependentObservable, but does not replace ko.isWriteableObservable, which causes the latter to always return false for computeds. At the same time, the mapping plugin itself uses isWriteableObservable...

Importing `react-dom/server.js` works with React 16 and 17, but for some reason fails with React 18. `esbuild` reports that "react-dom does not export server.js".

The various browser and Node facilities may return errors that are not exactly of the `Error` class, but of one of its descendants, such as `DOMException` or `RangeError`. Such errors...

I found this issue with VSCode bindings where `window.withProgress` [has `Progress`](https://github.com/fable-compiler/fable-import/blob/935f0abc38b1fd21745014014b0393f610107fea/VSCode/Fable.Import.VSCode.fs#L766) in place where the original typings [have `Progress`](https://github.com/Microsoft/vscode/blob/881e3910a2e23200985910334603e44bb13a5cd5/src/vs/workbench/api/node/extHost.api.impl.ts#L334). This is quite easy to fix, but I hesitate, because this...

This just makes certain `internal` members `public` - sufficient for walking the tree of references in terms of reachable values. Plus adds two methods to - `Api.GetUsedStack` and `Api.GetCurrentEnvironment` -...