-
Several people have wanted the Lathe operation to limit the angle of revolution to less than 360 degrees. This feature would work like Lathe but would allow sweeping the sketch though arbitrary angles…
-
Hello!
I am trying to find a way to input normalized direction vector (such as light direction) as well as rotation. My current solution for direction is as follows:
```cpp
if (ImGui::SliderFlo…
-
Hi @sebas77,
Thanks for creating the amazing project. I'm the creator of [OpenUPM](https://openupm.com), a public upm registry with automatic build pipelines that publish new package bundle based o…
-
All current mathematical software / computer algebra systems (cas) such as Maple, Mathematica and Matlab have close source code and they are proprietary. They only exist to make money. I refuse to use…
-
There seem to be a number of comments thoughts on language syntax. This issue will consildate general thoughts and suggestions. Other more specific issues can be created and referenced from here.
-
In the course of my work with Jennifer Morse and gh-MareoRaft, we have done some experimenting with raising operators. This code is a cleaned-up version of what we have been using and I think it cou…
-
## Description
Running same command to install packages >2 times yields different results:
first run:
```
$ aurman -S nsis
~~ initializing aurman...
~~ calculating solutions...
!! While sear…
osleg updated
5 years ago
-
I'd like to be able to do some simple `fold` operations over an AST. Here's my attempt:
```julia
julia> function fold(ast, leaf, branch)
function go(ast)
@match ast begi…
-
There is a complex set of questions around how to handle method resolution in the presence of `__numpy_ufunc__`. Currently in master is an extremely complicated set of rules that isn't documented and …
-
Hi all,
I have a few comments on the closeness_centrality function:
1. In the block comment, " **average** shortest path distance **to** `u` over all `n-1` reachable nodes" should be corrected. …