-
I have two tasks,task_1 should compress png files and task_2 should not compress png files,so i want to add an parameter to control it.
project.ext.set("compressPngs", 1);
task taskCompressPngs(type…
-
When building **mbed-coap-example-private** with yotta for **armcc** on Windows 7 64 bit I have below error:
```
Error: L6833E: File '@CMakeFiles/mbed-hal-ksdk-mcu.rsp' does not exist
```
Command se…
-
Console stream operations are currently handled by the `ConsoleInput` and `ConsoleOutput` classes which work quite nicely. However, they make testing complicated as you need 3 mocks to test a console …
-
I've found a lot of oddities at `src/ui.[ch]`. These are the the details:
Declared, but undefined:
- [x] void clip_init(int can_use);
- [x] void clip_update_selection(VimClipboard *clip);
- [x] void …
-
Doing things like:
```
In [1]: !nano testfile.py
```
Will do crazy and wrong things in the terminal, after the move to pexpect for all subprocesses.
This must be fixed.
minrk updated
10 years ago
-
If you enter a command in the shell that has leading whtespace it will not be formatted correctly if it is displayed with the `jobs` command. The whitespace should be stripped from the string either …
GitPS updated
11 years ago
-
When press Ctrl-D when the interactive shell is active the program will crash.
```
phil@phil-U46E:~/Documents/cs441/project1$ ./myshell
myshell$ Segmentation fault (core dumped)
phil@phil-U46E:~/Do…
GitPS updated
11 years ago
-
Hi.
I have separated folders for my app and cake core, working with a modified path in webroot/index.php.
The structure is
- htdocs
- myapp
- cake
When I tried to run CakeResque I had a issue wit…
-
While running background jobs if you enter a command that will finish "instantly" the shell will not display the output and new shell prompt in the correct order. The prompt will be instantly display…
GitPS updated
11 years ago
-