-
This function:
```
#[napi(js_name = "invoke_runtime_cli")]
pub fn run_cli(env: Env, params: Vec) -> napi::Result {
baml_runtime::BamlRuntime::run_cli(
params,
baml_runtime:…
-
This project is starting to look like the true successor of System.Xaml, and I am enjoying all the activity that I am seeing here. :smile:
One thing that I wanted to get on the radar here is x:Class…
-
# Reproducing bug
I loaded Llama with vllm using:
`vllm serve meta-llama/Meta-Llama-3.1-8B-Instruct --dtype auto --api-key token-abc123 --max-model-len 12800 &`
Then added this to clients.baml as…
-
### Description
.NET8
visual studio 2022
### Reproduction Steps
1. Create a wpf custom control lib or user control lib
2. Add nuget Microsoft.Xaml.Behaviors or any nuget which can be reference…
-
I'm the cofounder of the company and we publish a VSCode extension for BAML (boundaryml/baml). We'd like to also publish it to the open-vsx efforts.
-
Hello team,
BAML is fantastic!
I discovered it this morning and already started adapting it with my own use case. So, great work on DX.
One thing, that caused break in the flow is when making c…
-
hello there was just following instructions as given in documentation, as far as i've understood the document I need to compile the application so I can have a exe file that will compile the obfuscar,…
-
In.NET 5.0 WPF, a window in a container cannot call a style resource in app.xaml ,
as shown in the figure :
![1](https://user-images.githubusercontent.com/33051107/118790163-16c65a00-b8c8-11eb-99e9-…
-
BAML file:
```
class LiteralClass {
prop1 "hello"
}
class LiteralClass2 {
prop1 "cherry"
}
class LiteralClass3 {
prop1 "cherry"
}
function FnLiteralInputOutput(input: LiteralCla…
-
Allow us to write Styles like this:
```XAML
```
this is more compact and more readable than:
```XAML
…