Oleksandr Nikitin

Results 56 issues of Oleksandr Nikitin

Replace `\` with `/`, ensure stdin/stdout work as expected, etc.

Integrate https://github.com/jviereck/regexp.js

http://facebook.github.io/react/docs/glossary.html

Using the exports object provided by module, if it differs from the one provided to module. Discovered after some painful debugging :/

## 🚀 Feature Request Test with strings matching a given regex ## Motivation Fastcheck doesn't do whitebox test like afl-fuzz and so on, but for testing parsers etc we can...

💡 Idea
✔️ Idea to investigate

If I install the the LNHealth telePORT app from appstore, both on iOS and Android, and start to rapidly type a long message in messaging (first tab), it seems to...

OS Version: Big Sur 11.4 (20F71) Zig version: 132b18e2b ``` user@host zls % zig version 0.9.0-dev.466+132b18e2b ``` Version: 70cfba0 ``` user@host zls % git log commit 70cfba0eb92fc57558cd9736233d5515e70b24cd (HEAD -> master,...

``` text -> **text ```

Note the @ in call to fac; removing it makes the code compile fine ``` impala: /home/user/anydsl/thorin/src/thorin/be/llvm/llvm.cpp:988: llvm::Type* thorin::CodeGen::convert(const thorin::Type*): Assertion `ret' failed. Aborted (core dumped) ``` ```rust type char...

Code: Note there are no specialization annotations (@), adding halt annotations ($) doesnt seem to help either. ``` fn subber(a: int, b: int) -> int { a - b }...