Adam Obuchowicz
Adam Obuchowicz
Refinement notes: no logic change: still we get only what SuggestionDb provides. Just wrap it in TypeInfo, and remove deprecated prop.
Refinement notes: * Make a new workflow running Bazel tests (and remove the old unit test check).
> When hovering this area, both normal edge and edge preview behave weirdly, creating a “cycle“ I think this is mainly because of output port jumping, isn't it?
Refinement notes: * Currently we manage "offline" mode only if `navigator.online` is true, but if the connection is slow and login times out, we don't use our cached session to...
Refinement notes: * There is logic suppressing adding File.new in Table.write in app/gui/src/project-view/components/GraphEditor/widgets/WidgetFileBrowser/browsableTypes.ts but it doesn't work for some reason * Even then, we should block inner dropdown from matching...
Bumping vite version is causing a `vite build` error: ``` INFO ide_ci::program::command: pnpm ⚠️ x Build failed in 4.42s INFO ide_ci::program::command: pnpm ⚠️ error during build: INFO ide_ci::program::command: pnpm ⚠️...
Closing in favor of https://github.com/enso-org/enso/pull/11492
Refinement notes: * There is a problem that we don't always have an argument name for given option (like in case of autoscoped constructors). All ideas: * One convenient solution...
Refinement notes 2: * In case of autoscoped constructors, just assume that type does not change between constructors. * Make sure it works with parenthesized expression!
`applyPureReactInVue` also adds a wrapper div for me. I will try to put some reduced example soon.