-
https://github.com/Jcabanas268/PRG105/blob/a86756074f0df4b5076a840b18c847a52d31699a/chapter_practice/ch_2_budget_logic.py#L14
-
Hello,
I am using your library as part of connecting to systems to run a command, read the output, and then run another command. The system in question doesn't have a character as its prompt (e.g. …
-
I am trying to edit my `pyproject.toml` file, and I am playing with the extension's formatting options, but I have a weird issue. The formatting options don't apply until I restart or reload the edito…
-
### 📝 Overall Description
Currently a java interface in Tai-e is represented as a `JClass` whose API `isInterface()` returns true.
However, for those "root" interfaces without a super interface (…
-
codeBlock:
```js
const str = `
def func:
if foo:
return True
func()
`;
```
wordList:
``` js
[
["def", "func:"],
[tab, "if", "foo:"],
[tab, tab, "return", "True"],
…
-
When we want to start a lab, in the "View As" select, the User and the Default group are selected. check if there is not a bug.
When a user is in a group, the lab appears to be started for a user and …
-
To reproduce:
```shell
$ cat file
enum
$ printf '%s\n' 'g/enum/i\' '\' '.' '%p' | nvi -e file
```
Expected output:
```
enum
```
Actual output:
```
enum
```
The correct beha…
-
Converting the following jade template with `gulp-jade` results in the HTML file having a blank, first line:
``` js
link(rel='import', href='../../polymer/polymer.html')
polymer-element(name='my-ele…
-
When importing USFM (from Paratext) into BTT-Writer, if a verse line is blank, all verses in that chapter following the blank verse are omitted.
Attached is an example file import.
[41MATDIUX.SF…
-
## Expected Behavior
ktlint
- does not report a name rule violation
- any formatting that is performed leaves the code in a compilable state
## Observed Behavior
- ktlint reports `Fun…