Márton Marczell

Results 9 issues of Márton Marczell

## Bug description I would like to use both mouse right click and touch screen long press to bring up a tippy popover, and use mouse click or tap to...

🐛 bug
🚧 unconfirmed

### Which @angular/* package(s) are the source of the bug? animations ### Is this a regression? No ### Description **Prerequisites** A container component is displaying a child component in a...

comp: animations

This code ``` class SomeClass { public: std::string SomeString () { return "Hello"; } }; #include "nbind/nbind.h" NBIND_CLASS(SomeClass) { method(SomeString); } ``` and then invoking the method from JS fails...

Is this project abandoned? The last commit was in 2019, last release in 2018. The reason I'm asking is if we decide to use this in our product, and find...

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...

bug

**Describe the bug** I would like to use CsWinRT in WPF the same way I use it in a WinUI project, but it doesn't build. **To Reproduce** See my minimal...

bug

**Describe the bug** No log.txt is generated despite me enabling CsWinRTEnableLogging **To Reproduce** 1. Clone example project at https://github.com/mmarczell-graphisoft/winrtbug 2. Build the WinUI project. 3. No log.txt is generated **Expected...

bug

What is the memory management approach of this library? Are the C++ callbacks freed? Can I free them explicitly? This is important because they might be holding onto e. g....

My usecase is: fetch a really large file (up to a few GBs) once and then store it locally. The current fetch backend for WasmFS stores the downloaded files in...

wasmfs