-
Updated
Jun 4, 2021 - TypeScript
apache
Here are 2,603 public repositories matching this topic...
When I execute the following command, I got the error:
$ docker run -ti apache/airflow:2.0.1 airflow
/entrypoint: line 250: 2: unbound variable
It would be great if I could see a list of commands I can execute.
The following assert in dispatch.js should be replaced with assert.equal. assert being present there instead of assert.equal is a bug.
{
event = event_fixtures.update_display_settings__default_view_all_messages;
page_params.default_view = "recent_topics";
dispatch(event);
assert(page_params.default_view, "all_messages");
}-
Updated
Jun 3, 2021 - C
-
Updated
Aug 27, 2020
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-
-
Updated
Jun 2, 2021 - C++
-
Updated
Jun 4, 2021 - PHP
The following problem is into the last release 4.1.0 and into the master branche.
The configuration for SSL Session cache is put into the file h5bp\ssl\ssl_engine.conf, this configuration is put by default into the template for a SSL VirtualHost `vhosts\templates\example
-
Updated
May 31, 2021 - Java
-
Updated
Jun 5, 2021 - Java
Add metadata tables tests to make sure they don't break when reading different versions of tables
based on discussion in #2521
-
Updated
Jun 4, 2021 - Java
The comment says functions return pointers for malloc-ed buffers, but the implementations don't seem like so.
https://github.com/apache/trafficserver/blob/c196db5f0a5b957983351ad51ef360bfc68fbd66/include/tscore/ink_base64.h#L34-L35
-
Updated
Jun 5, 2021 - Java
-
Updated
Jun 4, 2021 - Scala
-
Updated
Jan 20, 2021
-
Updated
Sep 22, 2020 - Shell
Improve this page
Add a description, image, and links to the apache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apache topic, visit your repo's landing page and select "manage topics."
Keyboard navigation in the control panel of the Explore view is difficult.
Expected results
You should be able to move focus between adjacent controls in the control panel with a single Tab key press
and visually distinguish what element has focus. You should be able to interact with controls the keyboard
(Enter or space bar for button-like things).
Actual results
Several tab