Peter Valdemar Mørch

Results 44 issues of Peter Valdemar Mørch

I think this a new issue that looks like #69: ``` pvm92@peter:~> cat no-autodie-twice.pl #!/usr/bin/perl { no autodie; } { no autodie; } system("echo something"); pvm92@peter:~> ./no-autodie-twice.pl Undefined subroutine called...

Reproducible
Needs PR

On http://layout.jquery-dev.com/ under "Contact information" I see: > Review issues and requests on the [issues page](http://layout.jquery-dev.com/issues.html) page That link - to http://layout.jquery-dev.com/issues.html - should be changed to https://github.com/allpro/layout/issues, right? Also,...

What am I doing wrong? It looks like it is still strict to me... ``` > ls -a . .. loose.js > cat loose.js var foo = 'bar'; delete foo;...

If a source points to a http hosted file and the file changes, a refresh of the browser when looking at the main user interface causes the updated file to...

If I open one Intellij project with a openapi.yaml file in it, and then open a preview by clicking on one of the browser icons, the preview is shown. If...

When communicating with other systems, sometimes we need to send the complete URL. E.g. include the full `http://localhost:30000/foo?a=45` in the response when accessing that URL. `req.originURL` becomes `/foo?a=45`, but the...

discuss
enhancement
ideas

`std.parseYaml()` exists in the cpp version in the master branch since commit da1490f6. It was introduced by the merge of #899 and the main issue about its introduction is (I...

bug

std.parseYaml() doesn't handle this properly: f1: | a b A test case for issue #942

cla: yes

… below See https://forums.oneplus.com/threads/apps-deep-clear-missing-in-android-10.1121748/ I couldn't find the setting on my phone and went on a hunt...

**Describe the problem/challenge you have** # TL;DR `ytt` works fine if I have all my data files as real files in the file system: ```bash generateSecrets > secrets.yaml ytt -f...

enhancement
discussion