Miguel Ferreira

Results 7 issues of Miguel Ferreira

I'm trying to use this crate to create a Chat application. I have an iOS application, a Socket.IO server and a Rust backend. The use case I'm experimenting is as...

Hi! I'm converting the Microsoft's Phi-2 model to use with `swift-transformers`. The conversion process is actually very seamless: ``` from transformers import AutoTokenizer, AutoModelForCausalLM from exporters.coreml import CoreMLConfig from exporters.coreml...

Hi! I'm trying to make an export to PDF but I can't figure out how to do it. Can you provide an example? Thank you.

# Feature request ## Is your feature request related to a problem? Please describe. I'm developing an App where it is important to have real-time knowledge of which users are...

enhancement

Hi! Whenever I try to run the code in iPadOS or iOS, I can't type anything in the Code Editor! It is working on macOS without a problem. I've tried...

Hi! Regarding this code example: ``` // Retrieve these values from the HTTP request // that your app sends to the server let assertion: Data = ... let keyID: Data...

Hi! I have the following structure: - a login page - a dashboard page (for signed in users) - an auth middleware (not global, and both pages are using it...

question