raphael10-collab
raphael10-collab
I'm having the same problem: I get this error: `SqliteError: file is not a database` Following the indications found here: https://stackoverflow.com/questions/48974135/sqlite-error-file-is-not-a-database I double-checked that the path does not contain `.db`...
When upgrading `slate` to the latest version, I get typescript errors that with the previous version do not appear: (base) raphy@pc:~/slate-yjs-example$ yarn add slate@latest src/Client.tsx:82:13 - error TS2322: Type '{...
Removing the devServer part of webpack.react.config.js, while keeping target: "electron-renderer" make it work also with nodeIntegration: false : const path = require("path"); //const HtmlWebpackPlugin = require("html-webpack-plugin"); module.exports = { resolve:...
Hi @Ruslan27032000 !! Recently I discovered this well-done code: https://github.com/electron/electron-quick-start-typescript
@Ruslan27032000 Did you already have a look at this? https://mattallan.me/posts/electron-context-bridge/ At the moment I'm trying to resolve other problems, as you can see from here: https://stackoverflow.com/questions/65032402/error-ts2694-namespace-react-has-no-exported-member-reactnode-detailedh?noredirect=1#comment114972346_65032402 But within, hopefully, very...
I ask the same important question: one or, better, two , or even better, three examples about how to start using `diamond-types`
Hi added to /src/kaldi.mk : the flag `-msimd128`. CXXFLAGS = -std=c++14 -I.. -isystem $(OPENFSTINC) -O1 $(EXTRA_CXXFLAGS) \ -Wall -Wno-sign-compare -Wno-unused-local-typedefs \ -Wno-deprecated-declarations -Winit-self \ -DKALDI_DOUBLEPRECISION=$(DOUBLE_PRECISION) \ -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_CLAPACK -I../../tools/CLAPACK...
@dushimsam downgrading node's version shouldn't be the solution. I had to, rightly, upgrade node's version to v. 16.13. because many of the packages and software I use required to keep...
It seems that in `.yarnrc` it's already specified python3: raphy@pc:~$ cat .yarnrc # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 lastUpdateCheck 1621939722433...
raphy@pc:~$ python --version Python 3.8.5 raphy@pc:~$ python2 --version Python 2.7.18 aphy@pc:~$ python3 --version Python 3.8.5 raphy@pc:~$