Skip to content

issues Search Results · repo:userver-framework/userver language:C++

Filter by

286 results
 (96 ms)

286 results

inuserver-framework/userver (press backspace or delete to remove)

Add a description There is currently no way to build a package (deb, conan, docker) with ydb support. This complicates the deployment and makes it necessary to compile the entire framework every time ...
  • popov-aa
  • Opened 
    2 days ago
  • #972

userver creates SSL_CTX for every connection: userver/core/src/server/net/listener_impl.cpp: void ListenerImpl::ProcessConnection(..) { ... socket = std::make_unique engine::io::TlsWrapper (engine::io::TlsWrapper::StartTlsServer(..) ...
  • DenisRazinkin
  • Opened 
    5 days ago
  • #968

Add a description Currently, userver does not support a number of ydb data types, in particular Decimal. This complicates the development of banking applications using userver and ydb.
  • popov-aa
  • Opened 
    9 days ago
  • #964

Add a description Starting from v1.9.3, Google Benchmark added ability to disable ASLR to more stable benchmark results. Currently, this feature works when using BENCHMARK_MAIN(), but userver-ubench ...
  • botanegg
  • Opened 
    16 days ago
  • #960

Версия userver: 2.8 Сервис создан на базе примера hello_service. ОС ubuntu 22.04. Сборка через cmake. cmake .. make Фрагмент static_config.yaml: ... http-client: # Component to do HTTP requests fs-task-processor: ...
  • taoga
  • 3
  • Opened 
    21 days ago
  • #957

Add a description I would like to be able to add fields using LogExtra to a nested structure Example code: LOG_TO(GetLogger(), level) logging::LogExtra({{ test , logging::JsonString( { 1 : 1} )}}) logging::LogExtra({{ ...
  • rpuwa
  • Opened 
    on Jun 9
  • #945

Add a description For next schema definition: Point: type: array items: type: number Chaotic expected to parse point : [92.871944, 56.008889] (or other valid arrays) Bug: parser incorrectly ...
  • botanegg
  • Opened 
    on Jun 2
  • #939

Since Redis 5.0.1, Sentinel supports the AUTH command for password-based client authentication according to the list of sentinel commands AUTH ( = 5.0.1) Authenticate a client connection. Currently, userver ...
  • tysion
  • Opened 
    on Apr 26
  • #924

Currently, when we release a bugfix, users cannot reasonably get the fix until ~1 month passes and properly tagged artifacts are released. This is because: - Many company policies disallow depending ...
help wanted
  • Anton3
  • Opened 
    on Apr 21
  • #920

Add a description Проблема: В текущей версии Chaotic нет возможности явно объявить поле типа USERVER_NAMESPACE::formats::json::Value для работы с JSON-данными (например, при маппинге jsonb из PostgreSQL). ...
  • Reavolt
  • Opened 
    on Apr 18
  • #918
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub