LukeOwlclaw

Results 16 issues of LukeOwlclaw

Using Opera `Google search link fix` does not work by default. After playing around a bit I noticed that I need to enable Opera's option "Allow access to search page...

I am creating a custom block. It would be nice if I could make a configurable field mandatory. It seems someone had the same idea already: https://github.com/PiranhaCMS/piranha.core/blob/d1557674c1046558cdeee38d4e82f327aade9d90/core/Piranha.Manager/assets/src/js/components/fields/string-field.vue#L34 Why is this...

core-manager
core
request

I noticed that there is a slight GPU overdraw in the main files view. I took this screenshot with GPU overdraw visible (from developer settings): ![screenshot_2014-11-26-19-18-52](https://cloud.githubusercontent.com/assets/2737900/5206483/2528ec90-75a2-11e4-8dca-6bcc674642b3.png) Green indicates an overdraw...

New architecture

I am using ``fake-smtp-server`` with [docker-compose](https://github.com/gessnerfl/fake-smtp-server/issues/7) for development. I noticed that it takes some time until port 5080 is actually ready to serve connections. What do you think about including...

**Describe the feature** How to maximize, minimize, restore a `Window`? **Workarounds** I guess I could look for the maximize button. But there surely is a better way, is there?

All webDAV commands sent by sample client are sent twice: First time without credentials (server returns 401), then with credentials (now sucess 2xx) This is the server log: ``` IP...

bug

I just tried `CreateFolderTest`. It succeeded. I noticed that several connection times outs occurred before I noticed that my connection was blocked. I looks like timeouts are "accept" on purpose:...

bug

**_How to reproduce**_ Choose/play a title, minimize Android-Remote, switch off the screen. Wait and listen for a few songs and switch screen on again. Notification shows wrong title. Often the...

When searching a song in the library, currently one can only append the song to the current playlist. An option would be nice to add the song to the current...

I followed the sample and added a single JS file for minification: services.AddWebOptimizer(pipeline => { pipeline.MinifyJsFiles("Scripts/r/react.js"); }); However, accessing https://localhost:44393/Scripts/r/react.js results in: > FileNotFoundException: The file /Scripts/r/react.js does not exist....