can you comment? typedef ButtonChangedCallback = void Function<T>(T value); class MyWidget<T> extends StatefulWidget { ButtonChangedCallback? onC
I have a ViewModel with some properties and a list of objects. I also have a controller to create the data from the ViewModel. Whenever the request gets back to
I tried to apply clang-format (11) on a file containing a boost serializable file with content along the lines class MyClass { int _myNumber; int &_
I am writing a wrapper for a C library in Python. I am trying to properly annotate all of the methods, so my IDE can help me catch errors. I am stuck annotati
I use webpack5, typescript, tailwindcss and storybook to make an Button UI component, I modify the example code from storybook to tailwindcss Here is the css co
I'm currently migrating an ASP.NET MVC project to ASP.NET Core 3.1. I need to have same functionality in .Net core as well. But now I'm not able to use these me
i don't know what is wrong with my code , i check the value with console.log and it gets the value normally but when i submit the form it gets back to undefined
I have a model that is normalized using StandardScaler. I need to get the beta coefficients from the coefficients that the model.coef_ stores. I've seen varying
I'm trying to use poetry in a project that uses local dependencies. Specifically, I have two other poetry projects that are included as git submodules, I've add