-
Some outgoing calls are quiet.
If I call i.e. time info *60, the call is quiet, phone however shows that the call is answered. If I make a outgoing call to an external number (i.e. mobilephone) I d…
-
First of all thanks for the amazing tool!
I am trying to use gumtree to identify diffs in Python files.
As mentioned in the **Getting Started** page, I am using following code snipe.
```
String …
-
Hi,
Today i tried use this project in my android application. So i followed all installations instructions step by step. But i'm getting the following error:
FAILURE: Build failed with an except…
-
**Tell us about your environment**
* **ESLint Version:** 5.15.x
* **Node Version:** 11.11.0
* **npm Version:** 6.9.0
**What did you do?**
Built ESLint using
```sh
npm run webpack
```…
-
ESLint: **6.1.0**
@typescript-eslint/parser: **1.12.0**
eslint-plugin-jest: **22.12.0**
Code:
```ts
(expect('Model must be bound to an array if the multiple property is true') as any).toHaveBee…
-
So far the default JavaScript driver (which is FireWatir I guess?) has performed flawlessly. Worked first time and every other time I have tried it.
Selenium is by far the worst. In 6 runs, I got 3 d…
-
VS Code started giving nonsensical error messages out of the blue. They happen throughout the whole codebase, here is an example code:
```dart
group('NoteColor', () {
test(
'should be valida…
-
Continuation from slack thread, here is the panic:
```
panic: resolveType TODO: *ast.BinaryExpr
goroutine 1 [running]:
main.(*matcher).resolveType(0xc0000cab60, 0xc0059c0d70, 0x139f940, 0xc00007…
-
I can't find the docs on the cmake build folder. Someone could help me?
I used the steps from the README.md
Thanks.
-
Hi,
I use gumtree to diff two python files:
file1.py:
```python3
tf.scalar_summary(NCE loss, loss)
```
file1.py:
```python3
tf.summary.scalar(NCE loss, loss)
```
First, I use the code in w…