Kevin Vuilleumier

Results 29 issues of 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** ![fluent_sticky](https://user-images.githubusercontent.com/8223773/162149971-0400f873-3854-4320-9979-e9ab67c1b3b5.gif) Present after the hotfix for #272 But this is not a major problem ;)

bug

## 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:...

bug

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: ![image](https://user-images.githubusercontent.com/8223773/188454072-cac605ac-4cbf-401d-b529-262743927943.png) 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...

enhancement

**Describe the bug** On demo app: ![image](https://user-images.githubusercontent.com/8223773/186630019-699cb9f9-ab2d-46ad-9908-99e9d551a835.png) There is a icon on the left and the indicator. And Btw, when we open a submenu, if we click outside the menu,...

bug

## 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...