Olof Bjarnason

Results 19 issues of Olof Bjarnason

**Describe the bug** tilepix crashes with message "cannot create sprite from nil tileset" on simple example program. **To Reproduce** 1. Clone https://github.com/objarni/rescue-on-fractal-bun 2. Modify the replace directive in go.mod so...

bug

E.g given the following snippet of code ```module Main exposing (main) import Element import Html type Book = Book String main : Html a main = Element.layout [] (Element.wrappedRow []...

In the documentation, the approvalsConfig example file is written in JSON. When testing it out, I get a YAML error, indicating the documentation is not reflecting the current state of...

Hi there! I'm investigating using your plugin for improved productivity in C++ in a cloud environment - gitpod.io. However, gitpod only supports extensions that are uploaded to the openvsx registry...

In electronjs 5 and newer, there is a simple API to hide the menu bar which really destroys the UX of an elm-desktop-app (it's good for development, though, as it...

Currently pytddmon scans all subdirs for .py files, including all of a virtual environment. Use example: $ pytddmon.py --exclude=include,lib,src,bin

Typical use case: 1. Test fails so main window is red 2. Open details window to read error details 3. Switch back to text editor 4. Details window gets hidden...

enhancement

pytddmon uses python-tk (Tkinter) for it's user interface. That UI toolkit is builtin on Windows CPython installations. On e.g. Ubuntu, python-tk is not installed by default. However, python-gtk2 is installed...

enhancement

It would be swell if there was a command line option to run pytddmon in "text only" mode: $ python pytddon.py --textui 13:21 OK - Found 4 test(s). All tests...

enhancement