Deleted user
Deleted user
> @pankajastro, good catch, there is a typo in my example. It should be 'airflow.providers.slack.notifications.slack.send_slack_notification' for that callback. > > I will change that and push a new commit. Update...
@pankajastro, @tatiana, I've updated the `dev/dags/` directory to include the `example_callbacks.py` file. However, I'm running into an issue when it comes to adding `example_callbacks.py` to the `.airflowignore` for the integration...
@pankajastro, I've gone ahead and testing the changes using the Astro project in the `dev/` directory. Here was the issue! I did not include a `slack_conn_id` in the `on_failure_callback` definition...
@pankajastro, @tatiana, wanted to check in on integration tests. Please see the comment above. Thanks!
Came across this issue while trying to make for rp2350 board. Couldn't figure out the option in `menuconfig`. Just edited .config file and added. `CONFIG_LIBM=y` and it compiled properly.
best bracket
> Gecko doesn't have such concept. To be explicit: it seems (https://searchfox.org/mozilla-central/search?q=children.*changed&path=&case=false®exp=true) Gecko doesn't implement the children changed steps.
> > Gecko doesn't have such concept. > > To be explicit: it seems (https://searchfox.org/mozilla-central/search?q=children.*changed&path=&case=false®exp=true) Gecko doesn't implement the children changed steps. For the record: Gecko implements the children changed...
> This is case tested by the first subtest of https://wpt.live/trusted-types/HTMLScriptElement-internal-slot.html The test-case seems wrong. Compare https://jsfiddle.net/pdqjyob5/2/ and https://jsfiddle.net/pdqjyob5/3/. Observe the ``.
> > > So the first write intentionally leaves it open. As it then does appendChild as the "mid-parse manipulation". And then continues to document.write the close tag. Right. >...