-
Allow for user-defined weather effects that the weather generation model will take into account.
This could be, e.g., "Arcane Storms".
Weather effects will need a few things:
1. A chance table
2. Co…
-
if my custom editor path contain space, for example
```
C:\APP\Microsoft VS Code\Code.exe
```
then when i open file by right-click the search result & click the vscode, then it will arise error
…
-
Web developers could use the VideoFrameMetadata dictionary to store their own custom metadata. Should we provide guidance in the spec or the registry, e.g., on naming convention, so developers avoid c…
-
### Describe the feature
This enhancement will allow user to add any additional filters in app-config other than these current default filters [openFilter, incomingFilter, assigneeToMeFilter].
for e…
-
**Is your feature request related to a problem? Please describe.**
I want to use server-side deduplication for signals. However, `RequestId` is always set to `uuid.New`
https://github.com/temporalio…
-
such as openaiAPI?
-
Built-in quarks have test and recursion functions to work with, but for new quarks defined by `\quark_new:N`, there are no such functions. Providing/Exposing quark function generators can make user-d…
-
Hello
I have some questions about user-defined design variables.
1. Can input and outpu type variables in the output file(.xlsx) be considered as user-defined design variables?
2. For example, …
-
It would be extremely useful if we could define an external variable as a string of C++ code (C++ code snippets), like they do in Fenics.
With this we could:
- Use random number generators
- Inp…
-
**Describe the feature**
Support User defined types
https://www.postgresql.org/docs/current/xtypes.html
Example :
```
CREATE TYPE udt_KeyValue AS (
Key INT,
Value VARCHAR(1000)
…