-
To convert from any string to an int16, I have to do something like that:
```golang
func stringToInt16(numStr string) (int16, error) {
numInt16, err := strconv.ParseInt(numStr, 10, 16)
if err …
-
This crate allows environment variables to set a custom ssl cert file/dir. It would be great if you also included a way for the caller to set these values directly. By either making `CertPaths` and `C…
-
### Client Version:
515.1642
### Issue Summary:
there is a keybind to offer items with ctrl+shift+lmb, you can click on people but it will just offer it to everyone around you.
### Round ID:
[240…
-
![Screenshot 2024-10-31 220211](https://github.com/user-attachments/assets/fa5abcd8-7cea-4f51-9824-da495c8130fd)
### Potential Solutions:
Create code so that caves must have at least one solid b…
-
It could be simpler to select successors. Here's the example straight from the docs:
```csharp
var postsInSite = Given.Match((site, facts) =>
// Find all posts in this site.
from post in…
-
I have been searching for a long time for a good image viewer. My requirements are:
- Reloads the image when I update the file
- Zooms with ctrl-scroll
- Pan with middle mouse
- No stupid slides…
-
It'd be nice to be able to directly visualise here. According to the trimesh doc, it's as simple as
- install `networkx`, `scipy`, `pyglet`
- add `combined.show()`
So I tried that, but I just get…
-
### Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
### Is your feature request related to…
-
Given the close relationship between ollama and [llama.cpp](https://github.com/ggerganov/llama.cpp), would it be possible to support [llama-server](https://github.com/ggerganov/llama.cpp?tab=readme-ov…
-
### Plugin
share_by_package
### Use case
In my app, there is a 'Share' section with buttons for popular social apps (e.g., Facebook, Instagram, LinkedIn, etc.). When the user clicks on an app icon,…