-
I am subclassing DBI and am using `@bind_values` quite heavily, unlike `\%attr`. For convenience and aesthetics, I prefer to supply `@bind_values` right after `$statement`, with `\%attr` at the very e…
-
https://js.langchain.com/v0.2/docs/how_to/#callbacks
-
### Version/Branch of Dear ImGui:
Version 1.90.3, Branch: master
### Back-ends:
imgui_impl_sdl2.cpp + imgui_impl_opengl3.cpp
### Compiler, OS:
Windows 10 + Clang-cl 18.1.6
### Full c…
-
### Steps to reproduce
```ruby
class ExampleMailer < ActionMailer::Base
before_deliver :handle_before_deliver
after_deliver :handle_after_deliver
def send_example
return # as…
-
This would be very convenient to execute custom code when users subscribe or unsubscribe to notifications.
I suggest implementing a callback mechanism, for instance by adding a `callback` parameter i…
-
Came across this problem when using Drizzle, and found transactions were not actually rolling back.
The issue is that `wrapTransaction` always assumes the callback is `sync`, in this day of JS that…
-
Location changing handlers may not always be invoked on enhanced navigation. For example, when no interactive router is present, interactive components cannot intercept user-initiated navigations.
…
-
### Describe the bug
I'm working on implementing scheduled prompting in SDNext and realized that the callback in SDXL pipelines is fundamentally not functional. This also applies to Stable Diffusion …
-
Hi!
this is somewhat of a mixture of a feature request and a bug report. here is my example:
```python
import dash
import dash_core_components as dcc
import dash_html_components as html
from…
-
In a lot of cases you need to make a relatively small change to a large array. For example, adding a row to a table, or expanding one row into multiple rows as in drill-down interactions; adding a new…