v1rtl
v1rtl
# Problem I don't understand how to properly zoom to a position of a click, `.center(center)` on projection doesn't do anything # Code ```js import React, { Fragment, useState }...
Some dependencies (like ethereumjs ones) seem to be severely outdated. There also have been no commits since Oct 2021. Is this project still maintained?
this PR upgrades from deprecated and old dependencies to latest ethers v5 right now a lot of (44) test cases are failing due to different reasons would be awesome to...
I made electron work with NVIDIA PRIME using these flags: ``` __NV_PRIME_RENDER_OFFLOAD=1 __NV_PRIME_RENDER_OFFLOAD_PROVIDER="NVIDIA-G0" __GLX_VENDOR_LIBRARY_NAME="nvidia" __VK_LAYER_NV_optimus="NVIDIA_only" electron --enable-accelerated-mjpeg-decode --enable-accelerated-video --ignore-gpu-blacklist --enable-native-gpu-memory-buffers --enable-gpu-rasterization ``` is there any way to do the same...
Forms are very commonly used, so it must be supported previously we have `parsec.form()` but it was for urlencoded only, we need a separate function for forms with form data...
**Is your feature request related to a problem? Please describe.** I have an app that is built with `styled-components` so all classNames are generated randomly. **Describe the solution you'd like**...
Hello, thank you for creating this package :D Audio manipulation is very simple and I got most things working but now I'm struggling with one situation. I'm writing a GUI...
I'm trying to use this library in a server rendered Hyperapp app and I tried this: ```ts // lib/style.ts import scoped from 'scoped-style' if (typeof global !== 'undefined') { global.scopedStyleCSS...
docs reference: https://vanruesc.github.io/postprocessing/public/docs/class/src/effects/ShockWaveEffect.js~ShockWaveEffect.html
In new postprocessing version a new effect was added. We should add it to react-pp as well [docs](https://vanruesc.github.io/postprocessing/public/docs/class/src/effects/LUTEffect.js~LUTEffect.html)