Skip to content
#

bridge

Here are 539 public repositories matching this topic...

Dohxis
Dohxis commented Mar 9, 2017

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:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
kanaka
kanaka commented Oct 28, 2015

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

thomas-coinjar
thomas-coinjar commented Mar 25, 2020

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

OpenMQTTGateway
phdelodder
phdelodder commented May 4, 2020

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
keyz23
keyz23 commented Feb 27, 2020

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
     
Thrameos
Thrameos commented Jul 1, 2019

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

Improve this page

Add a description, image, and links to the bridge topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bridge topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.