Mikhail Chekan

Results 10 issues of Mikhail Chekan

Sometimes I need to write a long hypha, but saving it in the middle and jumping back and forth between the editon and the hypha is tedious sometimes. Also, the...

**How to reproduce**: try pressing `h` on any hypha page or `Ctrl-B` in editor, when using Russian or another non-Latin keyboard layout. I've localized it to `static/shortcuts.js`, as its code...

The current state of style module can crash if running in some environments which have no `window.requestAnimationFrame` function. So, we should add an additional check for it.

The feature which Windows sometimes needs to work with big data streams. Unfortunately, it is not supported in Unix, so it includes the `FunctionNotImplemented` placeholder.

Sometimes we need to force some evaluation. There's a nicer `seq` alternative enabled with BangPatterns extension, but it's not supported fully by the plugin. This code builds well, but has...

bug
parser

I've tried using `Signal.Time.every` in a Elm-like fashion (sending messages with a Unix timestamp applied), but instead it returns time from the session (kinda) start, because it relies on `performance`...

`convertMatchText @ Text.RE.ZeInternals.Types.Match` does perfectly correct captures' offsets and lengths, but `capturedText` is left intact ([at this very line you can see, it's put straight from input](https://github.com/iconnect/regex/blob/ff3e807801a9949f3fc56a86e9a5dd60d3edaa8c/Text/RE/ZeInternals/Types/Match.lhs#L207)), which may provoke...

backlog

Trying to call `spago2nix` inside of `configurePhase` of derivation, got this: ``` warning: dumping very large path (> 256 MiB); this may run out of memory these derivations will be...

Got some errors on missing main module from Parcel, and only few retries later my eye caught few compie errors. After quick research I've realized that buildSpagoStyle script always exits...

I'm looking at Attic as a nix-serve alternative to host some binary caches to deploy our inhouse Nix-based software. The server I get to use now is about 40 GB...