-
#### Expected Behavior
We can define a crisis event period in the algorithm. E.g.:
```csharp
AddCrisisEvent("Lord of the Rings Trilogy", new DateTime(2001,12,19), new DateTime(2003,12,17));
```
…
-
Current implementation: x axis is always age.
Make it user-defined to be able to generate GOF plots for selected PK parameters.
-
**Description and expected behavior**
If you specify `@@auth` on a model but also have a `User` model defined, Zenstack uses the `User` model for the `AuthUser` type.
```
model AuthUser {
@@…
-
Add FAQ about manually adding User Defined Peers (I just discovered this feature); network settings; alt ways of bootstrapping / local peering methods
Possibly through onboarding tooltips in-app as…
jnny updated
3 months ago
-
On LibreOffice I have user defined Keyboard shortcuts to enlarge and shrink text, as well as add lines, boxes, tables and other things. It would be a great productivity enhancer if OnlyOffice had the …
-
**Is your feature request related to a problem? Please describe.**
Given our business logic, we are in need of adding custom-keywords.
For example:
```
in: path
name: offset
schema:
type:…
-
1) I am building an executable against emscripten
2) I am making this call `target_link_libraries(target PUBLIC ... clangCppInterOp ....)`
Now how `clangCppInterOp` is framed is
i) We basically …
-
**Is your feature request related to a problem? Please describe.**
We can define the following type:
```bicep
type test = {
foo: true
}
```
But when you use intellisense on the foo property…
-
1. Nobody uses them
2. They allow for all sorts of edge-cases
-
**Description**
Are there plans to support [openAI function calling](https://platform.openai.com/docs/guides/function-calling)?
Extension: Are there plans to support an abstracted from of functio…