-
**Describe the bug**
A click on "Reload" in the `org.eclipse.swt.browser.WebBrowser` when it's content has exclusively set via `setText` will cause undesired behaviour. On Mac, an error popup is show…
-
This code
```python
t_start = time.ticks_us()
for i in range(256):
tt.input_byte = i
t_taken = time.ticks_us() - t_start
print(f"{t_taken/1000}ms = {t_taken/256}us per set")
```
takes …
-
The imitation process appears to be independent of `imi_p_imitate` both for `'simple'` and `'complex'` contagion. Setting it to `0.1` or `1.0` makes no difference. For the `'simple'` case even setting…
-
### Describe your issue.
I'm trying to use dev.py in [windows.yml ](https://github.com/scipy/scipy/blob/main/.github/workflows/windows.yml) to build and test scipy. However, there seems to be some …
-
Having a simple script with one line:
``` ruby
require 'dcell'
```
already gives the following error when the script terminates:
``` ruby
DCell::NotConfiguredError: please configure DCell with DCel…
doits updated
9 years ago
-
Le lien d'un parcours (exemple : https://www.openrunner.com/route-details/19783733) n'amène plus sur le parcours mais sur la page Openrunner demandant de créer un compte ou de se connecter à son compt…
-
**Bug description**
Deadlock on Exception with ensure:
It freezes because the UI process is waiting on the semaphore that is never signaled.
However it should be signaled because it is in an **ensu…
-
Consider:
```
octave:162> syms n m integer
octave:163> A = sym('A', [2 3])
A = (sym 2×3 matrix) “MutableDenseMatrix([[Symbol('A11'), Symbol('A12'), Symbol('A13')], [Symbol('A21'), Symbol('A22')…
-
```
I am using reliance 3G data card to receive SMS. Getting problem in receiving
messages. Plz. suggest what to do...
Example: Read messages from a serial gsm modem.
SMSLib: A Java API library fo…
-
Hi,
This is not a real issue, I just wanted to get thoughts on a potential new annotation I wrote that isn't ready for a pull request.
The idea is to have an @Def parameter that allows you to tag a …