Mael
Mael
When trying to compile the equivalent of cad.js in typescript I get this error: ``` error TS2339: Property 'shell' does not exist on type 'Shell | Solid | CompSolid |...
Side question: I see there are a lot of approximation /interpolation code in lib2d to represent all kinds of curves, would it be possible using this code to load a...
I see that the only thing you need to authenticate to the server is the auth token that does not change between session? therefore, if someone gets the auth token...
Here is what I'm doing with Gulp: - creating a `dependencies.js` file which uses `bundle.require` to export lodash, d3, ... - creating a `app.js` file which uses `bundle.external` to tell...
The Flaky documentation mentions how to run tests using nosetest and pytest, but not using unittests, perhaps it could be added?
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
This is a great tool thanks alot :) Since your tool is so general-purpose, why not constructing it with a generic parsing lib for nvALT notes, and using this API...
### Bug Report Checklist - [X] I have tried restarting my IDE and the issue persists. - [X] I have pulled the latest `main` branch of the repository. - [X]...
https://github.com/TheR1D/shell_gpt has a nice `sgpt -s 'print me the size of all the files in the src/ dir'` which then offers to execute, describe (or cancel) the command returned by...
### Describe the feature It seems weird that Combobox allows multiple selection but not Select, could we add the same feature there? ### Additional information - [ ] I intend...