Adam Obuchowicz

Results 27 issues of Adam Obuchowicz

`dtoa.h:233:3: warning: The expression is an uninitialized value. The computed value will also be garbage [clang-analyzer-core.uninitialized.Assign] buffer[len - 1]--; ` As far as I could reach out, there is only...

When running tests on this snippet: ```rust use serde::{Serialize, Deserialize}; #[derive(Debug, Eq, PartialEq, Serialize, Deserialize)] enum Abcd { A, #[serde(skip)] B, C, D, } #[cfg(test)] mod tests { use super::*;...

For example, when creating "Geospatial analysis" example and removing metadata, all nodes seem to be laid out backwards (so all connections are going up) ![Image](https://github.com/enso-org/enso/assets/3919101/99f498bc-5cf2-44ab-8ae7-bad9885a4281)

d-intermediate
p-medium
-gui2

Gathered from various failed CI jobs: * [x] `page.evaluate: TypeError: window.mockExpressionUpdate is not a function`: https://github.com/enso-org/enso/actions/runs/7751892939/job/21140491920#step:8:467 and many more * [x] `componentBrowser.spec.ts:10:1: Error: Timed out 5000ms waiting for expect(locator).toBeVisible()`: https://github.com/enso-org/enso/actions/runs/7741528277/job/21108714847#step:8:465...

d-intermediate
p-high
--bug
-gui2

This reverts commit c811a5ae8ba4a512eb74ece2f9f6cb332c3bcdd4. ### Pull Request Description ### Important Notes ### Checklist Please ensure that the following checklist has been satisfied before submitting the PR: - [ ] The...

CI: No changelog needed
--regression
-gui2

Follow up of https://github.com/enso-org/enso/pull/7484#issuecomment-1663493720 When I open CB and type `Table.new`, I get `Table.new` only at 3rd place. ![image](https://github.com/enso-org/enso/assets/3919101/870001a4-638b-4cb8-979e-cc94b0927a02) I guess this is because the filtering pattern is only "new",...

p-medium
d-unknown
--bug
g-component-browser
-gui
--regression

It should, according to the design.

d-easy
p-medium
g-graph-editor
-gui

* The drop-down should be shown on any click on the widget, not just the arrow. * When the internal widget of the drop-down is something editable (text or numeric...

d-intermediate
p-high
x-new-feature
-gui2

The preview in Component Browser does not care about default visualization for type nor visualization chosen in the menu.

d-intermediate
p-medium
x-new-feature
-gui2

Currently, graph store has a lot of logic which is hard to unit tests. We should be able to test graph operations by setting a module's code and then checking...

d-hard
p-medium
x-chore
-gui2