-
## Problem
## Steps to reproduce the issue
1. Build codespaces with following `devcontainer.json`:
```json
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"g…
-
I am trying to list all sg's which have port 22 open for 0.0.0.0/0 and send an email via config rule.
My Policy:
```yaml
policies:
- name: get_bad_sg
mode:
type: config-rule
r…
-
Seems to work for some functions like `puts`, however not others like `putchar`. Halting progress on threads until this is solved.
-
Hi, I'm developing a fuzzer to test the safe abstraction, and I found a panic bug when calling function `src/lib/ft_open_ex()`. Below is a test case:
```rust
#[allow(warnings, unused, non_snake_case…
-
When calling the function $this->getSources(), it threw an error about an undefined $payload variable.
-
Hello,
I'm using the code-generation feature to speed up the solver. The code generation is done like shown in the documentation:
```
settings.verbose = false;
prob = osqp;
prob.setup(H, q, Aeq, …
-
Server.cs states:
// vv Client Visor vv
function servercmdTogVisor(%client, %var) { commandToClient(%client,"togvisor",1); }
function servercmdVisor(%client,%var) { commandtoClient(%client,"VisorUpdat…
-
```
r890 added support for direct calls to fixed-arity functions with arity greater
than METH_O. There are two things to do based on this patch:
1. Tag as many functions as possible with METH_FIXED.…
-
```
r890 added support for direct calls to fixed-arity functions with arity greater
than METH_O. There are two things to do based on this patch:
1. Tag as many functions as possible with METH_FIXED.…
-
Hi 👋
as I was doing some research regarding xLAM, I stumbled upon the Berkley Gorilla initiative.
they have their own function calling model with [OpenFunctions](https://gorilla.cs.berkeley.ed…