bridge
Here are 539 public repositories matching this topic...
Using multiple [[gateway]]
To encourage people to use wss/tls encryption, we should make it really simple for people to implement a signed cert using letsencrypt.org (which should be going into general availability in the next couple of months). Perhaps direct automatic integration (since that's one of the goals of Let's Encrypt), but at least, we should document a straightforward process for using it.
The process is docum
Describe the Feature
If I want to test whether the share dialog is open on Android using Detox, the framework can not find any text (i.e. title)
Possible Implementations
Add ability to add the Detox testID to the options
Share.open({
url: uri,
testID: "share-dialog"
})
.then(() => {
})
.catch(error => {
});
Related Issues
N/A
-
Updated
May 28, 2020 - PHP
Whenever you create a variable named document, you can't use the class Document anymore.
As work-around you can rename the variable (to e.g. doc).
Steps To Reproduce
https://deck.net/3707a48b6ab5672937f9c3b1a8207979
public class Program
{
public static void Main()
{
var document = new HTMLDivElement {
TextContent = "Hello world!"
-
Updated
May 28, 2020 - PHP
-
Updated
May 26, 2020 - PHP
As the title says, Enumeration has two properties for the same information.
public Type Type { get; set; }
public BuiltinType BuiltinType { get; set; }
We should remove BuiltinType and have it just as a desugared property of Type.
Before submitting a problem please check the troubleshooting section
https://docs.openmqttgateway.com/upload/troubleshoot.html
Describe the bug
The Config published for illumination:
homeassistant/sensor/80EACA890C56-MiFlora-lux/config {"stat_t":"home/OMG_Garage/BTtoMQTT/80EACA890C56","name":"MiFlora-lux","uniq_id":"80EACA890C56-MiFlora-lux","dev_cla":"illuminance","val_tpl":"{{ va
-
Updated
May 28, 2020 - C
Example to follow
Hi guys, Anyone has an example that I could follow? I have tried to combine with https://reactnative.dev/docs/native-modules-android documentation, but I don't know how to do with other library.
I don't understand what I should put in:
public ProgressBarModule(ReactApplicationContext context) {
// Pass in the context to the constructor and save it so you can emit events
-
Updated
May 16, 2020 - Swift
-
Updated
May 29, 2020 - Java
-
Updated
Apr 24, 2020 - Shell
A common issue that I see in forums is trying to add something to the classpath after the JVM has already be started. As we can't restart the JVM that is already in progress, it can be an issue if multiple modules are using JPype. Once a module has started the JVM, then nothing can add to the classpath leading to a fail. I am not sure if there is a good procedure for this case in terms of gett
Except when selecting a waypoint, the science arrow was never there on the navigation screen for the whole session, we had to tell the bearing and mark values in order to navigate.
In which conditions is this arrow supposed to appear?
Thanks for the awesome broker in golang.
I do not see good documentation for this project.
can someone provide the link for a document?
It would be nice to have a command to get/set the content of the "about" section of the user's Telegram profile through the bot.
-
Updated
Apr 14, 2020 - Rust
Where can I find a template discord-registration.yaml?
Installing something just for the generation of a single file is a bit overkill IMHO.
-
Updated
May 29, 2020 - Go
FabricJs
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fabric
| Resource | Location |
|---|---|
| Website | http://fabricjs.com/ |
| GitHub | https://github.com/fabricjs/fabric.js |
| NPM | https://www.npmjs.com/package/fabric |
| Types | https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/fabric/index.d.t |
-
Updated
Feb 18, 2019 - Go
Improve this page
Add a description, image, and links to the bridge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bridge topic, visit your repo's landing page and select "manage topics."
Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:
REPLREPLadd a new flag for examplegravity --replgravity new [project]- a new simple command to create new project. (A wizard which helps with co