Vladislav Sukhmel

Results 14 issues of Vladislav Sukhmel

1. When `(:~)` is used with `set ... [on command ...]`, program crashes, and prints `Segmentation fault/access violation in generated code` message; 2. Crashes occur frequently, but not always; 3....

``elem`` and ``notElem`` seem intuitively right to be replaced Previous form was especially misleading when used as section `(elem a)` would become `∈ a` which is not very correct looking....

### Bug Description When subscript text is inputted with `~text~` after long enough text without breaks, a post renders with a line break before that text ![Thunder rendering post with...

bug

If the server closes a connection, the `EventSource::state` reports state is `Open`, and does not receive any error. I have tried the Chrome developer console with the same server, and...

**Is your feature request related to a problem? Please describe.** Merging to sync conflicts is sometimes painful. I usually rename the database and merge, but I accidentally clicked "Save" instead...

feature

### Bug Description Sometimes, when writing a markdown text, input area blinks grey and stops accepting taps, making it impossible to open a keyboard after previewing and complicating navigation. ###...

bug
fixed in upcoming release

As I run creating index, it fails because `texlive.pkgs` is not found: ```shell ▷ nix run github:nix-community/nix-index#nix-index + querying available packages error: querying available packages failed caused by: nix-env failed...

I happened to create deadlocks accidentally by holding a reference into the `DashMap` across `await`s, and came to think that maybe it might be possible to make an API that...

It looks like [impl Display](https://github.com/mozilla/webrtc-sdp/blob/master/src/lib.rs#L216) for `SdpSession` has different field order than that required by [RFC 4566: Session Description Protocol](https://datatracker.ietf.org/doc/html/rfc4566#section-5), specifically, connection must be before timing. I will try to...

**Describe the bug** Slanted arrows in sequence diagram make lifeline end too late if deactivated after the arrow, and too early if activated before. **To Reproduce** ```plantuml @startuml !pragma teoz...

triage