Stéén

Results 8 issues of Stéén

**Describe the issue** Here's what I get using the osu command : https://i.imgur.com/kEuCZ5h.png yet the install worked fine after two iterations and the game booted, I'm not sure of what's...

bug

[save point 2 Address.cs](https://github.com/dotnet-presentations/blazor-workshop/blob/main/save-points/02-customize-a-pizza/BlazingPizza.Shared/Address.cs), in this file, required fields are defined. Those do not get filled up at any point by the Client, but the server will expect them, when...

When navigating to a channel, the message edit field should probably auto-focus this is an opinion but i think it would make navigating more ergonomic, reducing the amount of mouse...

### Description If a type is defined with `NLOHMANN_DEFINE_TYPE_INTRUSIVE`, it cannot directly be used with `ordered_json`. ### Reproduction steps ```c++ #include struct my_type_t { std::string key; NLOHMANN_DEFINE_TYPE_INTRUSIVE(my_type_t, key) }; int...

kind: bug

## Description If one tries to query a session parameter within the `allowBrowseNode` callback, the program will crash after failing this assertion: `UA_LOCK: Assertion `++(lock->mutexCounter) == 1' failed.` ## Background...

If one runs: examples_server together with examples_client_subscription using open62541 v1.4.12., the client will fail to run() due to this error: `error/eventloop Cannot run EventLoop from the run method itself.` Since...

This enables the use of the session context by assigning a `std::any` to it. Which will allow the user to set it to anything they like while being type safe....

I cannot find in the documentation how one can, after the component tree has been defined, add/remove a component from a list. Eg. I have a Container::Vertical of Inputs, and...