Jakub T. Jankiewicz
Jakub T. Jankiewicz
Oh, you have [statusMatrix](https://isomorphic-git.org/docs/en/statusMatrix) that does this.
There are more things named Ubicloud when you Google the name and I don't think Ubisoft is on the list: https://www.google.com/search?hl=en&q=Ubicloud. It's hard to tell.
There was no workaround so this is what I used: ```typescript function getScript(script: string) { return new Promise((resolve, reject) => { const $script = document.createElement('script'); $script.onload = resolve; $script.onerror =...
@Artawower Can you create a working reproduction that I can run?
@Artawower I run `npm install` and `npm run dev` and got an error: > Uncaught TypeError: Buffer2 is undefined and warning: > Module "buffer" has been externalized for browser compatibility....
Maybe add `package-lock.json` to the repo. You can also try to remove the lock file and install again to see if it will work. Also what OS, Browser, NPM, and...
The second repository works and I get the error. It's weird because: https://cors.isomorphic-git.org/github.com/artawower/orgnote-atom-one-dark/info/refs?service=git-upload-pack return this data: ``` 001e# service=git-upload-pack 0000015572261d0d8316cb2165ae7786f3f4fedea4bbc06a HEADmulti_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress...
What's weird is that [clone in documentation](https://isomorphic-git.org/docs/en/clone) works fine. The same this [CodePen](https://codepen.io/jcubic/pen/rNRYPvB?editors=0011). Something needs to happen with Vite. @Artawower But since I'm not that familiar with the internals of...
So this duplication of #1680 and #1446. This needs to be added to docs, that Buffer needs to be provided when using bundler. @orangemug, sorry didn't notice that the issue...
@shiftyp can you maybe create a production that we can test?