Sergei Korolev

Results 14 issues of Sergei Korolev

Standard Tribeca docker installation with linked Mongo container. Sometimes, after clicking "Save" button, you can see this type of error in the log: ``` { "name":"tribeca:exchangebroker:repopersister", "hostname":"d3b31f5af6ba", "pid":50, "level":50, "err":{...

bug

Currently, we build `rpm`s and `deb`s for Linux. And this is broken in so many way: * it's not normal when rpm and deb packaging on the developer side, this...

t:feat
s:client
breaking

Upgrade of simulation backend requires support of [Non-trapping float-to-int Conversion for WebAssembly](https://github.com/WebAssembly/nontrapping-float-to-int-conversions). Modern browsers already supports this. Support in XOD IDE requires upgrading of `electron` dependency or always run with...

t:feat

### Environment * Scope: desktop IDE * Version: 0.31.1 * OS: Linux Mint (actually any Linux) * Machine: any ### Steps to reproduce 1. Install IDE 2. Make patch 3....

t:tweak
s:client

Use a plain English sentence for the title. Listing closed PR titles for a period should form a human-readable changelog. Refer to issues related to the PR. In related issues...

t:tweak
s:infra

### Rationale We have standard `electron`'s user-agent like this: ``` Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) BeakerBrowser/0.8.5 Chrome/69.0.3497.106 Electron/4.0.4 Safari/537.36 ``` in `xod-client-electron` and standard browser's...

t:feat
s:client

### Rationale There’s currently no way to run tabtest from `xodc` without `gcc` and `make`. Also, it's useful for the integration tests. ### Usage ``` USAGE $ xodc tabtest [options]...

t:feat
s:cli

Hello, I did simple spec file for rpm packaging. I can build rpm package with just `rpmbuild -ba .rpm/habitctl.spec`. Also, I successfully [built](https://copr.fedorainfracloud.org/coprs/knopki/desktop/build/813019/) packages in Fedora's COPR. Other rpm-based distros...

If a folder containing JS files is a hidden dot folder (`.customjs`, for example) then plugin can't detect files to load. Repro vault https://github.com/knopki/obsidian-custom-js-dot-dir-repro I think it's because of using...

Ability to create more complex access rights, not only full sudo access

enhancement