Ömer Sinan Ağacan

Results 122 issues of Ömer Sinan Ağacan

I'm not sure if this is a bug in rustc, or a `print` line that needs to be updated in `cc`. If you think this is a rustc bug please...

``` focus  master $ nix-shell [nix-shell:~/editors/focus]$ zig build run -Drelease-safe=true /home/omer/editors/focus/lib/focus/imp_repl.zig:11:21: error: unable to load '/home/omer/editors/focus/imp/lib/imp.zig': FileNotFound const imp = @import("../../imp/lib/imp.zig"); ^ focus-local...The following command exited with error code...

I'm trying to store my coroutine in a heap-allocated struct (or just heap-allocate the coroutine) and pass borrowed inputs to it in `run_until_stall`. As far as I understand, this is...

difftastic currently uses bold text to highlight diffs. However, depending on the font and terminal emulator configuration, it's possible for normal and bold text to look similar. In those cases...

Searched for an existing bug report but no luck.. - Operating System: Ubuntu 18.04 - Revery Version: Git HEAD - OCaml version: 4.05.0 - Native, Bytecode, or JS build: Dunno,...

question
A-infrastructure

It seems like we currently don't have testing for PRs. Is there any problems with enabling GitHub CI for at least just running `cargo test` at the top level? Let...

I'm using current git master branch (925c49e9bde178700d5c6c1843133017a88bab85). Repro: ```rust use logos::Logos; #[derive(Logos, Debug, PartialEq)] enum Token { #[regex("a+b")] APlusB, #[token("a")] A, #[error] Error, } fn main() { // Works let...

When running tiny on a server for long periods of time it would be useful if we showed date changes in the tabs + log files. Currently it's a bit...

enhancement