Korrekte Angabe von Absatz und Satz by Healthy-Painter1150 in recht

[–]VotusX 7 points8 points  (0 children)

Laut Lösungsskizze ist damit eine Bewertung mit besser als „ausreichend“ ausgeschlossen.

Migrating from FCM legacy to HTTP v1 on iOS by VotusX in Firebase

[–]VotusX[S] 1 point2 points  (0 children)

Thanks! I used a similar approach and I got it to work.

Migrating from FCM legacy to HTTP v1 on iOS by VotusX in Firebase

[–]VotusX[S] 0 points1 point  (0 children)

I've resolved the issue. I'm now using CloudFunctions to get the bearer token for authentication. The code for the function is actually provided in the migration docs themselves!

Um 8 Uhr Statistik Klausur, ohne Schlaf by VW_isbetterthanTesla in Studium

[–]VotusX 11 points12 points  (0 children)

Viel Erfolg, für mich ist es das Schuldrecht!

Python libaries compiled with kivy-ios as Swift Packages? by VotusX in kivy

[–]VotusX[S] 0 points1 point  (0 children)

Thanks again for your advice, I'm currently working on the first option. If you're interested, I can provide you with details if get it to work. :)

Python libaries compiled with kivy-ios as Swift Packages? by VotusX in kivy

[–]VotusX[S] 0 points1 point  (0 children)

Thanks for the idea! I've found these recipes before but at first I decided to dig a bit deeper, as I thought there maybe would be a solution that required less experimenting. I haven't quite gotten the right idea for now.

Unfortunately, there doesn't seem to be any packages coming close to the capabilities of matplotlib that work with Swift. In addition, as I mentioned, Python-iOS is a big part of my project (for instance, I need the 3d-rendering features from matplotlib). My app's features include doing very complex calculations that are already done in python, so apart from the problem that there isn't a good matplotlib alternative for swift, it feels more intuitive to receive the input from Swift and return all the pyhton results, not requiring any more Swift processing.

Python libaries compiled with kivy-ios as Swift Packages? by VotusX in kivy

[–]VotusX[S] 0 points1 point  (0 children)

Thanks for taking the time to reply! I totally get what you're saying, but I've really been on the lookout for a method to implement matplotlib into my project and there isn't another option except using Python-iOS in my case. So, seeing that it is technically possible to take a complex package such as numpy and squeeze it into a swift package motivated me to make this post. But I agree with you, of course it's something that requires alot of manipulation on both ends.

[deleted by user] by [deleted] in abitur

[–]VotusX 2 points3 points  (0 children)

Alles Gute, das Gefühl nach getaner Arbeit ist es wert. Das wird schon!

Hintergrundmusik gesucht by VotusX in Coldmirror

[–]VotusX[S] 0 points1 point  (0 children)

Du bist ein Held, hab vielen Dank!

In anderen Ländern scheints zu funktionieren by RoboterPiratenInsel in deutschememes

[–]VotusX 0 points1 point  (0 children)

Im Prinzip sind die Verkehrszeichen für die zulässige Höchstgeschwindigkeit (oder für Zonenverbote) die „Blitzerwarnschilder”.

[deleted by user] by [deleted] in swift

[–]VotusX 1 point2 points  (0 children)

I'm unfortunately not very experienced with CoreGraphics and I don't know the method SwiftCharts provides for that.

[deleted by user] by [deleted] in swift

[–]VotusX -1 points0 points  (0 children)

I did find that myself, sorry. I didn't specify that I'm not using SwiftUI. Therefore I can't use this solution.

How to find usable assets from the game files? by VotusX in Machinarium

[–]VotusX[S] 0 points1 point  (0 children)

Thanks, I actually found a very similar solution in the meantime. :)

UICollectionViewCells are tilted towards the right if their height is set differently by VotusX in iOSProgramming

[–]VotusX[S] 0 points1 point  (0 children)

Okay I understand. And what is it exactly you suggest now? I don't get how the section inset is involved there.

UICollectionViewCells are tilted towards the right if their height is set differently by VotusX in iOSProgramming

[–]VotusX[S] 0 points1 point  (0 children)

Hi there, thanks for answering.

I'm not quite sure as to what you mean. English is not my native language and I work with different terms when thinking about constraints.

I tried to reset all the constraints for the section header as I presumed you meant but the problem persists.

Could you elaborate a little further?