-
More cross-platform fun 😄
`Send-SlackFile` is throwing this error on macOS.
```powershell
> Send-SlackFile -Token $token -Path $f.FullName -Channel general
Invoke-RestMethod : The format of v…
-
#### What is the problem you are having with rclone?
rclone documentation explains flags exist for setting the --drive-client-id string but it looks like it may not be configured.
Example co…
-
Currently `Falcon::Adapters::Input` saves read chunks into memory to make it rewindable. That doesn't work well for my use case, as I'm planning to run an app where the request body can potentially be…
janko updated
6 years ago
-
`ByteVectorChunk` is a type of `Chunk[Byte]` which is better optimized for avoiding copies. Based on our experience with byte copying in scalaz-stream, I have a feeling this will be a big win for us.…
-
As I tested out a clean Git fetch for [Phosphorus Five](https://github.com/polterguy/phosphorusfive) on a Windows machine (or a colleague of mine did), he got a TypeLoadException for MimeKit 2.0.3.
…
-
We have removed all the middlewares from being bundled with express (which is awesome, i.m.o), but left one: `static`. I think we really should bundle `bodyParser` again, because I think parsing bodie…
-
### Description
On multipart upload: the upload fails when using non sequential part numbers.
Based on [AWS S3 specification](http://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html):
_…
-
High-level CopyObject requirements:
- [x] Support copying objects of all sizes.
- [x] Support source objects with an arbitrary range header (i.e. any valid start and end offset of a source object)…
-
I've been assuming that the correct call for this is Drive::files().insert(). However, when using this to "upload" an empty file whose mime type is application/vnd.google-apps.folder, I get a 500 erro…
-
This is the curl command that produced the error:
curl --form "fileupload=@ws.el" http://localhost:8080/submit-post
ws.el is just a simple text file I used for testing.
The submit-post servlet …
Rybec updated
7 years ago