danielvy

Results 14 comments of danielvy

I don't think that `export()` needs to return an array of promises. If you need an array of promises you can just create one and add the created promises in...

Yeah, that is because rollup only watches files passed through it and whose IDs has been resolved. I add this code to every rollup script where I need to watch...

@mtxr Not sure which additional information to provide. As I said, there's prompt to install "[email protected]". When proceeding, a terminal opens for a brief moment that attempts to install the...

@gjsjohnmurray > Then let us know if you can connect. Still can't connect. Now I get a prompt to upgrade to "[email protected]", after selecting "upgrade now" it installs sqlite but...

> @danielvy what exactly is the string that you represented above as ``? > > Through reading source code and testing on Linux I would expect it to be `vscode-sqltools`,...

> @danielvy thanks for the extra information. Does your workstation contain Apple silicon (e.g. M1, M2) or is it an Intel one? Yes, it's a Macbook Pro with M1 chip.

Even though the installation error is not caused directly by the extension, `vscode-sqltools` still reports a successful installation of `sqlite3`. The terminal window sometimes closed quickly and it's hard to...

I copied the entire folder from `~/Library/Application Support/vscode-sqltools` to a temp directory, ran `npm i [email protected]` there, sqlite3 was successfully built and installed on my M1, then copied it all...

This happens in rollup-plugin-vue v5.0 as well. Looks like the problem is with the generated source maps. Running the transpiled js + sourcemap through a visualizers shows that mapping is...

Did a little more investigating. I was able to work around this by setting `needMap` to false in the vue plugin's options. Since the typescript plugin is generating the source...