Andreas

Results 243 comments of Andreas

[DynamicQueryable](https://github.com/umutozel/DynamicQueryable) works like a charm! It allows to use C# expressions in a string to query collections. Example for the song list: ``` Genre == "Rock" 1990

Duplicate of #512 I still find `Function('return this')` in current versions of this lib, when looking in `node_modules/exceljs/dist/exceljs.bare.min.js`. Has no fix arrived yet in exceljs?

Duplicate of #512 Duplicate of #713 I still find `Function('return this')()` in current versions of this lib, when looking in `node_modules/exceljs/dist/exceljs.bare.min.js`. Has no fix arrived yet in exceljs? Why not...

Yes, this is what I mean. I expected the SVG to change size (i.e., stretch freely) according to the div I put it in. This can be achieved via `preserveAspectRatio="none"`

This is actually what I was looking for. Problem is that it is not available on Windows. Any chance it will be available for Windows in the future? I think...

- I have a prototype that uses PortAudio in Unity to record and play back mic samples. - PortAudio is a cross-platform (Windows, macOS, Linux) C library for audio processing....

> Could also be a Unity bug. I created a bug report. See also the thread on the Unity forum: https://forum.unity.com/threads/mouse-clicks-not-working-in-samsung-dex-desktop-experience.1335983/

> I created a bug report. Unity confirmed the bug, although it changed a little in newer Unity versions (clicks work in general but everything is damn slow after few...

Another win condition could be a "last one standing", i.e., after a certain percentage of the song, the player with lowest points is out. This is a common game mode...

I also had issues with `page-break-inside: avoid`. The issue was that `display: block` was not set on the HTML-element. I am using custom elements, e.g. `, .` These seem to...