Eugen Rochko

Results 362 comments of Eugen Rochko
trafficstars

Is that difficult? I thought it was something very common for iOS apps

@AlexanderMitov An exception in case the disk does not have enough space to host the file (but validation is passed)? That's a good idea but I'm not certain right now...

I am still not sure where to throw an exception. Basically, if the $path in setTypeFromPath() is empty, that means $tmp_filename passed from processAll() is empty too. That can happen...

Gaufrette looks neat. Seems like it'll replace my `PathResolver`, `FileSystem` and `File` classes. I'll give it a go asap.

I took a look at Gaufrette's `Filesystem` interface, and it lacks a few key methods for this library's functionality (the distinction between `isFile` and `isDirectory`, also uploads-related wrappers like `isUploadedFile`)....

I have long asked for this! I wanted only one or max. 2 categories to be selectable, and 1 primary language. General instances welcome all content but it makes no...

Hey, I need this as well. Would prefer not to reinvent the wheel. Having the ability to modify the emoji collection from the outside of the component would additionally provide...

> You will need to use the Mastodon API to obtain client secrets for OAuth. Ugh wait. What's the point of having a C2S standard if OAuth registration isn't even...

Oh sorry I did not see this thread. [This](https://github.com/tootsuite/mastodon-bridge) makes use of the mastodon-api gem, though only barely. There is also [this](https://github.com/renatolond/mastodon-twitter-poster)

> related: document the purpose of `RAILS_ENV=test` - is it for running tests, or testing an instance before going into production? > i.e. is the order `test` - `development` -...