-
_(Being Exhale newbie, I'm not sure where the actual problem may be, so I initially posted this as [AttributeError: 'str' object has no attribute 'get_display_string'](https://groups.google.com/forum/…
-
**Is your feature request related to a problem? Please describe.**
There is a [vulnerability](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27905) affecting all Solr versions prior to the ve…
-
Our production user is hitting slow cases in ways that are hard for us to optimize separately. We should have clear instructions for how to reproduce the slow cases they are hitting, and also similarl…
-
The API used by most yaml parsers is a load/dump api where the underlying datastructure is a tree of hash maps. To dump data you either you create this "by hand" (static languages) or you use a generi…
-
**Is your feature request related to a problem? Please describe.**
Hello,
I recently started using CVXPY, specifically, I've been using it to solve mixed-integer programs.
Many solvers (e.g., G…
-
2022-05-11
-
### Required prerequisites
- [X] I have searched the [Issue Tracker](https://github.com/camel-ai/camel/issues) and [Discussions](https://github.com/camel-ai/camel/discussions) that this hasn't alre…
-
I am encountering an index error when running [this](https://flax.readthedocs.io/en/v0.8.3/experimental/nnx/nnx_basics.html#:~:text=from%20functools%20import%20partial) example in the documentation
I…
-
### Godot version
GODOT 4.2 BETA 1
### System information
Windows 10 , Exported to android 11 , with Both Mobile and Compatibility
### Issue description
Hi ,
**About Devices and sy…
-
Currently, `impl ToOwned for UserId` and similar impls always allocate. However, when the `&UserId` was created from `OwnedUserId` with an internal `Arc` representation, that's really wasteful. Since …