-
Hi Dmytro, kudos for this project.
I would like to contribute with some functions, my goal would be to let speakgpt access todo items, alarms, maybe even emails. As I see, you consider the function…
-
### Checklist
- [X] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be close…
-
Currently, calling the same function multiple times will generate the IR multiple times due to the tracing.
One idea to circumvent this problem is to update the `@trace` macro to introduce a MLIR fun…
-
I tried to install your plugin on a Webtrees 2.2.0 instance (set up using [this Docker container](https://docker.io/nathanvaughn/webtrees)). Unfortunately I'm unable to enable the module, as I get thi…
-
cmsCloseProfile doesn't work - it's wired up to cmsCreate_sRGBProfile by mistake.
-
let's say we have the following code:
```rust
fn foo(x: i32) { ... }
```
I now want to add a second argument and add the parameter to the signature automatically, via `assist`.
```rust
foo(5, "bar");
…
-
bds-1 | [2024-11-30 09:03:58:965 ERROR] [Scripting] Error: Failed to call function 'runCommand' at (r4isen1920/originspe/main.js:1882)
```js
function Ae(e, t) {
e.dimension.getEntities({…
-
We've recently started using Mimic (migrating from Mock) and there's one pattern that we frequently use: assert that a function call happened but not changing the original behaviour of the function (c…
-
Here are two examples (based on first example from documentation for `case_when()`):
```
# Bad?
tibble(int = 1:70) |>
mutate(
response = case_when(
int %% 35 == 0 ~ "fizz buzz",
int…
-
Maybe we could have something like that below?
```
struct JLCall
func
args::Vector
kwargs::Union{Nothing,Vector}
end
JLCall(; func, args, kwargs) = JLCall(func, args, kwargs)
…