Clark Winkelmann

Results 30 issues of Clark Winkelmann

Steps to reproduce: 1. Open a modal (any modal from the example page works) 1. Select text (paragraphs or input text) with the mouse by clicking and dragging 1. Select...

We use `mime_content_type` as fallback to get the MIME type, but we don't require `fileinfo` PHP extension. We have a try/catch around `mime_content_type` so I *think* this makes the extension...

enhancement

- flagrow/upload extension version: 0.6.0 - flarum version: 0.1.0-beta.7.1 - upload adapter causing issues: irrelevant (tested with local) - mimetype configurations: irrelevant --- If for example guests are denied download...

enhancement

Considering the following use case: A premium extensions uses a vendor-controlled API to perform some actions like monitoring, backup or other resource-intensive job. This API does not require registration, but...

type: feature
+flagrow.io
+premium

We should add an option for Bazaar to install optional composer dependencies. A javascript/php API could be used by extension developers to ask Bazaar to check whether a package is...

type: feature

For example: - Package install does not require cron, but if enabled it will use that - Lock sync only works via jobs, so require cron @luceos

We need to test how Bazaar reacts if an extension is no longer available from packagist (and same for our own satis endpoint). The big question is whether the user...

+tests

We could add a command line option for Bazaar, that would allow you to browse and select packages from the command line. This could be a nice option for people...

type: feature

While implementing the search feature, I removed an unwelcomed call to `flushCacheKey` that was clearing the whole extension cache on each request, making the search extremely slow. https://github.com/flagrow/bazaar/pull/73#discussion_r129978221 That method...

type: debt

The reason is that `data` defaults to `[]` in `ExtensionRepository` and we never check the http code. ## Expected behaviour: The Bazaar UI displays an error and don't cache the...

type: bug