Marcin Orlowski

Results 82 issues of Marcin Orlowski

The task is to have own, fully controlled Flatpak/Snap packages. There's currently 3rd party driven, Flatpak package: https://www.flathub.org/apps/details/com.github.reds.LogisimEvolution driven by @TheEvilSkeleton however at the end of the day we should...

When I attach `setOnRemoveLabelListener()`, it is always being invoked with position equals to -1, not the index of label. I see it comes form this code: ``` if (listenerOnRemoveLabel !=...

Seems OnRemoveLabelListener's onRemoveLabel signature is incorrect. Instead of ``` onRemoveLabel(View view, int position); ``` it should be rather ``` onRemoveLabel(Label removedLabel, int position); ```

Imagine the following, quite common flow scenario (pseudo code): ``` void DoSomething(std::string iface) { th = team_alloc(); if (!th) goto quit; uinit32_t ifindex = team_ifname2ifindex(th, ifname.c_str()); if (!ifindex) goto quit;...

I freshly installed neovim and followed [this](https://www.youtube.com/watch?v=stqUbv-5u2s) tutorial. Once I created local `init.lua` with the content from this repo, restarted the nvim and completed the installation. Now, I am facing...

I just spent a while figuring out what `dive` package is for installed on my machine. Could it be beneficial to make the name just a little bit more specific...

enhancement

Add option to launch configured app when widget is clicked instead of showing month view. Folllow-up to #72

enhancement

As per comments in #839, Polish translation file looks like demanding some housekeeping as it may be out of sync.

Icons are barely visible when using dark themes: ![icons](https://user-images.githubusercontent.com/8041294/121545318-b5972f80-ca0a-11eb-8c2a-fd47a1ecd293.png) In general, I posted a [question on "Discussions" about revamping icons](https://github.com/logisim-evolution/logisim-evolution/discussions/640), so please feel free to share your thoughts.

enhancement
pri -1