Philippe Daouadi

Results 34 issues of Philippe Daouadi

This PR allows mocha to print the exception stacktrace when an assertion fails. This happens when: - the promise is rejected while we expected it to be fulfilled - the...

Hi, I'm trying to use clang_complete with a compilation database, but it seems to ignore the cwd parameter. In my database I have flags like '-I../something' with a specific cwd...

## Description I have a subcase which contains a comma and I can't filter it with --sc. Moreover it was very troubling because the wrong test was run. ### Steps...

Hello, It would be nice to have support for PostgreSQL's [window functions](https://www.postgresql.org/docs/12/tutorial-window.html) in go-pg. They take two forms: ```sql SELECT depname, empno, salary, avg(salary) OVER (PARTITION BY depname) FROM empsalary;...

Since #1274 didn't receive any update in quite some time, here's a new patch to fix the same issue. I fixed the bug mentioned there by changing less code.

I've added support for these camera in RawTherapee. This is all taken from LibRaw. I don't know what to set for raw_crop, masked_areas and ranges, I couldn't find these values...

Currently ruplacer only accepts one path, unlike grep, sed, etc. I'd like to use it like ``` ruplacer foo bar folder1 folder2 ruplacer spam baz myproject/spam_* ```

Hi, I am trying to show a dialog with an EditText inside, here's my code, inspired by your wiki: ```kotlin alert("blah blah") { customView { editText() } positiveButton(android.R.string.ok) {} negativeButton(android.R.string.cancel)...

There are still a lot of symbols that fail demangling. This is fine as cppfilt still works better than c++filt in my opinion. However, when demangling lots of symbols in...

E-easy
good-first-contribution

Currently, trying to call sceKernelGetSystemSwVersion will return the spoofed version from henkaku. Some homebrew might want to know the real firmware version, but all solutions imply creating a kernel module...

enhancement