-
#### Environment details
XCode Version 15.4
deployment target: 17.5
Google Maps SDK using Swift Package Manager
Swift UI
#### Steps to reproduce
I have been trying to get the delegate…
-
The convenience functions for `DimPlot` through `SpecificDimPlot` (namely, `PCAPlot`, `TSNEPlot`, and `UMAPPlot`) rely on false assumptions.
_Example_: Try running `Seurat::UMAPPlot` (specifying th…
-
## Classification: Feature Request
## Summary
It would be nice to have an option to pass a "progress bar tick" function as an argument to the `profile()` function (and other computationally expe…
-
This code, which recursively computes the 10th Fibonacci number:
```php
$result = ($fib = function($n) use (&$fib) {
return $n
-
```ts
/**
* @RelayResolver Query.liveSubUnsubTest: Int
* @live
*/
export function liveSubUnsubTest(): LiveState {
return {
read() {
console.log("liveSubUnsubTest", "read")
…
-
Strict linting rules require an override for the "example code".
Perhaps a better example should be provided?
```python
@app.post("/notification")
def post_event(event: MyRequest = XmlBody()) ->…
-
![image.png](https://raw.githubusercontent.com/TheDinos/pe/main/files/b5edfd86-99d8-4519-9467-806da7ec2ff5.png)
In the sequence diagram shown above, several function calls have multiple return "dotte…
-
This is probably not what we want. Legitimate user input can lead to SAWCore `error`. For example, using the `at` function with an out-of-bound index calls `error`, and this should clearly be a veri…
-
## Description of bug / unexpected behavior
I noticed that in updater functions, `self.remove()` does not take effect immediately but only after the `self.wait()` function has completed or other "c…
-
Hi,
in the C language there is an ambiguity with the syntax `T(a);`:
1) if `T` is a type, this is a variable declaration
2) else, it is a function call
The tree-sitter c grammar does not handl…