Sergiu Deitsch

Results 11 issues of Sergiu Deitsch

**Describe the bug** I'm running Koel at a non-root location `http://myurl/sub/`. This mostly works as expected. However, very few links still point to `http://myurl/` instead of `http://myurl/sub/`. Specifically, * static...

[Type] Enhancement
PR Welcome
Feature Request

**Motivation for this change** This PR implements support for `\graphicspath` in `\pgfdeclareimage`. Fixes #565. **Checklist** Please check the boxes to explicitly state your agreement to these terms: - [x] Code...

C++17 introduced many special mathematical functions which could allow to deprecate `BesselJ0`, `BesselJ1`, `BesselJN` and replace these by `std::cyl_bessel_j`. However, in [an effort](https://github.com/ceres-solver/ceres-solver/commit/e3254ed62d09c868e3f38788d525c79e40428662) to do so, it turns out that...

I'm seeing a failure followed by a segmentation fault in `invert_psd_matrix_test`. Corresponding debug trace: ```gdb Starting program: ./bin/invert_psd_matrix_test [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Running main()...

Ceres Solver compiled with GCC 12.1.1 and `-flto=auto` flag issues the following warning in release builds: ``` In member function ‘deallocate’, inlined from ‘deallocate’ at /usr/include/c++/12.1.1/bits/alloc_traits.h:496:23, inlined from ‘__dt_base ’...

### Provide environment information /usr/bin/python Python 3.10.9 labelme 2b225b2b384bdb25fb37678a9d28b8e545732473 ### What OS are you using? ArchLinux ### Describe the Bug On my GNOME desktop, the item text of Polygon Labels...

bug

### Provide environment information /usr/bin/python Python 3.10.9 labelme 2b225b2b384bdb25fb37678a9d28b8e545732473 ### What OS are you using? ArchLinux ### Describe the Bug While creating polygons, it is not possible to set vertices...

issue:bug

`AutoDiffCostFunction` (among others) requires the inner cost functor to be passed as a pointer. However, this is not always necessary as the user might want to pass the functor as...

enhancement

I'm using a QuadHD in a Debian Buster system running on an AMD Ryzen 3200G and MSI B450M PRO-M2 MAX mainboard. ``` $ uname -a Linux pony 5.10.0-0.bpo.7-amd64 #1 SMP...

### Description I have the following `pyproject.toml` setup ```toml [tool.cibuildwheel] test-requires = "pytest" test-command = "pytest {project}/tests/python/test_{hogpp,repr}.py" ``` which works in `manylinux` builds with the following (relevant) output: ```console Successfully...