Alex Overchenko

Results 16 issues of Alex Overchenko

Partially based on MR #25. New fixes: * upload.py can be started as usual script again now * typos fixing * checksum calculation optimization for parts reuploading

Is [pip version](https://pypi.org/project/glacier_upload/#history) will be actualized with fixes from the develop branch (such as MR #26)? In what period of time it will be available?

Some external tools passes file list, not directories. And I need to filter them with `.clang-format-ignore` file or `--exclude` flag

`cargo fmt` has support to `--manifest-path` argument, that can be used for passing `Config.toml` location. It can be used in this way: `cargo fmt --manifest-path my/subdir/Cargo.toml -- --check`. It is...

Sometimes will be interested in force flushing [RollingFileAppender](https://github.com/SergiusTheBest/plog#rollingfileappender) data for next backuping them into different storages. I usually have only one file for logging (without any backup). That is why...

enhancement

Xilinx/AMD FPGAs support Microblaze soft CPU (IP core). What about support it's assembly/elf files? Processor reference guide with ISA & opcodes can be found [here](https://docs.xilinx.com/v/u/en-US/ug984-vivado-microblaze-ref). I need to analyze some...

Type: Enhancement
Feature: Processor
Status: Triage

**Atlassian Bamboo test coverage integration needs** Bamboo's native format is the Atlassian Clover format. It is also an XML, but it differs from the Cobertura one. On some newer Bamboo...

Type: Enhancement

# Reproducible environment OS: Linux (Debian 12 docker image) Rust: 1.75.0 Nextest: 0.9.67 axum: 0.7.4 # Commands to reproduce ```bash cargo new hello_cargo cd hello_cargo cargo add --dev axum cargo...

bug

PRs #461 & #462 fix the compiling errors & warnings respectively

`inttypes.h` including is based on `sv_subscriber.c` one