-
## What
Add method overloads for the batch-first callback-based core API methods to provide more convenient signatures for common usage patterns.
This is part 2 of a 2 part epic. For part 1, whi…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Use case
Problem: On iOS when pasting HTML, it is c…
-
When someone's connection is lost during a conference call, it can take up to 10 seconds for the other participants to be notified due to the session recovery feature on the server side. An immediate …
-
When working with GLFW it can be nice to have a breakpoint or similar in the error callback so you can catch issues when they happen in the code.
But when dealing with clipboard errors (in this cas…
-
In the `readDir` method the resulting callbacks `isFile()` and `isDirectory()` compare the wrong types.
On the JS side you assume that `file.type` is a string when comparing it to any of those values…
-
[Spec](https://drafts.csswg.org/cssom-view/#dom-element-scrollintoview)
Right now you can't really tell if `scrollIntoView` scroll animation has finished nor you can't control the speed of the scro…
-
````R
require(data.table)
require(mlr3mbo)
require(bbotk)
callback_plot = callback_optimization("plot",
on_optimizer_after_eval = function(callback, context) {
}
)
obfun = ObjectiveRFu…
-
docsに書いてある型注釈が、実際のAiScriptで表記できなかったり表記法が違ったりするので、
docsを変えるか、実際にdocsのような型注釈をできるようにしたい。
## ジェネリクス
docsにはジェネリクスの型引数として`value`が導入されている。
ジェネリクスの型注釈を実装して、docsも同様の表記法に変更したい。
例:
```js
@f(v: T): T { v…
-
### Terraform Core Version
1.9.5
### Terraform Vault Provider Version
4.4.0
### Vault Server Version
1.16.5+ent
### Affected Resource(s)
vault_aws_secret_backend_static_role
### Expected Behav…
-
Is there an option in Nonconvex.jl to output the results every 20 iterations? Kind of like a callback function?