Martin Janiczek

Results 94 issues of Martin Janiczek

@adamnfish has found that the tests for `List.Extra.stoppableFoldl` aren't really testing the main promise of the function: that it will stop running the function after a `Stop` is returned. Together...

The note > Note: This library is meant to serve as a baseline for future URL parsers. For example, it does not handle query parameters and hashes right now. It...

**Describe the bug** If you set `CORE_PLUGINS` to a subset of the core plugins, eg. `("ACLs", "Backup", "Help")`, the rest of the core plugins will error out periodically: The only...

type: bug

### What? This PR adds support ✅ for a subset of the sfall Speed patch: ```ini [Speed] Enable=1 SpeedMultiInitial=300 ``` It doesn't :x: deal with the keybinding part: ```ini [Speed]...

Done according to ```cpp typedef enum DudeState { DUDE_STATE_SNEAKING = 0, DUDE_STATE_LEVEL_UP_AVAILABLE = 3, DUDE_STATE_ADDICTED = 4, } DudeState; ``` in `critter.h`

I've noticed all the other definitions in this file end with `_KEY` but the `TOWN_MAP_HOTKEYS_FIX` one didn't. This PR renames it to fix that.

This might be too simplistic but it would help me personally :)

Apologies if crashes from mods aren't useful to you / out of scope for now. I'm getting a crash when loading a save in Olympus 2207 (v1.2), on `fallout2-ce` built...

Hello! First of all thank you for this project! I'm trying to play this on a macOS 12.6 (M1), fallout2-ce [v.1.1.0](https://github.com/alexbatalov/fallout2-ce/releases/tag/v.1.1.0). When the game opens in fullscreen (on a Retina...

Hello! I'd like to be able to do ```elm C.xAxis [ CA.attrs [Svg.Attributes.class "text-grey2" ] ] ``` (or the `htmlAttrs` variant), but I'm disallowed this by: ```elm type alias Axis...