nimrodbens

Results 7 issues of nimrodbens

tried this code: import SwiftUI import SwiftUICharts struct TestView: View { var body: some View { PieChart() .data([("Rent", 1300), ("Transport", 500)]) .chartStyle(.init(backgroundColor: .greenRed, foregroundColor: [.redBlack, .orangeBright])) } } struct TestView_Previews:...

anyone else feels this way? is there any way to make it feel easier?

i’m having a crash in this library and i can’t seem to pinpoint it. i have dynamic data so it can also have zero items. in this case what seems...

I have created an `xlsx` file and written it to a specific `URL`. now when i try to create a `Data` object it fails with the correct `url`. any idea...

i'm trying to initialize 'deepset/roberta-base-squad2' model, and i get this error. let systemPrompt = "I want you to analyze an answer to a question." let bot = try await LLM(from:...

bug unconfirmed

i tried all the tips and tricks regarding making it work that are in the issues here. nothing made it work.