-
Documentation states: ”Use an empty string to schedule a silent notification.”, while None should be passed as sound_name or the argument left out completely for a silent notification.
-
Current configuration allows only few states:
- Silent mode is on
- Incoming call is on
- Chime is on
- Silent mode is on
- Incoming call is off
- Chime is on
- Silent mode is off
Is…
-
Hello,
The documentation states that:
> Attempts to modify the chunks’ data will either error or fail silently (as preferred by users).
However I couldn't find any clues in the docs how to turn…
-
I tried to implement scheme "#;" comments (described at https://srfi.schemers.org/srfi-62/srfi-62.html) with the following line in the .pest file:
`NODE_COMMENT = _{ "#;" ~ Node }`
`Node` is not si…
-
There are actually two problems:
- `silent` on the _first_ transition traversed by a token is simply ignored;
- in non-deterministic automata, only the `silent` attribute of the _first_ considered tra…
-
The Dockerfile states that the installation of CPLEX is interactive, which is true by default, however there is the option to provide a configuration file along with the "silent" command to install no…
-
Hello yarn team :wave: ,
**Do you want to request a *feature* or report a *bug*?**
A bug :bug:
**What is the current behavior?**
I'm trying to set `--run.silent true` to my `.yarnrc` through …
-
### Description
Support iOS Silent Push Notifications to be able to trigger JavaScript functions within Capacitor
### Platforms
- [X] iOS
- [ ] Android
- [ ] Web
### Request or proposed solution
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Please reference this closed bug report: https://github.com/FreeCAD/FreeCAD/issues/16517
…
-
I'm implementing a custom stream stage on Akka.NET Streams. In some sense, it backpressures in certain situations and, since it contains an inner queue, I need to check that the stage shouldn't pull n…