issues Search Results · repo:arximboldi/lager language:C++
Filter by
88 results
(63 ms)88 results
inarximboldi/lager (press backspace or delete to remove)Creating a lens with force_opt as the innermost operation and then lifting this lens using bind_opt causes a compilation
error. For example, adding the following code in test/type_erased_lens.cpp will ...
henri-v
- 6
- Opened on Nov 11, 2024
- #215
-- Looking for wsyncup in /usr/lib/x86_64-linux-gnu/libcurses.so
-- Looking for wsyncup in /usr/lib/x86_64-linux-gnu/libcurses.so - found
-- Looking for cbreak in /usr/lib/x86_64-linux-gnu/libncursesw.so ...
panjea
- 1
- Opened on Sep 6, 2024
- #207
I m trying to compile a basic example, very close to what s presented in the examples folder on Windows w/ MSVC 17:
struct model
{
int value = 0;
};
struct increment_action {};
struct decrement_action ...
bug
help wanted
collinschupman
- 3
- Opened on Jul 16, 2024
- #206
Same issue as https://github.com/arximboldi/immer/issues/168 . If lager/config.hpp is included after any Qt headers,
exceptions are not enabled. This is in gcc 13.2 , c++ 17.
https://github.com/arximboldi/lager/blob/master/lager/config.hpp ...
tusooa
- 1
- Opened on Jul 6, 2024
- #204
Environment: MinGW64 13.2.1 on Fedora (can be generated from the Dockerfile here)
#include lager/reader.hpp
#include lager/state.hpp
#include optional
struct Foo
{
int a;
const int getA() const ...
tusooa
- Opened on Feb 4, 2024
- #199
Hi folks, I m a C++ noob, I was impressed by the library because I m familiar with the pattern from web development. I
also love making games in Unreal Engine and was hoping to use Lager, but I m having ...
help wanted
question
vladinator1000
- 4
- Opened on Sep 1, 2023
- #195
I am currently trying to figure out how to use abstract dependencies as deps to effects (and if this is possible / a
good idea...), take for example,
struct Base {
virtual ~Base() = default;
virtual ...
leonp-s
- 5
- Opened on Jul 31, 2023
- #188
Consider:
#include lager/reader.hpp
struct Foo;
struct Bar {
lager::reader Foo foo_reader;
};
struct Foo {};
as of right now, this will not compile due to the use of value_type current_/last_ ...
TheCoconutChef
- 5
- Opened on Jul 6, 2023
- #185
I cloned 8fd338d6d67dd2efc4f38c0634c2f849a7db8774. Tried to install, got:
CMake Error at cmake_install.cmake:41 (file):
file INSTALL cannot find /Users/jason/src/lager/resources/gui/gui.css : No
...
jasoneveleth
- 3
- Opened on Jun 11, 2023
- #181

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.