Yuriy Pitomets

Results 46 issues of Yuriy Pitomets

Aka alphanumeric `[0-9A-Za-z]`.

- [mops](https://github.com/ZenVoich/mops) ([derivation](https://github.com/nomeata/ic-certification/blob/main/mops.nix/default.nix)) - [wasmtime](https://github.com/ninegua/ic-nix/blob/6308c1d2f9fb36a9eb376d567a322a1a99416fcb/motoko.nix#L221)

Since github [dropped](https://github.blog/2023-01-20-sunsetting-subversion-support/) subversion support recentrly, it becomes impossible to just download only `./emacs` subdiretory with elisp for some recipes (e.g. https://github.com/ocaml/merlin). Is it possible to use git's [sparse-checkout](https://github.blog/2021-11-10-make-your-monorepo-feel-small-with-gits-sparse-index/) instead...

``` -> % make Scanning dependencies of target sniper [ 25%] Building CXX object CMakeFiles/sniper.dir/sniper.cpp.o /Users/netsu/Downloads/clang-faces-master/sniper.cpp:78:16: error: cast from pointer to smaller type 'int' loses information auto space = reinterpret_cast(...

Eventually make pretty strange indentation in `python-mode` and `haskell-mode`.

Without `smart-newline`, but with `delete-selection-mode`: ```ruby > def func < RET # no selection, just empty line here ||end => ||end ``` With `smart-newline` (`delete-selection-mode` still enabled): ```ruby > def...