-
Hi, I wanted to use it as a standalone package however XCode complains that cannot import HTTP.
**I followed these steps:**
1) Create a new iOS project with SwiftUI in XCode 11.3
2) File->Pac…
-
when compiled and run in a Raspi 2, (armhf, Swift5.1). The requests are generated without the chat_id, for some reason.
Could be rogue behaviour or HTTPUtils.formUrlencode, or curlPerformRequest.
…
-
1. Open dataset
2. Create a python variable
3. Add a renderer for that variable
4. Save the session
5. Restart Vapor
6. Load the session
The renderer variable will be reset to default and the …
StasJ updated
5 years ago
-
I have a laravel app that uses MAgic-Link Passwordless login. On local environment I can click the link and login successfully with the following url:
href="http://localhost:8000/magic-login/493eb4f…
-
### Description
The following code:
```php
-
A requirement of Laravel Vapor is that the compressed project size is < 45mb. While the GeoLite2-City database is simply too large for this on its own being ~69mb uncompressed, the GeoLite2-Country da…
-
In iOS mobile app, when mobile/cellular data and WiFi connections - both are Enabled and App tries to perform socket operation on WiFi connected device, app able to create connection and send data suc…
-
- Laravel Version: 10.45.1
- Nova Version: 4.32.16
- PHP Version: 8.3
- Database Driver & Version:
- Operating System and Version: AWS - Laravel Vapor
### Description:
All the repeater field…
-
Calculate NPSHAr and NPSHa for all the pumps in a pipeline, and return as a list of tuples.
Needs NPSHr from #26
-
Hi, I want to use gRPC to communicate microservices but leave GraphQL over http as api for the client. I added gRPC support in Vapor from [this article](https://www.kodeco.com/30342883-grpc-and-serve…