connector
Here are 420 public repositories matching this topic...
-
Updated
May 25, 2020 - PHP
When setting the monitor.tail property, it's possible to tail/update only filenames, and not directories:
So, when a support for a recursive structure is required, it can be done in a way like this:
`connect.ftp.monitor.tail=/**:
getting the following error message.
ksql> CREATE STREAM CUSTOMERS_SRC WITH (KAFKA_TOPIC='asgard.public.customers', VALUE_FORMAT='AVRO'); Avro schema for message values on topic asgard.public.customers does not exist in the
[[script]]
namespace = "some.Customer"
routing = true
script = """
module.exports = function(doc) {
var meta = { type: 'customer' };
var id = doc.userId;
if (id) {
meta.parent = id;
meta.routing = id;
}
doc._meta_monstache = meta;
return _.omit(doc, "userId");
}
"""TRACE 2020/02/27 11:41:28 HTTP/1.1 400 Bad Request
Content-Type: application
-
Updated
Jun 4, 2020 - Scala
Describe the solution you'd like
The Samples for Steeltoe 3.0 (master) need to reflect the updates we have added.
This ticket requests a complete review of the Samples in the repo to update them for the latest implementation.
No recent javadoc
The javadoc at http://www.openstack4j.com/javadoc/ ist outdated (v 3.0.5) and if
I try to build it manually from the current source release (3.2.0) using mvn javadoc:javadoc
it fails producing ~100 errors.
Am I missing something?
List of errors, produced by running mvn javadoc:javadoc 2>&1 | grep error::
[errorlog.txt](https://github.com/ContainX/openstack4j/files/3642482/
-
Updated
May 8, 2020 - Java
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
Apr 21, 2020 - TypeScript
-
Updated
Feb 7, 2018 - Go
The following wiki https://github.com/Azure/azure-cosmosdb-spark/wiki/Configuration-references should be updated to include options like
Specifying schema_samplesize > documents count to match the behaviour of spark json reader
Any other options that might help users.
-
Updated
Dec 30, 2019 - Java
-
Updated
Feb 3, 2019 - JavaScript
-
Updated
Jun 6, 2020 - Scala
I've designed this connector into a PCB, I think it's quite a neat solution - thank you for designing it.
Unfortunately the SOIC clip I used was a bit flimsy, and so never made very good contact with the PCB, and before long the plastic guide pins broke.
I was wondering therefore if you had the model number of a SOIC clip that was easy to modify, and worked reliably?
Can you please update the readme.md and add a section about VS Code and how to use the schema?
Originally posted by @mamurshe in microsoft/PowerPlatformConnectors#163 (comment)
I keep forgetting to run it with start and it just says unknown command.. It would be nicer if it would print the help message or suggest something like "did you mean to run moneyd start....?"
Looking at interledgerjs/ilp-plugin-xrp-asym-server#11, it seems the settlement is always equal to the prepare amount, regardless of what threshold the admin configures?
The "Mirror of Linkedin's Camus" description on the repo homepage is wrong by most reasonable definitions of the word mirror. The content of the repos appear to be quite different.
I'm looking to migrate to zio-sqs, but right now as far as I can tell there are 2 main modes of operation:
autoDelete=true: This is basically at most once semantics. If your handler dies or there is a hard crash, the message you were in the middle of handling is lost forever.autoDelete=false: Manual mode. You have to ensure to calldeleteMessageand so on properly yourself.
I think
When there are no flows configured in a XIBLE installation, a button should allow to directly download a demo flow.
-
Updated
Jun 2, 2020
There needs to be an execute method that can take a SQL statement and a list of parameters: Future<StreamedResults> execute(String sql, Iterable values). Sometimes (often?) you want to run a query which has parameters (e.g. from user input), but don't want to create a prepared statement.
The old sqljocky5 v1.x had such a method.
In the [Transaction](https://pub.dartlang.org/documentation
Improve this page
Add a description, image, and links to the connector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the connector topic, visit your repo's landing page and select "manage topics."
We are currently using a setup where many sites are sharing the same source via symlinked index.php files. However, they use local image directories that we want filemanager to access and manage. For all the assets though, we are using apache alias to redirect all asset URLs since they are not local to the site's public_html. This means that filemanager's PHP scripts have a different DOCUMENT_R