Michał Łępicki
Michał Łępicki
To be able to use my external display fully while in the screen mirroring mode (to remove rounded corners and a black bar on one side of the screen) I...
Hi! Great app, thank you I use my phone with the setting in Settings -> Display -> Screen Zoom set to minimum. After enabling a SecondScreen profile, and then disabling...
Is there a plan to have exhaustiveness checking of case expressions? Currently this code doesn't result in any errors: ```erlang -module(testmod). -export([testfun/0]). -spec testfun() -> pos_integer(). testfun() -> case a()...
Currently when `distrobox-export` was used from inside a container, and this container is being removed with `distrobox rm` on the host without running `distrobox-export -d` first, there are leftover files...
From @erszcz 's [comment](https://github.com/AbstractMachinesLab/caramel/issues/68#issuecomment-795916884) **Describe the bug** We're now translating Caramel's expression blocks (`begin ... end` or `( ... )`) and some of `let` bindings (nested ones intentionally, and some...
It would be great to have support for the pipe operator. It is a common way in many functional programming languages to compose functions into a readable left-to-right or top-to-bottom...
**Describe the bug** A simple function that taking no arguments in Caramel, that only runs `Io.format`, compiles to invalid erlang that says it is taking two arguments, which erlang/OTP cannot...
**To Reproduce** 1. Create a file `main.ml` with ```ocaml let print_int number = Io.format "~0tp~n" [ number ] let print_and_return_true number = print_int number ; true let main _ =...
**Describe the bug** Windows "Install Dependencies" step is taking minutes. **Expected behavior** Windows CI builds should be able to restore the cache and the "Install Dependencies" step should not install...
Add support for the W3C WebDriver protocol. Currently for Chromedriver and Selenium Wallaby uses endpoints and capabilities as specified in [Selenium WebDriver JsonWire Protocol](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol). The "new" [W3C WebDriver protocol](https://w3c.github.io/webdriver/) is...