Avasam
Avasam
> still an issue. > > Can any one suggest a temporary solution for this? @DavraYoung Use the VirtualCam plugin https://obsproject.com/forum/resources/obs-virtualcam.949/
This has been stagnating for over a year. But if you'd like to update it yourself, create a fork, or use one of the 3 already updated forks and use...
@fauskanger Yep, all you need to do to reference your fork and distribute it as part of your project is to reference your repo. With `pip` it's `pip install git+https://github.com/fauskanger/D3DShot#egg=D3DShot`....
I haven't done anything special to use bootstrap 5 as-is. It *mostly* uses the same classes and just works.
It works for me (you can take a look at [my package.json](https://github.com/Avasam/speedrun.com_global_scoreboard_webapp/blob/develop/global-scoreboard/package.json). However it does throw a lot of missing peer dependencies warnings: ```node npm WARN @babel/[email protected] requires a peer...
This really needs to be merged...
With `patch-package`, this should do the same as the above-mentionned PR: (oh and remember to bust webpack's cache!) `patches/react-bootstrap-table2-toolkit+2.1.3.patch` ```patch diff --git a/node_modules/react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.js b/node_modules/react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.js index 89a4c48..1b6e3a2 100644 --- a/node_modules/react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.js +++...
You probably tried to use `vars.wasInMenu` in the start block of your ASL script while it wasn't yet defined. It's hard to say without the script itself.
@DarkRTA That's what I will do as a workaround in the mean time. But that means much bigger split files per icon. Is there a minimum size I should aim...
> Might be a bit late to this, but I've worked with pixel art scaling before. Unity, for example, has an option to turn off image filtering so that pixel...