nWacky
nWacky
I believe I have a similar memory leak I have created [this reproduction](https://github.com/nWacky/nuxt-15239/blob/e5bf393) with nuxt 3.7.4 - Initially (on page `/`) the website takes up 2.4mb of ram. - After...
Same here. I'm using the app on Android 8, sometimes the app's ui is very slow upon the first load (if i were to click on a note or drag...
I might've had a similar problem I tried cloning a local repository. In CI repository was not found, but locally everything worked. By default Github Actions (and Azure CI) adds...
I was trying to install a node module from a private git repository. The ci looked like this ```yaml jobs: checks: name: Checks runs-on: ubuntu-latest steps: - name: Checkout uses:...
Perhaps, adding the workaround to the README is the best option. Then people will be aware that the `checkout` action adds additional git credentials, and they will be able to...
Under the hood this library is [using PageView.builder](https://github.com/serenader2014/flutter_carousel_slider/blob/master/lib/carousel_slider.dart#L303) `PageView` is scrollable. `InteractiveViewer` inside `PageView` doesn't work with scaling very well because both are listening to scroll events. It seems to...
As of now, this command can be used to initialize the repository: ```bash # ssh into the container: # docker exec -it borgmatic bash # init all repositories borgmatic init...
> Will doing this still leave the passphrase to be what is defined in the env variable BORG_PASSPHRASE ? I think yes   > If you want to automate, you...
> Is it possible to have a dev. instance running & to use that as the "server" for the e2e tests? I managed to avoid rebuilding every time by building...
I was having the same issue Ionic's documentation suggests redirecting from `/` to `/home` when home tab location is `/home`. Example from [Usage with Router - ionicframework.com](https://ionicframework.com/docs/api/tabs#usage-with-router): ```ts // src/router.ts...