GatitoCode

Results 3 comments of GatitoCode
trafficstars

More specifically, the error occurs when trying to reorder the columns by dragging, so at the moment to solve my error I am using the property `CanUserReorderColumns="False"` which prevents the...

Hello, is there a way to get the maximum and minimum value of a polynomial in a given range using this library? example "x^2 -5*x +3" max min in the...

This might help you — it worked for me using monaco.languages.registerInlineEditProvider with a simple logic. Just make sure the experimental options are enabled in your editor config, like this: ```ts...