voland
voland
We can't run multiple Apps on the same notebook, right? ``` python app = App(width=700, height=400) ``` ``` python app2 = App(width=700, height=400) ```
Hi. Is there an example that loads gltf, and works on android? All I achived is web-version working, but android gives me some strange errors, that I unable to decrypt...
Hi. trying to: ``` js const myFBX = await loadAsync( require('./assets/c.fbx') ); scene.add(myFBX.scene); ``` I'm getting this runtime error: :x: `THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js`...
Description: Incorrect instantiating last CellRenderer (seems like duplicating prelast) when layout.displayedItemCount = 1; Step to reproduce: In PagedCarousel Example - try to change layout.displayedItemCount from 2 to 1, and adjust...
_ ← subscribe (interval 500) logShow -- ok _ ← subscribe (gate (pure true) (interval 500)) logShow -- bad
```purescript module Test.Issue where import Prelude import Control.Monad.Eff (Eff) import Control.Monad.Eff.Console (CONSOLE, log) import FRP (FRP) import FRP.Behavior (Behavior, sample_, switcher) import FRP.Event (Event, subscribe) import FRP.Event.Mouse (down) import FRP.Event.Time...
So, actually recompilation works and Parcel's HMR works, but page doesn't refresh on module.hot.accept. I think this is related to changes in react-basic package from psc-0.12.0-20180901. To make it compilable...
with xltpl.writer (.xls) - all good. P.S. And something strange: PermissionError: [WinError 32] 'C:\\Users\\andre\\AppData\\Local\\Temp\\openpyxl.faelgi1b'
Can't see sources inside `source/blenderplayer` subdir... Only `CMakeLists.txt ` file. How blederplayer built actually? (I'm incorporating UPBGE into other build system)...
Hi. [home-manager manual](https://nix-community.github.io/home-manager/index.xhtml#sec-usage-gpu-non-nixos) says that there are wrappers for primary/secondary (offloading) GPUs (selecting which to use), but I don't see any in this repo. What I'm missing? Thanks