Kevin Vuilleumier
Kevin Vuilleumier
I want to be able to export the stack to a JSON file but not to the console (ConsoleWriter). ConsoleWriter initialization: ```go consoleWriter := zerolog.NewConsoleWriter() consoleWriter.TimeFormat = "02/01/2006 15:04:05.000" consoleWriter.PartsExclude...
**Describe the bug**  Present after the hotfix for #272 But this is not a major problem ;)
## Pre-launch Checklist - [ ] I have run `dartfmt` on all changed files - [ ] I have updated `CHANGELOG.md` with my changes - [ ] I have run...
Hello, I have encountered a problem with a Heidenhain NC. (Tested with TNC620 simulator 817605-8, supporting OPC UA). The value `UserTokenPolicy.SecurityPolicyURI` is not set. I don't know if this is...
Hello, I'm coming to you because I can't display logs in the console, `stdout.println("...");` doesn't work in Tiscript. I added "ALLOW_SYSINFO", "SW_ENABLE_DEBUG", but it still doesn't work. Try it with:...
Currently kosmoro allows you to obtain a list of events from dates. The idea would be to be able to do the opposite, get dates from an event. I think...
This parameter is never used: https://github.com/leanflutter/window_manager/blob/main/lib/src/widgets/window_caption_button.dart#L30 And if iconName is null, we throw an error: https://github.com/leanflutter/window_manager/blob/main/lib/src/widgets/window_caption_button.dart#L174 I want to add custom button with custom icon, like this:  And if...
In my app, I want to open a flyout with a context that doesn't have a Navigator (in the appbar, and the appbar is not in the navigator context). I...
**Describe the bug** On demo app:  There is a icon on the left and the indicator. And Btw, when we open a submenu, if we click outside the menu,...
## Describe the feature Add the possibility to use Unscoped() when calling Replace() for associations. (delete removed associations instead of set foreign key to null) ## Motivation With gorm we...