Dmitrii Aleksandrov

Results 22 issues of Dmitrii Aleksandrov

Thank you for providing this library. For some reason, it loses cell borders. Here's a minimal reproduction with an `.xlsx` file made in LibreOffice. I have a single cell with...

I updated from 1.2.7 to v1.3.0 and the build failed. This is because #204 introduced many breaking changes: - Removed public `umya_spreadsheet::writer::csv::XlsxError` - Removed public `umya_spreadsheet::writer::xlsx::XlsxError` (my code references it)...

I would like to see something like [worksheet.set_formula_result_default("")](https://docs.rs/rust_xlsxwriter/0.68.0/rust_xlsxwriter/worksheet/struct.Worksheet.html#method.set_formula_result_default) from `rust_xlsxwriter`. Maybe this feature already exists, but I couldn't find it in the documentation.

## Expected Behavior The linked reproducer should print something like following, with accurate and unique operation positions: ```text Pos(99:6) Some(Name("create_purchases")) Pos(136:1) Some(Name("check_services_in_period")) Pos(49:1) Some(Name("create_sales")) Pos(1:1) Some(Name("_setup")) Pos(122:1) Some(Name("create_period")) ``` ##...

bug

## Edited PR Info - (partially) Closes #771 - Dependencies: none. - Dependents: currently none, but I have plans for the following things after the merge: - If you don't...

The doctest was probably copy-pasted from `Expr::equals` and never tested `not_equals`. ## PR Info - Closes - Dependencies: - Dependents: ## New Features ## Bug Fixes ## Breaking Changes ##...

I originally [reported](https://github.com/mnjm/kayal/issues/43) this to the theme that I'm using. I'm not sure whether the theme or Hugo is responsible for the issue, but the theme maintainer responded that Hugo's...

Bug
NeedsTriage
Feature: TOC

TL;DR: ```rust // Destructure without `..` to cause a compile error when a new field is added. // It will remind us to use the new field here. let MyStruct...

I was very suprised and confused when I noticed the following in the codebase: - A comment on `Iden::quoted`, saying that it doesn't actually return a quoted string (!). In...

See the thread starting from [this comment](https://github.com/SeaQL/sea-query/pull/922/#issuecomment-3179811630). Let's continue that discussion about redesigning these types. They should be able to represent most valid SQL type names, identifiers and expressions, and...