Megidd

Results 59 comments of Megidd

> ... are you contributing this with a particular use case in mind? Well, not specifically =) At times we are curious to know how many active tiles are at...

@EmperorYP7 Thanks! 😄 In that line, I was specifically concerned about [`denom` variable](https://github.com/AcademySoftwareFoundation/openvdb/blob/78b445dc8c86285539cccc512ebfbd4e96dcda26/openvdb/math/Proximity.cc#L115) which is non-negative (can be zero) as commented in the code: ```c++ // always nonnegative since denom...

# Test Test shows that after this PR, these statements are fine without any error: ```bash mkdir build cd build cmake .. -DLIBNEST2D_HEADER_ONLY=OFF -DCMAKE_INSTALL_PREFIX=./installdir -DCMAKE_TOOLCHAIN_FILE=C:\Users\m3\repos\vcpkg\scripts\buildsystems\vcpkg.cmake cmake --build . --target install...

Just to help the next guy... I was receiving the same error. At the time I was using a separate `flutter_launcher_icons.yaml` file like this: ```yaml // flutter_launcher_icons.yaml dev_dependencies: flutter_launcher_icons: "^0.8.1"...

Considering the fact that MediaCMS is using [Video.js](https://github.com/videojs/video.js) to play media, it makes sense to use a Video.js plugin like this one: https://github.com/collab-project/videojs-wavesurfer

## Try It's tried to use the `videojs-wavesurfer` plugin. https://collab-project.github.io/videojs-wavesurfer/#/usage https://collab-project.github.io/videojs-wavesurfer/#/react ## Approach I have tried this approach to build and test the changes: ```bash ### CMS has developed a...

## Try another approach Commit efcebfc4164d7c5eddf6f1ce6ac7919b0a93efda tries modifying `AudioViewer` class. How to test: ```bash cd /home/mediacms.io/mediacms/frontend npm14 install --save videojs-wavesurfer ### Commit uses videojs-wavesurfer cd /home/mediacms.io/mediacms docker-compose -f docker-compose-dev.yaml exec...

## Try integrating `video.js` only first 1. As [suggested](https://github.com/collab-project/videojs-wavesurfer/issues/154#issuecomment-1027208895), it's tried to use `video.js` only by commit 038b846117ac2ee8a9b68de27f03e2f08048579b. 1. The test audio is played fine. 1. Then, the `videojs-wavesurfer` plugin...

## Implication so far Initializing `videojs` instance without the plugin is fine and audio is played. But as soon as the plugin is added, the audio is *not* played :...

Replacing `"video.js": "^7.12.3"` with the latest `"video.js": "^7.17.0"` didn't help.