James Heppell

Results 12 issues of James Heppell

When I have Love2d open in fullscreen, desktop or exclusive, or borderless, changing focus causes the windows to flash briefly. https://user-images.githubusercontent.com/36278229/144137141-04d270aa-c22a-4cc4-b02b-233d5fef7bff.mp4 In screen recording you can't see the problem very...

library dependency
Windows

### The problem When GitHub desktop is maximised, moving it between monitors by dragging it between them doesn't work, the window just snaps back to its place on the original...

bug
electron
priority-3

Following on from https://github.com/mdn/content/pull/31827, I've updated a couple of redirects to headings in color_value that no longer exist - https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#rgb()_and_rgba() to redirect to the rgb sub-article https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb I think doing...

size/xs

The minimal code to reproduce the issue: function love.load() push = require 'push' push:setupScreen(1920, 1080, 0, 0) end function love.draw() push:start() love.graphics.rectangle('fill',10,10,100,100) push:finish() end A window running at my desktop...

Running this code: function love.load() push = require 'push' push:setupScreen(1920, 1080, 0, 0,{ fullscreen = true, }) font50 = love.graphics.newFont(50) end function love.draw() push:start() love.graphics.print({{0,255,0,255}, 'FPS: ' .. tostring(love.timer.getFPS())}, font50)...

Calling love.event.quit() or love.event.quit("restart") causes love.js to crash. Ideally it should close the tab similar to how native love2d closes the game window.

![image](https://user-images.githubusercontent.com/36278229/193696544-606d1a53-da5c-42d5-8861-724ad15a5b37.png) Trying to run a love.js project containing just the above causes it to crash. The video works fine in love2d on windows, android, etc. It also playsback fine in...

## Steps to reproduce Press the home button on an active tab Press on the tabs button to see open tabs ### Expected behavior The tab which I pressed home...

Bug 🐞

Small thing, but the Firefox logo used in this repo is for the Firefox brand, there's a different one for the browser. I've attached a monochrome svg of it which...

DeveloperNeedsDashboard

As of [124](https://developer.chrome.com/release-notes/124), Chrome now supports installing any site as an app. See [here](https://x.com/Leopeva64/status/1765698342191780066) as well. In my testing this works on both desktop and mobile. On desktop the wording...

Content:PWA
size/s