Pascal Thomet

Results 170 comments of Pascal Thomet

Hello Omar, Sorry to bug you again two days in a row. I did two changes: * This PR is now targeting the master branch: I suspect this might increase...

> It's not clear why you added a bool* parameter to ShowExampleAppMainMenuBar(), it seems unused and that's the thing causing a conflict ? You are right, it's not clear, and...

I removed the modification around `ShowExampleAppMainMenuBar`and I'll let you do a selective merge when you have time :-)

See https://github.com/pthom/northwind_psql/commit/4aa7967a33b84e693db56d4c23ada410a3ff04a6 which fixes the issue inside the northwind example

> Have you tried instantiating these functions with a long double template argument? I think it would work fine, and if so then I would recommend you make these changes...

@ocornut , @epezent : thanks for your inputs. I propose a fix in [this related PR](https://github.com/epezent/implot/pull/397)

[BabylonCpp](https://github.com/samdauwe/BabylonCpp) uses this superb editor. ![image](https://user-images.githubusercontent.com/7694091/68529575-7077bc80-0300-11ea-9d24-98db1794061f.png)

Hello, Thanks for reporting this! You are right, javascript acces to the clipboard is limited for security reasons. There is a potential solution in order to export the clipboard from...

Many many thanks for your work! I'm back from holiday and I was away from keyboard for a while, so that I am sorry to answer late. Copy and paste...

On a side note, I saw that you are trying to use emscripten asyncify options. Those require sepcific compiler flags. A possible quick and dirty solution for the testing is...