-
### What happens?
`SUMMARIZE ` results in `STDDEV_SAMP is out of range!` error if any column contains an inf value.
This occurs for any stddev, variance, regr_r2, etc function.
** Would prefe…
-
Since R 3.4.0 `utils::hasName()` was added as a convient way of testing the existence of a name i.e. the pattern `"name" %in% names(x)` or for checking the `!is.null(x$abc)` pattern without partial ma…
-
### 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 relate…
-
Since the previous models (ABC and QED models of particle physics) have moved/will move to their own separate packages, we need a simple test model that won't change and can be used for testing and a …
-
**Describe the bug**
Fedora has started testing Python packages with Python 3.14. The team found that pydicom fails to build with Python 3.14.0a1:
https://bugzilla.redhat.com/show_bug.cgi?id=232…
-
Hi there,
I'm encountering an issue while configuring the bitbucket_deployment and bitbucket_deployment_variable resources in Terraform. Below is the code snippet I'm using:
### Terraform Config…
-
Testing Out Bounties with some desc -->
1. abc
2. bcs
3. dss
4. sdf
- [ ] asd
- [x] asdf
-
Extracted from https://github.com/ziglang/zig/pull/20958.
This problem is very noticeable with the new fuzz web interface, however, it is probably an old existing issue.
In the following screens…
-
extracted from #62
If a package or class wants to adapt the footnote marker in the footnote this can be done with the new code like this:
~~~~
\DocumentMetadata{testphase={new-or}}
\document…
-
In MySQL, our `JSON_VALUE` emulation uses `JSON_EXTRACT`. These do not produce the same content:
```sql
-- Oracle / Standard
select json_value(json_object('a' value 'abc'), '$.a') FROM dual
--…