Kartheek L

Results 20 comments of Kartheek L

I agree that there is no harm. My concern is that SSL is misconfigured and modern browsers show a scary popup and ask user to create exception. If I remember...

https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https On this page there is a virtual assistant which can help you ?

As a workaround, can I use this ? ``` [patch.crates-io] jsonpath_lib = { version = "0.3", optional = true, git = "https://github.com/ritchie46/jsonpath", branch = "improve_compiled" } ```

So there will be no design discussion of this PR before merge ? You are adding a new language runtime - but there is no discussion on the approach or...

> The way I see this is that we can play somewhat fast and loose if what we are doing does not affect the main openscad language and not affecting...

I tried compiling on MacOS, I had some issues with FindNettle. I installed nettle through home-brew and its path is added to search paths - yet it failed while linking...

@pca006132 In case you missed https://github.com/openscad/openscad/pull/4841#issuecomment-1839890263 Why different yard sticks for different PRs. Here the yard stick is it has not been addressed for long and lets merge it ASAP...

Relevant comments for context: - https://github.com/openscad/openscad/pull/4841#issuecomment-1839116916 - https://github.com/openscad/openscad/pull/4841#issuecomment-1841130587 - https://github.com/openscad/openscad/pull/4841#issuecomment-1841222912

@gsohler can you add below things for tracking - explicit imports - explore if types can be introduced - 2d, 3d, etc - Sync SCAD kwarg parameters for all functions...