Oskar Gargas

Results 10 comments of Oskar Gargas

@mhratson 3 years forward I'm dealing with the same issue. Would you mind sharing some code snippets if you ever see this comment? ;)

> Looks pretty good. I've added some comments. Also can you please add tests for all this code too. Nice to hear :) Uploaded fixes to most comments (beside symbol...

> any chance to work on this yet? Unfortunately not too much. I've added requested changes but I have literally no idea how to add tests. I would say it...

@geekq Hi! Is there a plan to drop or change `ruby-graphviz`? Would prefer to not have a graphing feature then discuss with legal team if its ok to use what...

Found a solution. 1. Install `swift-format` globally and add it to system path. 2. In plugin settings, modify path to only include: ```json "apple-swift-format.path": [ "swift-format" ] ```

Take a look at https://github.com/vknabel/vscode-apple-swift-format/issues/40#issuecomment-1870430614 same fix works for `swiftformat` too

@gregfedorov you should be able to do this by overriding `persist_workflow_state` method in your model. I achieved it this way: ```ruby def persist_workflow_state(new_value) self[self.class.workflow_column] = new_value save! end ``` `workflow-activerecord`...

Thanks for the info. I don't think I have any obscure hardware attached. I use TM Warthog Joystic + Throttle, MFG Crosswind pedals, Saitek TQC, Switch Panel and Multi Panel...

Or... few minutes. It just happened again. The only thing I see in log is "INFO Found regex match in for ..." related with profile switching basend on current application....