communication
Here are 975 public repositories matching this topic...
Right now we just launch the MessageList
Activity after an account has been successfully set up. This will display the default account. But we should display the Inbox of the newly added account instead.
The relevant code can be found in AccountSetupNames.onNext()
.
Launching the message list with the default folder of a specific account is a common action and should have a static helper
We should have a common format for describing tunes (series of beeps) across the different implementations in this repository. Extensive searching was done, a simple widespread standard was not found.
Following is proposed:
- Simple text file
- Each line represents a beep or a pause
- Column one is a positive integer number of milliseconds
- Column two is a positive integer freque
This is a really minor issue, but hopefully will also be an easy fix.
Because of recent physical workspace set up changes, I've been experimenting with docking Optikey to the bottom of my screen (rather than the top, as has been my preference in the past).
With Optikey set up this way (docked to the bottom), the expand dock and collapse dock icons on the mouse keyboard appear to be drawn for
For classes declared with struct
, forward declarations should also use struct
. Currently, only struct Message
violates this in a few header files (2 or so?).
-
Updated
Jun 26, 2020 - C++
-
Updated
Sep 6, 2019
I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.
I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no
Im scrolling and read i2pd.console and read stuff like:
[trust]
## Enable explicit trust options. false by default
# enabled = true
## Make direct I2P connections only to routers in specified Family.
# family = MyFamily
## Make direct I2P connections only to routers specified here. Comma separated list of base64 identities.
# routers =
## Should we hide our router from other route
Looking at the code vs the document I see that:
chipID
listed in docs is actually not used for SPIbus
is not listed in docsslaveselect
is not listed in docs
This needs to be corrected to avoid confusing users.
Also, please note information from #781 and incorporate it as well.
-
Updated
Dec 4, 2019 - Swift
-
Updated
Apr 5, 2020 - Go
-
Updated
Jun 24, 2020 - Java
-
Updated
Nov 15, 2019 - Shell
-
Updated
Jun 6, 2020 - PHP
The visual appearance of the reconnect error page we see when there are problems with the internet connection can be significantly improved.
- Clear steps to reproduce the issue:
Start the app without an internet connection
-
Updated
Jun 25, 2020 - JavaScript
Hello, I am a beginner in Elixir/Phoenix and I am having a look at your project for learning purposes.
I want to create/migrate the database but I have an error:
$ mix ecto.create
** (RuntimeError) connect raised KeyError exception: key :username not found.
One can quickly see that there are missing parameters specifying username/password:
https://github.com/thoughtbot/constable/blo
-
Updated
Jun 26, 2020 - C++
-
Updated
Feb 28, 2019 - JavaScript
-
Updated
May 19, 2020 - Objective-C
Describe the bug
The device controlboard
has been deprecated in favor of controlboardwrapper2
. Therefore, the documentation available at http://www.yarp.it/yarp_without_yarp.html that relies on controlboard
for the test scenario needs to be updated accordingly.
To Reproduce
Launch:
$ yarpdev --device controlboard --subdevice test_motor --name /motor --axes 5
**Sc
-
Updated
Apr 26, 2020 - Rust
-
Updated
Mar 3, 2020 - Swift
-
Updated
Apr 23, 2020 - Vala
Feature request.
It should be possible to set 'Show joins' option on each Favorite Hub's settings (as in ApexDC).
Right now, the option can only be set on Preferences > GUI > Chat tab.
(Sorry if it was already requested in a different language.)
-
Updated
Apr 5, 2020 - JavaScript
No documentation in place yet for RestComm/visual-designer#184. We need to create it.
Improve this page
Add a description, image, and links to the communication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the communication topic, visit your repo's landing page and select "manage topics."
macOS version:
10.14.6 (18G95)
Kap version:
3.0.0-beta.6
Other possibly relevant info:
Monitor setup: single rMBP 15" screen, no external monitors
macOS scrollbar appearance setting: "Show Always" (in System Preferences > General)
Steps to reproduce