-
```cs
stream.For(
uniform: Time.Delta,
action: (in Entity e, float dt, ref Vector3 velocity) =>
{
velocity.Y -= 9.81f * dt;
}
);
```
### Disadvantages
- Uniform gets copied …
-
### What you would like to be added?
I would like to support the kubernetes v1.29 - v1.31, and stop the v1.27 and the v1.28 supporting before we release the final training-operator v1 version.
But…
-
`LoadSupport.doLoadAsync` catches exceptions thrown by `HoistModel.doLoadAsync` and updates its `lastLoadException` observable accordingly. It also includes the exception in the browser console log, …
-
**Describe the bug**
When parsing inputs on the cli given by `--var`, boilerplate will use default YAML parsing rules to guess the type rather than using the type provided in the `boilerplate.yml` fi…
-
### Description
Our current forms, such as the one used in the `LinkModal` component, manage form state and validation explicitly. Each form element has its state managed through `useSignal`, and val…
-
### Project to be claimed
`PROJECT_NAME`: https://pypi.org/project/pumas
### Your PyPI username
`USER_NAME`: https://pypi.org/user/marco.stenta/
### Reasons for the request
The project was create…
-
### Summary
Following the documentation [here](https://docs.ansible.com/ansible/latest/collections/community/general/keycloak_client_module.html#ansible-collections-community-general-keycloak-client-…
-
This could be due to me not understanding how it works, but I have set up a Feathers 5 API with local authentication, and set the usernameField to "username" instead of email in the config. But my Nux…
-
Split up into individual issues:
- [ ] Add formatting/linting for `rnd/autogpt_server` to repo-level `.pre-commit-config.yaml`
- [ ] Separate linting, type checking and testing in CI; integrate with …
-
**Is your feature request related to a problem? Please describe.**
`SqliteError` has a `new` function that takes a C handle and generates an error using `sqlite3_extended_errcode` and `sqlite3_errmsg…