Marek Fajkus

Results 34 issues of Marek Fajkus

I do not test it but I think that redirecting should not work with cross domain request request because `OPTIONS` method will produce 403. https://github.com/florianheinemann/express-sslify/blob/master/index.js#L25

### Description On a system with BusyBox v1.31.1 `ln` alias to `ln -i` is not working. ### Expected behavior prezto should not break functionality ### Actual behavior `ln` is not...

resolves https://github.com/StarArawn/bevy_ecs_tilemap/issues/136 ## Previously: ```rust // initialize map let map_entity = commands.spawn().id(); let map_id = 0u16; let mut map = Map::new(map_id, map_entity); // configure layer let layer_settings = LayerSettings::new( MapSize(2,...

Tests for language-ats 17.6.1 are broken in hydra. It seems to me that test failure is legit: ``` Failures: src/Test/Hspec/Dirstream.hs:143:5: 1) pretty-print test/data/wc2.dats expected: Right "Up to date\nstaload \"SATS/wc.sats\"\nstaload \"SATS/memchr.sats\"\nstaload...

This issue was originally reported in haskell-flycheck however it seems to be related to core fly-check codebase since uninstalling `flycheck-haskell` does not help. This is the original issue https://github.com/flycheck/flycheck-haskell/issues/98 **TL;DR**...

kind: bug

EDIT: The thread starts matching the subject at https://github.com/NixOS/cabal2nix/issues/442#issuecomment-595954664. The prior messages are about a concrete error that lead to this conversation. I'll leave the original bug report in place...

enhancement

Hi :wave: First of all, I have to say this is a very nice introduction series. I've shared it with some colleagues. Anyway, I think on some places there is...

Deriving instances for `newtype` is broken in cases like: ```haskell newtype TopicKey = TopicKey { unTopicKey :: Text } deriving stock (Show, Eq, Generic) deriving (FromJSON, ToJSON, Elm) via ElmStreet...

Splitting `ElmPrim` into: * `ElmPrim` - language level constructs * `ElmBuiltins` - types defined by libraries (not generated by elm-street) like `elm/core` or `elm/time` etc. `ElmPrim` keeps its original closed...

Following the alias -> record rename https://github.com/Holmusk/elm-street/pull/116 this PR aims to make record representation more accurate Support for `{}` records on elm side (these are very important in elm as...