-
- Rename this folder and some of the files within. This no longer just holds reference implementations for eltwise ops, ex repeat interleave is not eltwise, so name should reflect this. You can call i…
-
Python 3.13 introduced a decorator called [`@warnings.deprecated`](https://docs.python.org/3/library/warnings.html#warnings.deprecated) that marks classes, functions and methods as deprecated. For old…
-
Example TOML:
```toml
a.b = 1
a.c = { d = 1 }
```
Fails to parse. Example test case output based on above:
```
1) Failure:
TomlTest#test_valid_cases [test/toml_test.rb:133]:
Error: Ke…
-
Numba-cuda extensions (e.g. [nvmath-python](https://developer.nvidia.com/nvmath-python)) are frequently leaning on CUDA C++ implementations to support the core of their functionality.
One current UX …
-
This is a feature idea which I might add to copyaid.it. Might be something manubot-ai-editor wants to do too.
The [`llm` Python package](https://pypi.org/project/llm/) has a large number of plugins…
-
Monkey-patching global class methods is an utterly ridiculous change on its own but it also makes the code thread-unsafe:
1. One thread using this also breaks it for another thread.
2. If that threa…
-
**Title of the talk/workshop**
**Abstract of the talk/workshop**
**Category of the talk/workshop**
**Duration (including Q&A)**
**Level of Audience**
**Speaker Bio**
…
-
Many functions in the implementation here return values. For example:
- BMI.update
- BMI.finalize
- BMI.set_value
all return the model struct. Same for the Wflow.jl implementation.
However, t…
-
### Executive summary
For auto-generating workflow parameter input widgets, a base class and implementations for common param types are needed
### Context and background knowledge
See #28. Ha…
-
Decide how to handle the `async` Python stuff. Currently, this is mostly "not supported" and yields a `ProblemNode`.
Ideas:
- these are basically the same as the non-async stuff -> make them inherit…