Kalle

Results 7 comments of Kalle

Experiencing same issue when using Remote-SSH with a mac host. VSCode 1.55.0-insider Tabnine v.3.2.8 Host: macOS Big Sur 11.2.2

I'm also wondering. I'm currently using [MarkerWithLabel v3](https://github.com/googlemaps/v3-utility-library/tree/master/markerwithlabel) with TypeScript and I'm unsure how to combine these two.

I've updated it to run on latest PIXI.js (5.0.3). I had lot problems with the types so I had to restructure whole project and write them manually. Also TiledMap class...

> @oguimbal you should be able to use [patch-package](https://www.npmjs.com/package/patch-package) for a more reliable patching solution Here is the diff that solved my problem: ```diff diff --git a/node_modules/@slonik/migrator/dist/index.js b/node_modules/@slonik/migrator/dist/index.js index 6153f5c..bad4eab...

Wrote my own customized tester for my needs (sendAudio, sendVoice), found in my repo [soundbot](https://github.com/Kallu609/soundbo) Someone can pick up this issue, I tried and failed. :/

Since axios-mock-adapter does not currently support [email protected], I added a simple compatibility layer to make it work for now: ```ts // axios-mock-adapter-compat.ts import type { AxiosInstance } from 'axios'; import...

I managed to solve this issue by extracting the `.AppImage` file and running the application from the extracted files. Started encountering the issue after trying to run [TheAssassin/AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) on my...