TheKnarf
TheKnarf
> Just to confirm - how have you installed 1.8.5 - did you use the dmg from our release page? Actually I installed the `.dmg` from https://www.raspberrypi.com/software/. Trying again today,...
> Do you know if you were moving from a dock or similar as you opened the application? I don't think I did anything special.
1. The project needs to be converted to CMake (or a similar build system) to be able to build this on other platforms than Windows. As Visual Studio only works...
Would be nice if there was some official documentation. I'd prefer not to use a dedicated package but instead just have an simple example of a wrapper React component that...
Normally Typescript disallows `import React from 'react'`, however you can activate it in `tsconfig.json` by setting the following: ``` { "compilerOptions": { "allowSyntheticDefaultImports": true, } } ``` I assume that...
Using a converter is obviously possible. But it would be more ergonomic for the use of the tool to get the format one wants directly. `.webm` files are useually about...
> @TheKnarf are you talking about "Tree view"? Yes
``` vagrant plugin install --debug vagrant-qemu INFO global: Vagrant version: 2.3.7 INFO global: Ruby version: 3.1.4 INFO global: RubyGems version: 3.3.26 INFO global: VAGRANT_INSTALLER_ENV="1" INFO global: VAGRANT_INSTALLER_VERSION="2" INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-2.3.7/bin/vagrant"...
It seems like the "Dropbox (Personal)" in my path crashed the build. Fun times.
Except for a bunch of deprecated warnings, the make-command works fine. ``` [ 2%] Generating temp [ 5%] Generating compiled [ 7%] Generating temp/f00025_includes.h [ 10%] Generating temp/f00026_enums.h [ 13%]...