Zane Chua

Results 24 comments of Zane Chua

I can but not sure if the authors want to? The API reference is missing a ton of stuff.

Hey @revall any chance for a review?

> @zanechua Could you please add documentation and tests ? > Thnx Done.

Can confirm that this fix does fix the timezone issue on the latest 2.4 branch (cfd173c). * Set system timezone * Set .env timezone * Set timezone in app

For those using multiple schemes and on `0.63`, you can make the following change in your Podfile: From ``` use_flipper! ``` To ``` use_flipper!(configurations: ['Debug', 'Local.Debug', 'Staging.Debug']) ``` The flipper...

@annakocheshkova Even after trying the documentation official documentation, the ios version builds with no breaking errors, everything else is fine except the analytics do not get registered and nothing appears...

This is still happening on `node:14.17.6-alpine3.14` I think `dbus` is not installed and manually installing it and starting the daemon seems to solve it The solve is: ```bash apk add...

On Windows: Download ffmpeg build from https://github.com/BtbN/FFmpeg-Builds/releases `./ffmpeg.exe -y -i input.mp4 -init_hw_device vulkan -vf scale=3840:2160,format=yuv420p,hwupload,libplacebo=custom_shader_path=shaders/Anime4K_Clamp_Highlights.glsl,libplacebo=custom_shader_path=shaders/Anime4K_Restore_CNN_VL.glsl,libplacebo=custom_shader_path=shaders/Anime4K_Upscale_CNN_x2_VL.glsl,libplacebo=custom_shader_path=shaders/Anime4K_Restore_CNN_M.glsl,libplacebo=custom_shader_path=shaders/Anime4K_AutoDownscalePre_x2.glsl,libplacebo=custom_shader_path=shaders/Anime4K_AutoDownscalePre_x4.glsl,libplacebo=custom_shader_path=shaders/Anime4K_Upscale_CNN_x2_M.glsl,hwdownload,format=yuv420p -vcodec libx264 out.mp4` Modify the scale and formats accordingly. There's something wonky with libplacebo at...

I think we can work with this and target v1.0.0 since I have not actually versioned it to anything at the moment. This package is still in it's infancy so...

@richardkeep What kind of metric cards?