-
Cannot Build on Arch Linux
SYS INFO:
OS: Arch Linux x86_64
Kernel: 6.9.5-arch1-1
CPU: 12th Gen Intel i7-12700KF (20) @ 4.900GHz
Wireless Network Adapter : MT7902 (On Motherboard: ASUS B760)
E…
-
When trying to read bytes from file using share access flag
```
with smb_client.open_file(r"\\server\share\file.txt", mode='rb', share_access='r') as fd:
file_bytes = fd.read()
```
or wit…
paf91 updated
4 months ago
-
# Alert Modifications and Ideas
### Feature Request / Discussion
### Ideas
#### Editable Alerts
I want to know peoples thoughts on this too. I think it would be helpful if some aspects of …
-
Hi,
I've been trying to use `sqrtFP` from the `FloatingPoint` library, and I was getting incorrect results. I then ran `make check` in `testsuite/bsc.lib/FloatingPoint` (with `testArith = True`) an…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
a81e4b77e
### Other Environment Information
```Markdo…
-
reported using Chrome 78.0
builtins.ValueError
ValueError: Unable to infer MIME-type because no filename is available. Please set either `attachment_filename`, pass a filepath to `filename_or_fp` or…
-
Does tsdoc support curried functions? Is there an example how a curried function can be documented?
Related tickets: https://github.com/jsdoc/jsdoc/issues/1286 https://github.com/TypeStrong/typedoc…
-
The `filter` and `withFilter` methods on scala.concurrent.Future simply cause the entire future to fail with an unhelpful error message and no meaningful stack trace.
There doesn't appear to be any v…
-
This just needs to be a quick simple tutorial.
-
Thanks for taking time to bring vips to julia !
Here are a few tips about writing more idiomatic Julia that may help :
```julia
# ~ @ https://github.com/jcupitt/julia-vips/blob/1e017ba451a3771…