Ömer Sinan Ağacan

Results 122 issues of Ömer Sinan Ağacan

``` ➜ herbie git:(c660f3a) raco exe -o herbie-exe herbie/interface/inout.rkt >: contract violation expected: real? given: '(#) argument position: 1st other arguments...: 0 context...: f76 /home/omer/.racket/snapshot/pkgs/typed-racket-lib/typed-racket/types/resolve.rkt:112:0: resolve-app /home/omer/.racket/snapshot/pkgs/typed-racket-lib/typed-racket/types/resolve.rkt:131:0: resolve-once f2195 /home/omer/.racket/snapshot/pkgs/typed-racket-lib/typed-racket/types/subtype.rkt:238:0:...

xterm-compatible terminals can generate sequences `27, 91, 73` for "focus gained" and `27, 91, 79` for "focus lost", enabled with escape sequence `"\x1b[?1004h"`. It'd be nice to have these events...

FeatureRequest

Just wanted to leave this here if anyone's interested in helping: http://www.ferzkopp.net/joomla/content/view/19/14/ This library provides some more advanced drawing capabilities to SDL2 and I think this if really necessary because...

In doubt this code compiles with GHC 7.0 even after fixing this, but still, in this code: ``` #if __GLASGOW_HASKELL__ >= 700 import Control.Exception (mask_) #else import qualified Control.Exception mask_...

I think something about rxtx dependency doesn't get along with leiningen. Here's how I produce the error: ``` ➜ ~ lein new serial-port-test Created new project in: /home/sinan/serial-port-test Look over...

By "roundtrip property" I mean for any event if I serialize it with `putEvent`, `getEvent` on the resulting `ByteString` should give me the original event. #41 shows that we currently...

ghc-events currently fails to deserialize some events that it serializes. To reproduce, first generate a minimal eventlog file from the program `main = return ()` (tried GHC 8.4), then run...

Empty lines are useful to separate blocks in printed programs, but unless I'm getting the API wrong, currently only way to produce a empty newline is to use `text ""`....

We discovered today that array functions do not do bounds checking, which was surprising to us. The expectation was that unless the function is prefixed with "unsafe" it's supposed to...

When I enable "event labels" using view menu, all the HECs are not fitting in my screen, but vertical scrollbar is not allowing me to scroll down to see other...