Tobias Trumm
Tobias Trumm
I am still getting `data: {}` with `@apollo/[email protected]` whenever the cache does not contain the query and a fetch-policy like `cache-only` is used. [Here is a demo project](https://github.com/WIStudent/apollo-graphql-experiments/tree/master/client1) where you...
> Support Jest 18 with @vue/cli-plugin-unit-jest I think you mean jest 28 instead of 18 😉
@trent-abc You need to use ts-jest 27. ``` npm install -D ts-jest@27 ```
The first source was added after i had to take mine (the second one) offline (see [here for more details](https://forum.freifunk.net/t/freifunk-app-ssid-manager/4944/66)) and I never took the time to fix the second...
I have to think about it. The main goal was not to create a general SSID manager but a manager for Freifunk SSIDs. Maybe a separate list with non-freifunk SSIDs...
Nobody worked on a solution and I doubt anybody will.
In theory yes. I haven't worked on this app in a long time and I don't have the time for it at the moment.
I managed to override the deployment target using a post_install hook in my root projects Podfile `myProject/ios/App/Podfile`: ``` post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| if target.name ===...
Please don't ask off topic questions in issues. If you have an unrelated problem open a new issue. We are using this plugin just as described in its documentation. Although...
Thanks for the info. I haven't actively worked on this demo project since I created it in 2016. Back then BlueZ's BLE advertisement API was still marked as experimental. I...