miryo
miryo
I'm also got this error, but i did't check additional-repo. if remove --silent flag, they can be install success , by manual operating, but I need this((
I'm also got this error, only happen on first run the command, but I didn't know about ventoy, I'm running archlinux live on Viartual box command is `archinstall --config user_configuration.json...
> For Arch, the solution is to install some SELinux packages: > > 1. add the following lines to your /etc/pacman.conf: > > ``` > [selinux] > Server = https://github.com/archlinuxhardened/selinux/releases/download/ArchLinux-SELinux...
> I've installed zsh-vi-mode using Antigen in my `.zshrc` file, and the cursor modes work fine in tmux. I am also, but the cursor not work in vim, it always...
link has time limit
try add `.js` to importing `@test-app/dto` in your source file
Hello @tlil , what are you thinks about this PR? have any advice?
I think we need recognize derived type as enumerable graph type, because most type are using from 3rd party packages and they will possible use class as Properties insteadof interface....
运行npm run android也出现了同样的报错 ``` > Task :android:gcanvas_library:buildCMakeDebug[arm64-v8a] FAILED C/C++: ninja: Entering directory `C:\Users\clini\Documents\codes\GCanvasRNExamples\node_modules\@flyskywhy\react-native-gcanvas\android\gcanvas_library\.cxx\Debug\5l515xi2\arm64-v8a' C/C++: C:/Users/clini/Documents/codes/GCanvasRNExamples/node_modules/@flyskywhy/react-native-gcanvas/core/src/platform/Android/GFontFamily.cpp:184:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] Deprecated...
经过排查,我发现执行cmake -E copy_if_difference前,cd到了一个路径下,该路径`C:\Users\clini\Documents\codes\GCanvasRNExamples\node_modules\@flyskywhy\react-native-gcanvas\android\gcanvas_library\.cxx\Debug\5l515xi2\arm64-v8a\core\android\libpng`下应该存在libpng16d.so 实际上这里没有这个文件,但`cmake -E copy_if_difference`的目标目录下存在该文件,如果将其复制到此,会报一个一样的错,只是路径变为...\.cxx\Debug\5l515xi2\\***armeabi-v7a***\core\android\libpng 如果我继续重复,遍历完所有架构(`armeabi-v7a`/`arm64-v8a`/`x86`/`x86_64`)后,`npm run android` 脚本就通过了 尽管我再进一步运行npm run build-android时,报了如下错误 ``` Build was configured to prefer settings repositories over project repositories but repository 'Google2' was added by...